diff --git a/.azure-pipelines/common-templates/esrp/codesign-nuget.yml b/.azure-pipelines/common-templates/esrp/codesign-nuget.yml index e4dbd35d111..d98df51166d 100644 --- a/.azure-pipelines/common-templates/esrp/codesign-nuget.yml +++ b/.azure-pipelines/common-templates/esrp/codesign-nuget.yml @@ -10,11 +10,16 @@ parameters: default: "*.nupkg" steps: - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 + - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5 displayName: ESRP NuGet CodeSigning enabled: true inputs: - ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV) + ConnectedServiceName: Federated DevX ESRP Managed Identity Connection + AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8 + AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2 + AuthAKVName: akv-prod-eastus + AuthCertName: ReferenceLibraryPrivateCert + AuthSignCertName: ReferencePackagePublisherCertificate FolderPath: ${{ parameters.FolderPath }} Pattern: ${{ parameters.Pattern }} signConfigType: inlineSignParams @@ -36,3 +41,6 @@ steps: } ] SessionTimeout: 20 + MaxConcurrency: 50 + MaxRetryAttempts: 5 + PendingAnalysisWaitTimeoutMinutes: 5 diff --git a/.azure-pipelines/common-templates/esrp/codesign.yml b/.azure-pipelines/common-templates/esrp/codesign.yml index f5f3153ccd9..ac279bd61e0 100644 --- a/.azure-pipelines/common-templates/esrp/codesign.yml +++ b/.azure-pipelines/common-templates/esrp/codesign.yml @@ -10,11 +10,16 @@ parameters: default: ".*.dll" steps: - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 + - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5 displayName: ESRP DLL CodeSigning enabled: true inputs: - ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV) + ConnectedServiceName: 'Federated DevX ESRP Managed Identity Connection' + AppRegistrationClientId: '65035b7f-7357-4f29-bf25-c5ee5c3949f8' + AppRegistrationTenantId: 'cdc5aeea-15c5-4db6-b079-fcadd2505dc2' + AuthAKVName: 'akv-prod-eastus' + AuthCertName: 'ReferenceLibraryPrivateCert' + AuthSignCertName: 'ReferencePackagePublisherCertificate' FolderPath: ${{ parameters.FolderPath }} Pattern: ${{ parameters.Pattern }} signConfigType: inlineSignParams @@ -57,3 +62,6 @@ steps: } ] SessionTimeout: 160 + MaxConcurrency: 50 + MaxRetryAttempts: 5 + PendingAnalysisWaitTimeoutMinutes: 5 diff --git a/.azure-pipelines/common-templates/esrp/strongname.yml b/.azure-pipelines/common-templates/esrp/strongname.yml index b659ae810d5..ad9986f9048 100644 --- a/.azure-pipelines/common-templates/esrp/strongname.yml +++ b/.azure-pipelines/common-templates/esrp/strongname.yml @@ -10,11 +10,16 @@ parameters: default: ".*.dll" steps: - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 + - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5 displayName: ESRP DLL Strong Name enabled: true inputs: - ConnectedServiceName: microsoftgraph ESRP CodeSign DLL and NuGet (AKV) + ConnectedServiceName: Federated DevX ESRP Managed Identity Connection + AppRegistrationClientId: 65035b7f-7357-4f29-bf25-c5ee5c3949f8 + AppRegistrationTenantId: cdc5aeea-15c5-4db6-b079-fcadd2505dc2 + AuthAKVName: akv-prod-eastus + AuthCertName: ReferenceLibraryPrivateCert + AuthSignCertName: ReferencePackagePublisherCertificate FolderPath: ${{ parameters.FolderPath }} Pattern: ${{ parameters.Pattern }} signConfigType: inlineSignParams @@ -36,3 +41,6 @@ steps: } ] SessionTimeout: 20 + MaxConcurrency: 50 + MaxRetryAttempts: 5 + PendingAnalysisWaitTimeoutMinutes: 5 diff --git a/.gitmodules b/.gitmodules index 8cdc33c02ec..d8e372a2f55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "autorest.powershell"] path = autorest.powershell url = https://github.com/microsoftgraph/autorest.powershell - branch = powershell_v2 + branch = powershell-v2 diff --git a/autorest.powershell b/autorest.powershell index 99541472d90..1865c6e5792 160000 --- a/autorest.powershell +++ b/autorest.powershell @@ -1 +1 @@ -Subproject commit 99541472d90ae6b7621e376d5b10d2ab3eb90b15 +Subproject commit 1865c6e579269c45a45ad1c6cf6d856b6d27643f diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 780c425cfcd..1b431df470b 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.22.0" + "version": "2.23.0" }, "beta": { "prerelease": "", - "version": "2.22.0" + "version": "2.23.0" }, "v1.0": { "prerelease": "", - "version": "2.22.0" + "version": "2.23.0" } } } diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 653479ddae8..186bc6e5229 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 @@ -2341,7 +2346,7 @@ paths: tags: - applications.directoryObject summary: Add owner - description: Use this API to add an owner to an application by posting to the owners collection. + description: 'Add an owner to an application. Currently, only individual users are supported as owners of applications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-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: @@ -21602,7 +21656,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -21931,7 +21985,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -22847,7 +22901,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 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 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 creationTimestamp: 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])$' @@ -23257,7 +23311,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -23331,7 +23385,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -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 @@ -24073,7 +24128,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -25190,7 +25245,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -25228,7 +25283,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -25266,7 +25321,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -25276,7 +25331,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -25301,7 +25356,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -25606,7 +25661,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -25889,7 +25944,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -25909,7 +25964,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -27251,7 +27306,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -34754,6 +34809,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -34767,6 +34823,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -34782,6 +34839,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -35074,7 +35132,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -35206,7 +35264,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -36323,7 +36381,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -37766,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: @@ -42428,17 +42490,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -42457,19 +42519,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -42500,6 +42564,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -43864,6 +43929,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -44430,11 +44498,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -44455,7 +44524,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -44466,13 +44535,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -44507,11 +44576,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -44530,19 +44599,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -44573,19 +44642,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -44593,7 +44662,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -47809,11 +47878,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -47909,14 +47978,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -47931,10 +48000,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -47947,12 +48016,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -48009,7 +48079,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -48025,7 +48095,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -48705,31 +48775,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -48755,7 +48825,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -48763,7 +48833,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -48776,7 +48846,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -48784,7 +48854,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -48796,15 +48866,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -48963,11 +49033,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -49021,28 +49091,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -49077,7 +49147,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -49149,7 +49219,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -49166,7 +49236,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -49179,7 +49249,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml index e221d36d4ca..28092bfba0c 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: @@ -3879,7 +4171,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Update sharePointProtectionPolicy - description: Update a SharePoint protection policy. This method adds a sharepointprotectionunit to or removes it from the protection policy. + 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-beta @@ -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 @@ -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 7ffd014d9ad..c00bf6ca969 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 @@ -10195,7 +10238,7 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List sessions + summary: List sessions for a virtual event registration description: Get a list of sessions that a registrant registered for in a webinar. externalDocs: description: Find more info here @@ -10760,7 +10803,7 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List sessions + summary: List sessions for virtualEvent description: 'Get a list of all virtualEventSession objects under a virtual event. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' externalDocs: description: Find more info here @@ -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: @@ -14162,6 +14254,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -14175,6 +14268,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -14190,6 +14284,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -14729,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' @@ -14789,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: @@ -15239,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' @@ -15271,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' @@ -15432,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 a48f00093ff..0a74cd7f6e1 100644 --- a/openApiDocs/beta/BusinessScenario.yml +++ b/openApiDocs/beta/BusinessScenario.yml @@ -360,7 +360,7 @@ paths: tags: - solutions.businessScenario summary: Update plannerPlanConfiguration - description: Update the properties of a plannerPlanConfiguration object for a businessScenario. + description: Update the properties of a plannerPlanConfiguration object and its plannerPlanConfigurationLocalization collection for a businessScenario. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta @@ -483,11 +483,7 @@ paths: post: tags: - solutions.businessScenario - summary: Create plannerPlanConfigurationLocalization - description: Create a new plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-beta + summary: Create new navigation property to localizations for solutions operationId: solution.businessScenario.planner.planConfiguration_CreateLocalization parameters: - name: businessScenario-id @@ -519,11 +515,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get plannerPlanConfigurationLocalization - description: Read the properties and relationships of a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-beta + summary: Get localizations from solutions + description: Localized names for the plan configuration. operationId: solution.businessScenario.planner.planConfiguration_GetLocalization parameters: - name: businessScenario-id @@ -575,11 +568,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update plannerPlanConfigurationLocalization - description: Update the properties of a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-beta + summary: Update the navigation property localizations in solutions operationId: solution.businessScenario.planner.planConfiguration_UpdateLocalization parameters: - name: businessScenario-id @@ -618,11 +607,7 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete plannerPlanConfigurationLocalization - description: Delete a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-beta + summary: Delete navigation property localizations for solutions operationId: solution.businessScenario.planner.planConfiguration_DeleteLocalization parameters: - name: businessScenario-id diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 762a527a7fe..a4c1dee1c24 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -1545,7 +1545,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -1637,7 +1637,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -2854,7 +2854,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_ListInstance parameters: - name: group-id @@ -2938,7 +2938,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_GetInstance parameters: - name: group-id @@ -6024,7 +6024,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -6116,7 +6116,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -7333,7 +7333,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_ListInstance parameters: - name: group-id @@ -7417,7 +7417,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_GetInstance parameters: - name: group-id @@ -10434,7 +10434,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -10526,7 +10526,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -11743,7 +11743,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView_ListInstance parameters: - name: group-id @@ -11827,7 +11827,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView_GetInstance parameters: - name: group-id @@ -14947,7 +14947,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -15039,7 +15039,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -16263,7 +16263,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event_ListInstance parameters: - name: group-id @@ -16347,7 +16347,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event_GetInstance parameters: - name: group-id @@ -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,12 +20923,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -20875,7 +21030,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +22342,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -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 @@ -22176,7 +22441,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetInstance parameters: - name: user-id @@ -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,12 +25792,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -25354,7 +25899,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +27211,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -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 @@ -26655,7 +27310,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetInstance parameters: - name: user-id @@ -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,12 +31818,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -30941,7 +31941,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +33589,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_ListInstance parameters: - name: user-id @@ -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 @@ -32594,7 +33704,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_GetInstance parameters: - name: user-id @@ -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,12 +37935,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -36668,7 +38058,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +39706,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_ListInstance parameters: - name: user-id @@ -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 @@ -38321,7 +39821,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_GetInstance parameters: - name: user-id @@ -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,12 +44364,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -42649,7 +44479,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +45959,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -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 @@ -44126,7 +46066,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetInstance parameters: - name: user-id @@ -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,12 +49857,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -47752,7 +49972,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +51452,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -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 @@ -49229,7 +51559,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetInstance parameters: - name: user-id @@ -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,12 +55090,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -52597,7 +55197,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +56509,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView_ListInstance parameters: - name: user-id @@ -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 @@ -53898,7 +56608,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView_GetInstance parameters: - name: user-id @@ -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,12 +59959,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -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 @@ -57076,7 +60066,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -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,12 +61378,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event_ListInstance parameters: - name: user-id @@ -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 @@ -58377,7 +61477,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event_GetInstance parameters: - name: user-id @@ -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: @@ -60319,7 +63569,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -60357,7 +63607,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -60395,7 +63645,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -60405,7 +63655,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -60430,7 +63680,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 7215be99f68..fd7ff70d839 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 @@ -6895,7 +6895,7 @@ paths: tags: - communications.Functions summary: Invoke function getAllRecordings - description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta @@ -6993,7 +6993,7 @@ paths: tags: - communications.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta @@ -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: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta operationId: user_GetPresence parameters: - name: user-id @@ -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: @@ -12895,6 +13300,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -12908,6 +13314,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -12923,6 +13330,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 205637f3c6a..45b4000f88c 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: @@ -9469,7 +9455,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -9543,7 +9529,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -10536,7 +10522,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -12168,7 +12154,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 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 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 creationTimestamp: 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])$' @@ -12356,7 +12342,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -12394,7 +12380,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12432,7 +12418,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12442,7 +12428,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12467,7 +12453,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -13595,7 +13581,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -14179,7 +14165,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -14462,7 +14448,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -14482,7 +14468,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -15520,7 +15506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -22671,6 +22657,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -22684,6 +22671,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -22699,6 +22687,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -22991,7 +22980,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -23123,7 +23112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -24172,7 +24161,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -26980,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: @@ -29374,17 +29367,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -29403,19 +29396,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -29446,6 +29441,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -29999,6 +29995,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -30686,11 +30685,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -30711,7 +30711,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -30722,13 +30722,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -30763,11 +30763,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -30786,19 +30786,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -30829,19 +30829,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -30849,7 +30849,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -33275,11 +33275,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -33375,14 +33375,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -33397,10 +33397,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -33413,12 +33413,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33475,7 +33476,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -33491,7 +33492,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printColorMode: @@ -35506,31 +35507,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -35556,7 +35557,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -35564,7 +35565,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -35577,7 +35578,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -35585,7 +35586,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -35597,15 +35598,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -36076,11 +36077,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -36134,28 +36135,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -36190,7 +36191,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -36402,7 +36403,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -36419,7 +36420,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -36432,7 +36433,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 568408b44ff..379467face9 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: @@ -4888,7 +5333,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -4908,7 +5353,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -5160,7 +5605,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -5234,7 +5679,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -5648,7 +6093,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -5977,7 +6422,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -6809,7 +7254,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 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 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 creationTimestamp: 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])$' @@ -6997,7 +7442,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -7035,7 +7480,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -7073,7 +7518,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -7083,7 +7528,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -7108,7 +7553,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -8925,7 +9370,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -10060,7 +10505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -16490,6 +16935,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -16503,6 +16949,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -16518,6 +16965,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -16810,7 +17258,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -16942,7 +17390,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -17991,7 +18439,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -21183,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: @@ -23734,17 +24186,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -23763,19 +24215,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -23806,6 +24260,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -24746,11 +25201,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -24771,7 +25227,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -24782,13 +25238,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -24823,11 +25279,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -24846,19 +25302,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -24889,19 +25345,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -24909,7 +25365,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -25344,6 +25800,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -27856,11 +28315,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -27956,14 +28415,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -27978,10 +28437,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -27994,12 +28453,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -28056,7 +28516,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -28072,7 +28532,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -30062,31 +30522,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -30112,7 +30572,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -30120,7 +30580,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -30133,7 +30593,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -30141,7 +30601,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -30153,15 +30613,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -30614,11 +31074,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -30672,28 +31132,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -30728,7 +31188,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -30926,7 +31386,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -30943,7 +31403,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -30956,7 +31416,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 23d7804385f..c1991ecfc12 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -19631,7 +19631,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -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' @@ -22406,7 +22406,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -22585,7 +22585,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 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 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 creationTimestamp: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -22898,7 +22898,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -22936,7 +22936,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -22974,7 +22974,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -22984,7 +22984,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -23009,7 +23009,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -23314,7 +23314,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -23544,7 +23544,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -23564,7 +23564,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -23941,7 +23941,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -24015,7 +24015,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -25302,7 +25302,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -26185,7 +26185,7 @@ components: properties: settingDefinitionId: type: string - description: Setting definition id that is being referred to a setting. Applicable for reusable setting. + description: Setting definition id that is being referred to a setting. Applicable for reusable setting nullable: true additionalProperties: type: object @@ -32243,6 +32243,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -32256,6 +32257,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -32271,6 +32273,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -32563,7 +32566,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -32695,7 +32698,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -33812,7 +33815,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -34956,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: @@ -39608,17 +39615,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -39637,19 +39644,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -39680,6 +39689,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -41021,6 +41031,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -41566,11 +41579,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -41591,7 +41605,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -41602,13 +41616,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -41643,11 +41657,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -41666,19 +41680,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -41709,19 +41723,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -41729,7 +41743,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -45232,11 +45246,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -45332,14 +45346,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -45354,10 +45368,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -45370,12 +45384,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -45432,7 +45447,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -45448,7 +45463,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -46294,31 +46309,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -46344,7 +46359,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -46352,7 +46367,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -46365,7 +46380,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -46373,7 +46388,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -46385,15 +46400,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -46671,11 +46686,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -46729,28 +46744,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -46785,7 +46800,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -46974,7 +46989,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -46991,7 +47006,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -47004,7 +47019,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 47294dca4d6..a70a07f158f 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: @@ -17700,7 +17735,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -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.' @@ -21132,7 +21169,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -21311,7 +21348,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 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 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 creationTimestamp: 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])$' @@ -21624,7 +21661,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -21662,7 +21699,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -21700,7 +21737,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -21710,7 +21747,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -21735,7 +21772,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -21929,7 +21966,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -22212,7 +22249,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -22232,7 +22269,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -22609,7 +22646,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -22683,7 +22720,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -23970,7 +24007,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -31415,6 +31461,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -31428,6 +31475,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -31443,6 +31491,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -31735,7 +31784,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -31867,7 +31916,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -32984,7 +33033,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -34156,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: @@ -38798,17 +38851,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -38827,19 +38880,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -38870,6 +38925,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -40231,6 +40287,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -40768,11 +40827,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -40793,7 +40853,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -40804,13 +40864,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -40845,11 +40905,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -40868,19 +40928,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -40911,19 +40971,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -40931,7 +40991,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -44434,11 +44494,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -44534,14 +44594,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -44556,10 +44616,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -44572,12 +44632,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -44634,7 +44695,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -44650,7 +44711,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -45496,31 +45557,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -45546,7 +45607,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -45554,7 +45615,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -45567,7 +45628,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -45575,7 +45636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -45587,15 +45648,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -45873,11 +45934,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -45931,28 +45992,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -45987,7 +46048,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -46176,7 +46237,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -46193,7 +46254,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -46206,7 +46267,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index acf39cc00ac..609511f967f 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' @@ -6052,7 +6052,7 @@ components: properties: settingDefinitionId: type: string - description: Setting definition id that is being referred to a setting. Applicable for reusable setting. + description: Setting definition id that is being referred to a setting. Applicable for reusable setting nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 818142941f8..5c347877c23 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 @@ -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: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27804,7 +27814,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -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' @@ -48496,7 +48506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -57006,7 +57016,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -58760,7 +58770,7 @@ components: properties: settingDefinitionId: type: string - description: Setting definition id that is being referred to a setting. Applicable for reusable setting. + description: Setting definition id that is being referred to a setting. Applicable for reusable setting 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.' @@ -68256,7 +68268,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -68435,7 +68447,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 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 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 creationTimestamp: 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])$' @@ -68748,7 +68760,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -68786,7 +68798,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -68824,7 +68836,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -68834,7 +68846,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -68859,7 +68871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -69053,7 +69065,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -69254,7 +69266,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -69274,7 +69286,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -69651,7 +69663,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -69725,7 +69737,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -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 @@ -77228,6 +77249,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -77241,6 +77263,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -77256,6 +77279,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -77548,7 +77572,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -77680,7 +77704,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -78783,7 +78807,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -80070,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: @@ -83782,17 +83810,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -83811,19 +83839,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -83854,6 +83884,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -85275,6 +85306,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -85812,11 +85846,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -85837,7 +85872,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -85848,13 +85883,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -85889,11 +85924,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -85912,19 +85947,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -85955,19 +85990,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -85975,7 +86010,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -89066,11 +89101,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -89166,14 +89201,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -89188,10 +89223,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -89204,12 +89239,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -89266,7 +89302,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -89282,7 +89318,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -90115,31 +90151,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -90165,7 +90201,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -90173,7 +90209,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -90186,7 +90222,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -90194,7 +90230,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -90206,15 +90242,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -90492,11 +90528,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -90550,28 +90586,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -90606,7 +90642,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -90795,7 +90831,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -90812,7 +90848,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -90825,7 +90861,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index de2cb90d99e..80b5910fda8 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: @@ -10152,7 +10192,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -10226,7 +10266,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -10668,7 +10708,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -11812,7 +11852,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 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 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 creationTimestamp: 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])$' @@ -12000,7 +12040,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -12038,7 +12078,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12076,7 +12116,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12086,7 +12126,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12111,7 +12151,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -13264,7 +13304,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -13848,7 +13888,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -14131,7 +14171,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -14151,7 +14191,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -15218,7 +15258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -22672,6 +22712,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -22685,6 +22726,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -22700,6 +22742,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -22992,7 +23035,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -23124,7 +23167,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -24173,7 +24216,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -27248,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: @@ -29790,17 +29837,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -29819,19 +29866,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -29862,6 +29911,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -30782,11 +30832,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -30807,7 +30858,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -30818,13 +30869,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -30859,11 +30910,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -30882,19 +30933,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -30925,19 +30976,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -30945,7 +30996,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -31380,6 +31431,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -33262,11 +33316,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -33362,14 +33416,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -33384,10 +33438,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -33400,12 +33454,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33462,7 +33517,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -33478,7 +33533,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -34335,31 +34390,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -34385,7 +34440,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -34393,7 +34448,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -34406,7 +34461,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -34414,7 +34469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -34426,15 +34481,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -34778,11 +34833,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -34836,28 +34891,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -34892,7 +34947,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -35095,7 +35150,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -35112,7 +35167,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -35125,7 +35180,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 61dcc3128c5..eeba53000f4 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -2018,7 +2018,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -2109,7 +2109,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -10722,7 +10722,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListRelationship parameters: - name: mobileApp-id @@ -10813,7 +10813,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetRelationship parameters: - name: mobileApp-id @@ -12286,7 +12286,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -12377,7 +12377,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -12946,7 +12946,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13037,7 +13037,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -13606,7 +13606,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13697,7 +13697,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -15205,7 +15205,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosLobApp_ListRelationship parameters: - name: mobileApp-id @@ -15296,7 +15296,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosLobApp_GetRelationship parameters: - name: mobileApp-id @@ -15865,7 +15865,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -15956,7 +15956,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -16765,7 +16765,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosVppApp_ListRelationship parameters: - name: mobileApp-id @@ -16856,7 +16856,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsIosVppApp_GetRelationship parameters: - name: mobileApp-id @@ -18329,7 +18329,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListRelationship parameters: - name: mobileApp-id @@ -18420,7 +18420,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetRelationship parameters: - name: mobileApp-id @@ -19893,7 +19893,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -19984,7 +19984,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -21457,7 +21457,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListRelationship parameters: - name: mobileApp-id @@ -21548,7 +21548,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetRelationship parameters: - name: mobileApp-id @@ -23021,7 +23021,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -23112,7 +23112,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -24585,7 +24585,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -24676,7 +24676,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -26149,7 +26149,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListRelationship parameters: - name: mobileApp-id @@ -26240,7 +26240,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetRelationship parameters: - name: mobileApp-id @@ -27049,7 +27049,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListRelationship parameters: - name: mobileApp-id @@ -27140,7 +27140,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetRelationship parameters: - name: mobileApp-id @@ -28648,7 +28648,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListRelationship parameters: - name: mobileApp-id @@ -28739,7 +28739,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetRelationship parameters: - name: mobileApp-id @@ -30212,7 +30212,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListRelationship parameters: - name: mobileApp-id @@ -30303,7 +30303,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetRelationship parameters: - name: mobileApp-id @@ -31776,7 +31776,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListRelationship parameters: - name: mobileApp-id @@ -31867,7 +31867,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetRelationship parameters: - name: mobileApp-id @@ -32436,7 +32436,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -32527,7 +32527,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -34240,7 +34240,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListRelationship parameters: - name: mobileApp-id @@ -34331,7 +34331,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetRelationship parameters: - name: mobileApp-id @@ -34900,7 +34900,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListRelationship parameters: - name: mobileApp-id @@ -34991,7 +34991,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetRelationship parameters: - name: mobileApp-id @@ -35560,7 +35560,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWinGetApp_ListRelationship parameters: - name: mobileApp-id @@ -35651,7 +35651,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileAppAsWinGetApp_GetRelationship parameters: - name: mobileApp-id @@ -35800,7 +35800,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileApp_ListRelationship parameters: - name: mobileApp-id @@ -35891,7 +35891,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. operationId: deviceAppManagement.mobileApp_GetRelationship parameters: - name: mobileApp-id @@ -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: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. 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: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. 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: @@ -49033,7 +49593,7 @@ components: 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: Optional profile expiration date and time. + description: 'Optional profile expiration date and time. 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 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' format: date-time nullable: true lastModifiedDateTime: @@ -49064,7 +49624,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' x-ms-navigationProperty: true deviceStatuses: type: array @@ -50010,14 +50570,14 @@ 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 date and time the app was created. This property is read-only. + description: The date and time the app was created. format: date-time readOnly: true dependentAppCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: The total number of dependencies the child app has. This property is read-only. + description: The total number of dependencies the child app has. format: int32 readOnly: true description: @@ -50038,7 +50598,7 @@ components: nullable: true isAssigned: type: boolean - description: The value indicating whether the app is assigned to at least one group. This property is read-only. + description: The value indicating whether the app is assigned to at least one group. readOnly: true isFeatured: type: boolean @@ -50048,7 +50608,7 @@ components: 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 and time the app was last modified. This property is read-only. + description: The date and time the app was last modified. format: date-time readOnly: true notes: @@ -50093,7 +50653,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only.' + description: The upload state. format: int32 readOnly: true assignments: @@ -50112,7 +50672,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' - description: The set of direct relationships for this app. + description: List of relationships for this mobile app. x-ms-navigationProperty: true additionalProperties: type: object @@ -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: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -54538,7 +55098,7 @@ components: properties: settingDefinitionId: type: string - description: Setting definition id that is being referred to a setting. Applicable for reusable setting. + description: Setting definition id that is being referred to a setting. Applicable for reusable setting nullable: true additionalProperties: type: object @@ -56351,7 +56911,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -60863,7 +61423,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -61042,7 +61602,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 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 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 creationTimestamp: 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])$' @@ -61355,7 +61915,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -61393,7 +61953,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -61431,7 +61991,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -61441,7 +62001,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -61466,7 +62026,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -61771,7 +62331,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -61972,7 +62532,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -61992,7 +62552,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -62369,7 +62929,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -62443,7 +63003,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -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 @@ -67974,6 +68534,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -67987,6 +68548,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -68002,6 +68564,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -68294,7 +68857,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -68426,7 +68989,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -69543,7 +70106,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -70617,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: @@ -74258,17 +74825,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -74287,19 +74854,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -74330,6 +74899,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -75671,6 +76241,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -76216,11 +76789,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -76241,7 +76815,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -76252,13 +76826,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -76293,11 +76867,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -76316,19 +76890,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -76359,19 +76933,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -76379,7 +76953,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -79470,11 +80044,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -79570,14 +80144,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -79592,10 +80166,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -79608,12 +80182,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -79670,7 +80245,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -79686,7 +80261,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -80519,31 +81094,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -80569,7 +81144,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -80577,7 +81152,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -80590,7 +81165,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -80598,7 +81173,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -80610,15 +81185,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -80896,11 +81471,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -80954,28 +81529,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -81010,7 +81585,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -81199,7 +81774,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -81216,7 +81791,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -81229,7 +81804,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 441f22fc7ff..141e123fed9 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 relatedContacts - description: Update the relatedContact collection of an educationUser object. + summary: Update educationUser properties + description: Update the properties of an educationuser object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -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: @@ -18692,6 +18862,14 @@ components: format: date-time nullable: true readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + readOnly: true reassignedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' reassignedDateTime: @@ -18835,7 +19013,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -18909,7 +19087,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -19628,7 +19806,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -20745,7 +20923,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 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 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 creationTimestamp: 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])$' @@ -20933,7 +21111,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -20971,7 +21149,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -21009,7 +21187,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -21019,7 +21197,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -21044,7 +21222,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -22345,7 +22523,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -22929,7 +23107,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -23212,7 +23390,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -23232,7 +23410,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -24299,7 +24477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -24918,7 +25096,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 @@ -31260,6 +31438,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -31273,6 +31452,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -31288,6 +31468,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -31580,7 +31761,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -31712,7 +31893,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -32761,7 +32942,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -35955,13 +36136,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: @@ -38505,17 +38690,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -38534,19 +38719,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -38577,6 +38764,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -39517,11 +39705,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -39542,7 +39731,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -39553,13 +39742,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -39594,11 +39783,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -39617,19 +39806,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -39660,19 +39849,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -39680,7 +39869,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -40115,6 +40304,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -42520,11 +42712,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -42620,14 +42812,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -42642,10 +42834,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -42658,12 +42850,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -42720,7 +42913,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -42736,7 +42929,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -44866,31 +45059,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -44916,7 +45109,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -44924,7 +45117,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -44937,7 +45130,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -44945,7 +45138,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -44957,15 +45150,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -45469,11 +45662,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -45527,28 +45720,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -45583,7 +45776,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -45795,7 +45988,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -45812,7 +46005,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -45825,7 +46018,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 5e278825cc7..ba736f23191 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: @@ -9368,11 +9493,11 @@ paths: patch: tags: - drives.driveItem - summary: 'driveItem: lockOrUnlockRecord' - description: 'Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.' + summary: 'driveItem: setRetentionLabel' + description: 'Apply (set) a retention label on a driveItem (files and folders). Retention labels don''t need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta operationId: drive.item_UpdateRetentionLabel parameters: - name: drive-id @@ -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: @@ -87507,7 +90852,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -90343,7 +93688,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -90522,7 +93867,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 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 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 creationTimestamp: 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])$' @@ -90835,7 +94180,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -90873,7 +94218,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -90911,7 +94256,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -90921,7 +94266,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -90946,7 +94291,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -91251,7 +94596,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -91534,7 +94879,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -91554,7 +94899,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -91768,7 +95113,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -91842,7 +95187,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -93129,7 +96474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -95321,11 +98666,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -95346,7 +98692,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -95357,13 +98703,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -95398,11 +98744,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -95421,19 +98767,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -95464,19 +98810,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -95484,7 +98830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -100607,6 +103953,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -100620,6 +103967,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -100635,6 +103983,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -100927,7 +104276,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -101059,7 +104408,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -102162,7 +105511,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -102715,11 +106064,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -102815,14 +106164,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -102837,10 +106186,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -102853,12 +106202,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -102915,7 +106265,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -102931,7 +106281,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printerBase: @@ -103781,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: @@ -107101,17 +110455,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -107130,19 +110484,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -107173,6 +110529,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -107986,31 +111343,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -108036,7 +111393,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -108044,7 +111401,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -108057,7 +111414,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -108065,7 +111422,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -108077,15 +111434,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -108966,6 +112323,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -110782,11 +114142,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -110840,28 +114200,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -110896,7 +114256,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -112840,7 +116200,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -112857,7 +116217,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -112870,7 +116230,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 96a3ab802db..e7ad1d1611e 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 @@ -1257,6 +1257,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -1770,6 +1819,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -2421,16 +2511,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - groups.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -2464,34 +2554,22 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - groups.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id in: path @@ -2532,15 +2610,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -2550,16 +2621,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.Functions - summary: Invoke function delta - description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + - groups.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -2585,112 +2656,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of event - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': - post: - tags: - - groups.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: group.calendar.calendarView.instance_accept - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 in: path description: The unique identifier of event required: true @@ -2705,6 +2671,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -2721,16 +2689,187 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': - post: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': + get: tags: - - groups.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + - groups.Functions + summary: Invoke function delta + description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: group.calendar.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - groups.Actions + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_cancel parameters: - name: group-id in: path @@ -2934,6 +3073,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -3383,6 +3563,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -4059,6 +4272,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -4572,6 +4834,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -5223,6 +5526,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -5736,6 +6088,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -6185,6 +6578,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -6496,6 +6922,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/groups/{group-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: group.calendar_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -6978,6 +7429,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -7491,6 +7991,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -8142,6 +8683,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -8442,16 +9032,130 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendarView.instance_cancel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - groups.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: group.calendarView.instance_decline + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': post: tags: - groups.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: group.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.calendarView.instance_dismissReminder parameters: - name: group-id in: path @@ -8477,35 +9181,22 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': post: tags: - groups.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: group.calendarView.instance_decline + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.calendarView.instance_forward parameters: - name: group-id in: path @@ -8538,12 +9229,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -8556,57 +9245,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - groups.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: group.calendarView.instance_dismissReminder - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': - post: - tags: - - groups.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: group.calendarView.instance_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance_permanentDelete parameters: - name: group-id in: path @@ -8632,23 +9280,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -9104,6 +9735,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -9364,11 +10028,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 +10065,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Get a group's conversation object. + description: Retrieve the properties and relationships of conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -9457,10 +10121,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 @@ -18359,12 +19023,127 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + post: + tags: + - groups.Actions + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_dismissReminder + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - groups.Actions + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_forward + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -18377,16 +19156,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - groups.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: group.event.exceptionOccurrence.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_permanentDelete parameters: - name: group-id in: path @@ -18426,72 +19205,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': - post: - tags: - - groups.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: group.event.exceptionOccurrence.instance_forward - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -19005,6 +19718,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -19656,6 +20410,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -20169,6 +20972,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -20618,6 +21462,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -22437,6 +23314,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 +24041,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 +24081,11 @@ paths: $ref: '#/components/responses/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 +24592,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 +25194,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 +25234,11 @@ paths: $ref: '#/components/responses/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 +27998,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 +28717,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 +28757,11 @@ paths: $ref: '#/components/responses/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: @@ -37715,11 +38637,11 @@ paths: get: tags: - groups.conversationThread - summary: Get conversation thread - description: Get a thread object. + summary: Get conversationThread + description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta operationId: group_GetThread parameters: - name: group-id @@ -37814,11 +38736,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread - description: Delete conversationThread. + summary: Delete conversation thread + description: Delete a thread object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -41331,6 +42253,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 +42863,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 +42903,11 @@ paths: $ref: '#/components/responses/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 +43338,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 @@ -42446,7 +43388,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -42520,7 +43462,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -42942,7 +43884,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -42980,7 +43922,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -43018,7 +43960,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -43028,7 +43970,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -43053,7 +43995,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -44122,7 +45064,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -44142,7 +45084,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -44475,7 +45417,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -44804,7 +45746,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -46605,7 +47547,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 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 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 creationTimestamp: 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])$' @@ -48533,14 +49475,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 @@ -48827,7 +49770,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -50367,7 +51310,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -51502,7 +52445,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -52067,7 +53010,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 +53937,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: @@ -54670,11 +55617,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -54695,7 +55643,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -54706,13 +55654,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -54747,11 +55695,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -54770,19 +55718,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -54813,19 +55761,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -54833,7 +55781,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -58839,6 +59787,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -58852,6 +59801,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -58867,6 +59817,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -59159,7 +60110,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -59291,7 +60242,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -60199,7 +61150,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -61781,11 +62732,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -61881,14 +62832,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -61903,10 +62854,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -61919,12 +62870,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -61981,7 +62933,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -61997,7 +62949,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -64981,17 +65933,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -65010,19 +65962,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -65053,6 +66007,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -65804,6 +66759,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -66243,31 +67201,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -66293,7 +67251,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -66301,7 +67259,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -66314,7 +67272,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -66322,7 +67280,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -66334,15 +67292,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -68554,11 +69512,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -68612,28 +69570,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -68668,7 +69626,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -70335,7 +71293,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -70352,7 +71310,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -70365,7 +71323,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 5812438b775..9bc3e039084 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: @@ -28790,7 +28925,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -28810,7 +28945,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -28954,7 +29089,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -29028,7 +29163,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -29516,7 +29651,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -29845,7 +29980,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -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 @@ -32176,7 +32312,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -32675,7 +32811,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 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 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 creationTimestamp: 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])$' @@ -32863,7 +32999,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -32901,7 +33037,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -32939,7 +33075,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -32949,7 +33085,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -32974,7 +33110,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -34615,7 +34751,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -35750,7 +35886,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -44065,6 +44201,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -44078,6 +44215,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -44093,6 +44231,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -44385,7 +44524,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -44517,7 +44656,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -45566,7 +45705,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -49357,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: @@ -51875,17 +52018,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -51904,19 +52047,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -51947,6 +52092,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -53304,11 +53450,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -53329,7 +53476,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -53340,13 +53487,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -53381,11 +53528,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -53404,19 +53551,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -53447,19 +53594,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -53467,7 +53614,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -53888,6 +54035,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -56391,11 +56541,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -56491,14 +56641,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -56513,10 +56663,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -56529,12 +56679,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -56591,7 +56742,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -56607,7 +56758,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -58597,31 +58748,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -58647,7 +58798,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -58655,7 +58806,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -58668,7 +58819,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -58676,7 +58827,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -58688,15 +58839,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -59135,11 +59286,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -59193,28 +59344,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -59249,7 +59400,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -59378,7 +59529,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -59395,7 +59546,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -59408,7 +59559,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 7936e3c1d1b..251c981f2c4 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 @@ -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: Get accessPackage + description: Retrieve the properties and relationships of an accessPackage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-get?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: @@ -54458,7 +54997,7 @@ paths: description: Delete a workflow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -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: @@ -61633,7 +62472,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskDefinitions - description: Get a list of the taskDefinition objects and their properties. + description: Get a list of built-in workflow tasks in Lifecycle Workflows. A task is represented by the taskDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta @@ -61688,7 +62527,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskDefinition - description: Read the details of a built-in workflow task. + description: Read the details of a built-in workflow task in Lifecycle Workflows. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta @@ -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: Get agreement - description: Retrieve the properties and relationships of an agreement object. + summary: List files (terms of use agreement files) + description: Retrieve all files related to an agreement. This includes the default file and all localized files. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -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: @@ -111416,7 +112603,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -112262,7 +113449,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory' continueOnError: type: boolean - description: 'A boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren''t run. Optional.' + description: 'A Boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren''t run. Optional.' description: type: string description: A string that describes the purpose of the task for administrative use. Optional. @@ -112278,7 +113465,7 @@ components: format: int32 isEnabled: type: boolean - description: 'A boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.' + description: 'A Boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.' taskDefinitionId: type: string description: 'A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.Supports $filter(eq, ne).' @@ -113090,7 +114277,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -113164,7 +114351,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -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 @@ -116375,7 +117570,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -116554,7 +117749,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 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 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 creationTimestamp: 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])$' @@ -116853,7 +118048,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -116891,7 +118086,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -116929,7 +118124,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -116939,7 +118134,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -116964,7 +118159,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -117269,7 +118464,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -117552,7 +118747,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -117572,7 +118767,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -118937,7 +120132,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -127420,6 +128615,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -127433,6 +128629,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -127448,6 +128645,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -127740,7 +128938,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -127872,7 +129070,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -128739,7 +129937,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -129949,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: @@ -134444,17 +135646,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -134473,19 +135675,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -134516,6 +135720,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -135892,6 +137097,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -136458,11 +137666,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -136483,7 +137692,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -136494,13 +137703,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -136535,11 +137744,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -136558,19 +137767,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -136601,19 +137810,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -136621,7 +137830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -140100,11 +141309,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -140200,14 +141409,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -140222,10 +141431,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -140238,12 +141447,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -140300,7 +141510,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -140316,7 +141526,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -141162,31 +142372,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -141212,7 +142422,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -141220,7 +142430,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -141233,7 +142443,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -141241,7 +142451,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -141253,15 +142463,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -141539,11 +142749,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -141597,28 +142807,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -141653,7 +142863,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -141842,7 +143052,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -141859,7 +143069,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -141872,7 +143082,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 4af7980560f..c3fd5835036 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 @@ -918,7 +918,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 @@ -963,7 +963,7 @@ paths: tags: - identity.authenticationEventsFlow summary: List includeApplications (for a user flow) - 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. + 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-beta @@ -1025,7 +1025,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add includeApplication (to a user flow) - description: Add or link an application to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. This enables the authentication experience that's 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 an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. This enables the authentication experience that's 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-beta @@ -1257,7 +1257,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 @@ -1671,11 +1671,7 @@ paths: delete: tags: - identity.authenticationEventsFlow - summary: Remove attribute (from user flow) - description: 'Remove an attribute from 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. After this step, PATCH the user flow to remove the attribute from the attribute collection step.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta + summary: Delete ref of navigation property attributes for identity operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp.attribute_DeleteIdentityUserFlowGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1775,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 @@ -1800,11 +1796,7 @@ paths: delete: tags: - identity.authenticationEventsFlow - summary: Remove attribute (from user flow) - description: 'Remove an attribute from 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. After this step, PATCH the user flow to remove the attribute from the attribute collection step.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta + summary: Delete ref of navigation property attributes for identity operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_DeleteGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1840,7 +1832,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 @@ -9174,11 +9166,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -9257,11 +9249,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete ipNamedLocation + description: Delete an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-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 @@ -9795,11 +9787,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtension - description: Read the properties and relationships of a customAuthenticationExtension object. + summary: Get authenticationEventListener + description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -11435,11 +11427,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get riskyUser - description: Retrieve the properties and relationships of a riskyUser object. + summary: List riskyUsers + description: Retrieve the properties and relationships of a collection of riskyUser objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -14674,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: @@ -14712,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 @@ -14733,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: @@ -14781,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 @@ -14798,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: @@ -19910,11 +19927,11 @@ paths: get: tags: - policies.federatedTokenValidationPolicy - summary: Get federatedTokenValidationPolicy - description: Read the properties and relationships of a federatedTokenValidationPolicy object. + summary: List federatedTokenValidationPolicy + description: Get a list of the federatedTokenValidationPolicy objects and their properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta operationId: policy_GetFederatedTokenValidationPolicy parameters: - name: $select @@ -25991,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: @@ -26022,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: @@ -26048,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: @@ -26105,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 @@ -26143,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: @@ -26197,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: @@ -26240,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: @@ -26278,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: @@ -26301,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: @@ -26357,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 @@ -26414,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: @@ -26452,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: @@ -26475,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: @@ -26531,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 @@ -26565,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: @@ -26619,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: @@ -26658,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: @@ -26681,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: @@ -26740,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 @@ -26800,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: @@ -26838,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: @@ -26892,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: @@ -26915,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: @@ -26971,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 @@ -27005,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: @@ -27062,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: @@ -27101,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: @@ -27135,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: @@ -27158,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: @@ -27214,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 @@ -27271,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: @@ -27309,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: @@ -27362,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: @@ -27385,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: @@ -27441,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 @@ -27475,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: @@ -27529,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: @@ -27552,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: @@ -27608,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 @@ -27646,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: @@ -27700,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: @@ -27743,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: @@ -27777,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: @@ -27800,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: @@ -27855,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 @@ -27911,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: @@ -27949,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: @@ -28003,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: @@ -28026,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: @@ -28074,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 @@ -28108,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: @@ -28164,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 @@ -28221,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: @@ -28259,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: @@ -28282,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: @@ -28341,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 @@ -28379,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: @@ -28436,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: @@ -28474,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: @@ -28497,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: @@ -28556,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 @@ -28616,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: @@ -28654,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: @@ -28708,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: @@ -28731,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: @@ -28775,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: @@ -28806,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: @@ -28832,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: @@ -28877,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: @@ -28934,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 @@ -28991,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: @@ -29014,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: @@ -29069,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 @@ -29103,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: @@ -29156,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: @@ -29195,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: @@ -29229,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: @@ -29252,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: @@ -29298,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: @@ -29335,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: @@ -29367,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: @@ -29429,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 @@ -29469,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: @@ -29528,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: @@ -29573,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: @@ -29613,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: @@ -29642,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: @@ -29701,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 @@ -29735,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: @@ -29788,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: @@ -29827,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: @@ -29861,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: @@ -29925,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 @@ -29967,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: @@ -30028,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: @@ -30075,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: @@ -30117,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: @@ -30148,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: @@ -30170,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: @@ -30214,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: @@ -30245,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: @@ -30271,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: @@ -30327,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 @@ -30361,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: @@ -30414,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: @@ -30453,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: @@ -30487,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: @@ -30552,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 @@ -30594,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: @@ -30656,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: @@ -30703,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: @@ -30745,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: @@ -30776,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: @@ -30798,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: @@ -32618,7 +33151,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -33500,6 +34033,8 @@ components: description: The date and time of the last update to the policy. format: date-time nullable: true + microsoftAuthenticatorPlatformSettings: + $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorPlatformSettings' policyMigrationState: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicyMigrationState' policyVersion: @@ -34684,7 +35219,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -34704,7 +35239,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -36602,7 +37137,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -36781,7 +37316,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 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 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 creationTimestamp: 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])$' @@ -37011,7 +37546,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -37049,7 +37584,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -37087,7 +37622,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -37097,7 +37632,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -37122,7 +37657,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -37427,7 +37962,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -37866,7 +38401,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -37940,7 +38475,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -39227,7 +39762,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -39902,7 +40437,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 @@ -40185,6 +40720,14 @@ components: description: Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required. additionalProperties: type: object + microsoft.graph.microsoftAuthenticatorPlatformSettings: + title: microsoftAuthenticatorPlatformSettings + type: object + properties: + enforceAppPIN: + $ref: '#/components/schemas/microsoft.graph.enforceAppPIN' + additionalProperties: + type: object microsoft.graph.authenticationMethodsPolicyMigrationState: title: authenticationMethodsPolicyMigrationState enum: @@ -41885,7 +42428,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. @@ -47624,6 +48167,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -47637,6 +48181,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -47652,6 +48197,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -47944,7 +48490,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -48076,7 +48622,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -49159,7 +49705,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -49373,6 +49919,20 @@ components: description: Collection of password restrictions settings to be applied to an application or service principal. additionalProperties: type: object + microsoft.graph.enforceAppPIN: + title: enforceAppPIN + type: object + properties: + excludeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.excludeTarget' + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + additionalProperties: + type: object microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign type: object @@ -49598,21 +50158,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: @@ -49620,15 +50180,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 @@ -50519,13 +51079,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: @@ -55035,17 +55599,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -55064,19 +55628,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -55107,6 +55673,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -56579,6 +57146,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -57145,11 +57715,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -57170,7 +57741,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -57181,13 +57752,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -57222,11 +57793,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -57245,19 +57816,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -57288,19 +57859,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -57308,7 +57879,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -60716,11 +61287,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -60816,14 +61387,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -60838,10 +61409,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -60854,12 +61425,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -60916,7 +61488,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -60932,7 +61504,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -61754,31 +62326,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -61804,7 +62376,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -61812,7 +62384,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -61825,7 +62397,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -61833,7 +62405,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -61845,15 +62417,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -62131,11 +62703,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -62189,28 +62761,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -62245,7 +62817,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -62434,7 +63006,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -62451,7 +63023,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -62464,7 +63036,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object 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 88f6ade1026..ee39bbb4d51 100644 --- a/openApiDocs/beta/NetworkAccess.yml +++ b/openApiDocs/beta/NetworkAccess.yml @@ -7687,7 +7687,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -8717,6 +8717,8 @@ components: - block - allow - unknownFutureValue + - bypass + - alert type: string microsoft.graph.networkaccess.webCategory: allOf: @@ -9252,7 +9254,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 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 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 creationTimestamp: 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])$' diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index f65d80ed685..f28a5e2bff4 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: diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 078e85ca8fe..0fbad9fcd7f 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: @@ -6409,17 +7054,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -6438,19 +7083,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -6481,6 +7128,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 1e0071a35a7..1423863ab5d 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: @@ -3195,7 +3510,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 4405fbe10d4..ece7c673211 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: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index c5177d1162e..fccc07f32de 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -13413,7 +13413,7 @@ components: properties: displayConcealedNames: type: boolean - description: 'If set to true, all reports will conceal user information such as usernames, groups, and sites. If false, all reports will show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + 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: @@ -13666,7 +13666,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' - description: 'More authentication processing details, such as the agent name for PTA and PHS, or a server or farm name for federated authentication.' + description: 'More authentication processing details, such as the agent name for PTA and PHS, or a server or farm name for federated authentication.' authenticationProtocol: $ref: '#/components/schemas/microsoft.graph.protocolType' authenticationRequirement: @@ -13699,12 +13699,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessAudience' - description: A list that indicates the audience that was evaluated by Conditional Access during a sign-in event. Supports $filter (eq). + description: A list that indicates the audience that Conditional Access evaluated during a sign-in event. Supports $filter (eq). conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The identifier the client sends when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. Supports $filter (eq). + description: The identifier the client sends when sign-in is initiated. This property is used for troubleshooting the corresponding sign-in activity when calling for support. Supports $filter (eq). 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])$' @@ -13733,7 +13733,7 @@ components: nullable: true homeTenantName: type: string - description: 'For user sign ins, the identifier of the tenant that the user is a member of. Only populated in cases where the home tenant has provided affirmative consent to Microsoft Entra ID to show the tenant content.' + description: 'For user sign ins, the identifier of the tenant that the user is a member of. Only populated in cases where the home tenant provides affirmative consent to Microsoft Entra ID to show the tenant content.' nullable: true incomingTokenType: $ref: '#/components/schemas/microsoft.graph.incomingTokenType' @@ -14102,7 +14102,7 @@ components: properties: appId: type: string - description: The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credential application. + description: The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credentialed application. appObjectId: type: string description: The ID of the credential application instance. @@ -14411,7 +14411,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: The http content that has the data format: base64url nullable: true additionalProperties: @@ -15408,7 +15408,7 @@ components: properties: appId: type: string - description: The application ID of the resource. + description: The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credentialed resource application. applicationAuthenticationClientSignInActivity: $ref: '#/components/schemas/microsoft.graph.signInActivity' applicationAuthenticationResourceSignInActivity: @@ -16301,18 +16301,18 @@ 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 browserId: type: string 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 @@ -16324,11 +16324,11 @@ components: nullable: true operatingSystem: type: string - description: Indicates the OS 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: 'Indicates information on 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 @@ -16341,6 +16341,7 @@ components: - saml20 - unknownFutureValue - remoteDesktopToken + - refreshToken type: string x-ms-enum-flags: isFlags: true diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index de07521691a..2525252bcc5 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -2157,11 +2157,11 @@ paths: patch: tags: - external.externalConnection - summary: Update schema - description: Update the properties of a schema for an externalConnection. + summary: Create schema + description: Create a new or update an existing schema for a Microsoft Search connection. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -2373,11 +2373,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update azureDataLakeConnector - description: Update the properties of an azureDataLakeConnector object. + summary: Update oneRosterApiDataConnector + description: Update the properties of a oneRosterApiDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -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 inboundApiFlow - description: Update the properties of an inboundApiFlow object. + summary: Update inboundFileFlow + description: Update the properties of an inboundFileFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta operationId: external.industryData_UpdateInboundFlow parameters: - name: inboundFlow-id diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 60bd99e1632..6a954b8e4f2 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: @@ -30548,7 +30708,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -30622,7 +30782,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -33084,7 +33244,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -37379,7 +37539,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 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 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 creationTimestamp: 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])$' @@ -37567,7 +37727,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -37605,7 +37765,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -37643,7 +37803,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -37653,7 +37813,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -37678,7 +37838,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -39752,7 +39912,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -40336,7 +40496,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -40619,7 +40779,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -40639,7 +40799,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -41677,7 +41837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -50757,6 +50917,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -50770,6 +50931,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -50785,6 +50947,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -51077,7 +51240,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -51209,7 +51372,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -52242,7 +52405,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -53325,6 +53488,8 @@ components: type: string description: Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign. nullable: true + clickSource: + $ref: '#/components/schemas/microsoft.graph.clickSource' eventDateTime: 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 @@ -55537,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: @@ -57931,17 +58100,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -57960,19 +58129,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -58003,6 +58174,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -58488,6 +58660,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -59008,6 +59183,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.clickSource: + title: clickSource + enum: + - unknown + - qrCode + - phishingUrl + - unknownFutureValue + type: string microsoft.graph.trainingStatus: title: trainingStatus enum: @@ -59421,11 +59604,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -59446,7 +59630,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -59457,13 +59641,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -59498,11 +59682,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -59521,19 +59705,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -59564,19 +59748,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -59584,7 +59768,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -62001,11 +62185,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -62101,14 +62285,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -62123,10 +62307,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -62139,12 +62323,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -62201,7 +62386,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -62217,7 +62402,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printColorMode: @@ -64227,31 +64412,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -64277,7 +64462,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -64285,7 +64470,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -64298,7 +64483,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -64306,7 +64491,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -64318,15 +64503,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -64797,11 +64982,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -64855,28 +65040,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -64911,7 +65096,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -65123,7 +65308,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -65140,7 +65325,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -65153,7 +65338,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 1e145ef72f2..296d221c119 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: @@ -53348,11 +53708,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Return the metadata for a list. + summary: List operations + description: Get the list of richLongRunningOperations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta operationId: site_GetList parameters: - name: site-id @@ -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: @@ -85442,7 +86017,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -89498,7 +90073,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -89677,7 +90252,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 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 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 creationTimestamp: 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])$' @@ -89990,7 +90565,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -90028,7 +90603,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -90066,7 +90641,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -90076,7 +90651,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -90101,7 +90676,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -90406,7 +90981,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -90689,7 +91264,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -90709,7 +91284,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -90894,7 +91469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -90968,7 +91543,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -92255,7 +92830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -94767,11 +95342,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -94792,7 +95368,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -94803,13 +95379,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -94844,11 +95420,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -94867,19 +95443,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -94910,19 +95486,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -94930,7 +95506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -99719,6 +100295,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -99732,6 +100309,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -99747,6 +100325,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -100039,7 +100618,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -100171,7 +100750,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -101274,7 +101853,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -101868,11 +102447,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -101968,14 +102547,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -101990,10 +102569,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -102006,12 +102585,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -102068,7 +102648,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -102084,7 +102664,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printerBase: @@ -102920,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: @@ -105950,17 +106534,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -105979,19 +106563,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -106022,6 +106608,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -106890,31 +107477,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -106940,7 +107527,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -106948,7 +107535,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -106961,7 +107548,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -106969,7 +107556,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -106981,15 +107568,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -107870,6 +108457,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -109638,11 +110228,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -109696,28 +110286,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -109752,7 +110342,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -111696,7 +112286,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -111713,7 +112303,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -111726,7 +112316,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 4646a3cde40..1b873c97404 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -2685,11 +2685,11 @@ paths: post: tags: - chats.chatMessage - summary: Send chatMessage in a channel or a chat - description: Send a new chatMessage in the specified channel or a chat. + summary: Send message in a chat + description: Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta operationId: chat_CreateMessage parameters: - name: chat-id @@ -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: @@ -19200,11 +19256,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta operationId: team.channel_CreateMessage parameters: - name: team-id @@ -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 definitions - description: 'List the teamTemplateDefinition objects associated with a teamTemplate. ' + summary: List teamTemplates + description: 'Get the list of teamTemplate objects that are available for a tenant. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -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: @@ -62298,7 +62929,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -62372,7 +63003,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -62814,7 +63445,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -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: @@ -66009,7 +66647,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 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 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 creationTimestamp: 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])$' @@ -66197,7 +66835,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -66235,7 +66873,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -66273,7 +66911,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -66283,7 +66921,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -66308,7 +66946,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -67283,7 +67921,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -67779,7 +68417,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -68062,7 +68700,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -68082,7 +68720,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -69149,7 +69787,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -71799,11 +72437,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -71824,7 +72463,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -71835,13 +72474,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -71876,11 +72515,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -71899,19 +72538,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -71942,19 +72581,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -71962,7 +72601,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -76724,6 +77363,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -76737,6 +77377,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -76752,6 +77393,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -77044,7 +77686,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -77176,7 +77818,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -78225,7 +78867,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -78986,11 +79628,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -79086,14 +79728,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -79108,10 +79750,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -79124,12 +79766,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -79186,7 +79829,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -79202,7 +79845,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.calendarRoleType: @@ -83076,17 +83719,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -83105,19 +83748,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -83148,6 +83793,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -83906,31 +84552,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -83956,7 +84602,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -83964,7 +84610,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -83977,7 +84623,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -83985,7 +84631,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -83997,15 +84643,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -86353,11 +86999,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -86411,28 +87057,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -86467,7 +87113,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -88327,7 +88973,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -88344,7 +88990,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -88357,7 +89003,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 88717d06e36..f4e34d20555 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,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -656,6 +765,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +838,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +901,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +960,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1025,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1071,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1134,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -1048,6 +1238,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1303,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1365,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 +1435,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 +1506,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1573,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1646,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +1700,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +1771,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -1585,34 +1820,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -1653,15 +1881,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -1670,17 +1891,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -1706,57 +1932,7 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': - post: - tags: - - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_cancel - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 in: path description: The unique identifier of event required: true @@ -1771,6 +1947,12 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -1782,17 +1964,144 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_decline + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_decline parameters: - name: user-id in: path @@ -1842,6 +2151,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +2197,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +2260,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -1994,6 +2364,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +2429,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +2484,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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.decline': post: @@ -2202,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/calendarView/{event-id}/microsoft.graph.dismissReminder': post: @@ -2235,6 +2630,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +2685,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -2313,34 +2718,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView_snoozeReminder parameters: - name: user-id in: path @@ -2365,15 +2763,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -2382,17 +2773,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -2417,22 +2813,30 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -2441,7 +2845,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession + operationId: user.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -2459,14 +2863,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -2488,6 +2884,73 @@ 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: + tags: + - users.Actions + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -2553,6 +3016,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 +3087,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3154,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3227,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3281,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3352,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -2925,6 +3472,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3545,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3608,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3667,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3732,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3778,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +3841,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -3317,6 +3945,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4010,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4072,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 +4142,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 +4213,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4280,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4353,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4407,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4478,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -3871,6 +4598,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4671,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4734,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4793,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4858,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +4904,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +4967,68 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.event.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + post: + tags: + - users.Actions + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance_snoozeReminder parameters: - name: user-id in: path @@ -4263,6 +5071,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5136,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5191,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5242,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5299,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5337,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +5392,49 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': post: @@ -4599,6 +5480,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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}/calendar/microsoft.graph.getSchedule': post: @@ -4715,10 +5606,45 @@ 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' operationName: listMore + '/users/{user-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -4783,6 +5709,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 +5787,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 +5873,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 +5960,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6043,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6132,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6202,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6289,81 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -5405,6 +6441,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6530,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6609,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6684,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6765,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +6827,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +6906,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -5892,34 +6963,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -5968,15 +7032,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -5985,17 +7042,103 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.Actions + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -6058,6 +7201,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 +7287,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 +7374,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +7457,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +7546,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +7616,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +7703,81 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -6607,6 +7855,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +7944,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +8023,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +8098,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +8179,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +8241,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +8320,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -7094,34 +8377,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -7170,15 +8446,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -7187,17 +8456,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -7231,6 +8505,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7238,6 +8520,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -7253,17 +8537,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_cancel + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_accept parameters: - name: user-id in: path @@ -7304,6 +8593,10 @@ paths: schema: type: object properties: + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -7315,17 +8608,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_decline + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_cancel parameters: - name: user-id in: path @@ -7366,12 +8664,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -7383,17 +8675,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_dismissReminder + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_decline parameters: - name: user-id in: path @@ -7427,22 +8724,46 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_forward + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_dismissReminder parameters: - name: user-id in: path @@ -7476,39 +8797,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_forward parameters: - name: user-id in: path @@ -7549,8 +8858,13 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -7559,17 +8873,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -7603,41 +8922,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_snoozeReminder parameters: - name: user-id in: path @@ -7678,31 +8983,32 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -7736,14 +9042,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7751,22 +9049,30 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -7775,7 +9081,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession + operationId: user.calendarGroup.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -7809,22 +9115,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7846,17 +9136,22 @@ 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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -7898,14 +9193,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7913,32 +9200,36 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -7995,28 +9286,206 @@ paths: schema: type: object properties: - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -8090,6 +9559,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +9629,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +9716,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -8297,34 +9781,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path @@ -8381,15 +9858,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -8398,17 +9868,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -8450,6 +9925,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -8457,6 +9940,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -8472,17 +9957,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -8531,6 +10021,10 @@ paths: schema: type: object properties: + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -8542,17 +10036,97 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -8618,6 +10192,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10254,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10333,73 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -8818,6 +10469,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10550,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10628,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 +10714,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 +10801,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10884,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +10973,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11043,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11130,81 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -9516,6 +11282,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11371,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11450,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11525,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11606,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +11668,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +11747,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_permanentDelete parameters: - name: user-id in: path @@ -10003,34 +11804,101 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept parameters: - name: user-id in: path @@ -10096,6 +11964,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12035,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12102,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12175,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12229,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12300,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: @@ -10468,6 +12420,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12493,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,10 +12578,61 @@ 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' operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -10676,6 +12689,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 +12759,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 +12837,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 +12916,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +12991,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13072,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13134,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13213,73 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -11234,6 +13349,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13430,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13501,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13568,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13641,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13695,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13766,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -11682,6 +13886,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +13959,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14029,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 +14107,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 +14186,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14261,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14342,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14404,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14483,73 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-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 +14619,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14700,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14771,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14838,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14911,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +14965,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +15036,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -12739,34 +15085,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -12807,15 +15146,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -12824,17 +15156,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -12860,57 +15197,7 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': - post: - tags: - - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView_cancel - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id + - name: event-id1 in: path description: The unique identifier of event required: true @@ -12925,6 +15212,12 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -12936,17 +15229,144 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView_decline + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView_decline parameters: - name: user-id in: path @@ -12996,6 +15416,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +15462,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +15525,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: @@ -13148,6 +15629,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +15694,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +15756,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 +15826,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 +15904,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 +15983,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +16058,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +16139,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +16201,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +16280,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -13806,34 +16337,27 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path @@ -13882,15 +16406,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -13899,17 +16416,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -13943,6 +16465,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -13950,6 +16480,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -13965,17 +16497,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -14016,6 +16553,10 @@ paths: schema: type: object properties: + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -14027,17 +16568,89 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -14095,6 +16708,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +16762,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +16833,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -14271,6 +16953,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17026,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17096,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 +17174,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 +17253,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17328,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17409,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17471,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17550,73 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-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 +17686,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17767,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17838,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17905,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +17978,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18032,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18103,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -15345,6 +18223,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18296,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18359,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18418,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18483,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18529,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18592,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: @@ -15737,6 +18696,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +18761,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,10 +18838,53 @@ 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' operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -15921,6 +18933,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 +18995,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 +19065,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 +19136,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': post: @@ -16239,6 +19276,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19330,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19401,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -16415,6 +19521,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19594,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19657,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19716,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19781,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19827,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +19890,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -16807,6 +19994,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20059,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20121,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 +20191,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 +20262,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20329,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20402,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20456,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20527,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -17361,6 +20647,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20720,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20783,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20842,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20907,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +20953,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21016,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -17753,6 +21120,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21185,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21240,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21291,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21348,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21386,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21441,49 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: @@ -18089,6 +21529,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21586,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21644,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21710,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 +21768,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21814,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21860,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21915,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +21978,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22032,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22086,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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,17 +22149,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: action - '/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser': + '/users/{user-id}/chats/{chat-id}/microsoft.graph.completeMigration': post: tags: - users.Actions - summary: Invoke action hideForUser - description: Hide a chat for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta - operationId: user.chat_hideGraphFPreUser + summary: Invoke action completeMigration + operationId: user.chat_completeMigration parameters: - name: user-id in: path @@ -18682,37 +22178,27 @@ paths: schema: type: string x-ms-docs-key-type: chat - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - user: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - tenantId: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatReadForUser': + '/users/{user-id}/chats/{chat-id}/microsoft.graph.hideForUser': post: tags: - users.Actions - summary: Invoke action markChatReadForUser - description: Mark a chat as read for a user. + summary: Invoke action hideForUser + description: Hide a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta - operationId: user.chat_markChatReadGraphFPreUser + url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta + operationId: user.chat_hideGraphFPreUser parameters: - name: user-id in: path @@ -18750,17 +22236,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatReadForUser': post: tags: - users.Actions - summary: Invoke action markChatUnreadForUser - description: Mark a chat as unread for a user. + summary: Invoke action markChatReadForUser + description: Mark a chat as read for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta - operationId: user.chat_markChatUnreadGraphFPreUser + url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta + operationId: user.chat_markChatReadGraphFPreUser parameters: - name: user-id in: path @@ -18790,11 +22281,6 @@ paths: tenantId: type: string nullable: true - lastMessageReadDateTime: - 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 additionalProperties: type: object required: true @@ -18803,17 +22289,22 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/chats/{chat-id}/microsoft.graph.markChatUnreadForUser': post: tags: - users.Actions - summary: Invoke action removeAllAccessForUser - description: Remove access to a chat for a user. + summary: Invoke action markChatUnreadForUser + description: Mark a chat as unread for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta - operationId: user.chat_removeAllAccessGraphFPreUser + url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta + operationId: user.chat_markChatUnreadGraphFPreUser parameters: - name: user-id in: path @@ -18840,69 +22331,14 @@ paths: properties: user: $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/chats/{chat-id}/microsoft.graph.sendActivityNotification': - post: - tags: - - users.Actions - summary: Invoke action sendActivityNotification - description: 'Send an activity feed notification in the scope of a chat. For more information, see sending Teams activity notifications.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta - operationId: user.chat_sendActivityNotification - 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 - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - topic: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - activityType: + tenantId: type: string nullable: true - chainId: - type: integer - format: int64 - nullable: true - previewText: - $ref: '#/components/schemas/microsoft.graph.itemBody' - teamsAppId: + lastMessageReadDateTime: + 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 - templateParameters: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyValuePair' - recipient: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' additionalProperties: type: object required: true @@ -18911,17 +22347,140 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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': + '/users/{user-id}/chats/{chat-id}/microsoft.graph.removeAllAccessForUser': post: tags: - users.Actions - summary: Invoke action unhideForUser - description: Unhide a chat for a user. + summary: Invoke action removeAllAccessForUser + description: Remove access to a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta - operationId: user.chat_unhideGraphFPreUser + url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta + operationId: user.chat_removeAllAccessGraphFPreUser + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + user: + $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/chats/{chat-id}/microsoft.graph.sendActivityNotification': + post: + tags: + - users.Actions + summary: Invoke action sendActivityNotification + description: 'Send an activity feed notification in the scope of a chat. For more information, see sending Teams activity notifications.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta + operationId: user.chat_sendActivityNotification + 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 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + teamsAppId: + type: string + nullable: true + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + recipient: + $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/chats/{chat-id}/microsoft.graph.unhideForUser': + post: + tags: + - users.Actions + summary: Invoke action unhideForUser + description: Unhide a chat for a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta + operationId: user.chat_unhideGraphFPreUser parameters: - name: user-id in: path @@ -18959,6 +22518,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22568,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22606,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22644,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22682,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22720,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22758,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22809,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22861,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22912,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +22963,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23001,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23047,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23085,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23123,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23161,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23225,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,10 +23288,237 @@ 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' operationName: listMore + '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.childFolder.contact_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contactFolder-id1 + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.childFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contactFolder-id1 + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.contact_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contacts/{contact-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contact_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-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.assign': post: tags: @@ -19696,6 +23561,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23610,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23650,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23705,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 +23762,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +23851,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 +23939,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 +24014,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 +24064,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24124,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24186,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24232,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24301,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 +24390,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 +24448,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 +24494,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24540,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 +24590,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 +24691,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 +24736,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24810,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 +24875,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 +24921,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +24978,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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' @@ -21151,6 +25141,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 +25195,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25249,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25312,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25372,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25417,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25462,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25515,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 +25569,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 +25623,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +25712,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 +25800,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 +25875,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 +25925,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26005,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 +26072,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 +26118,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26164,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26245,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 +26325,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 +26392,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 +26434,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26486,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26540,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26578,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26639,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 +26720,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 +26770,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 +26808,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +26846,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 +26888,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 +26981,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 +27018,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27084,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 +27141,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 +27179,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27228,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27308,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 +27375,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 +27421,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27467,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27521,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 +27583,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 +27653,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 +27724,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27791,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27864,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27918,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +27989,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -23820,6 +28109,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28182,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28245,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28304,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28369,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28415,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28478,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -24212,6 +28582,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28647,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28709,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 +28779,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 +28850,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28917,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +28990,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29044,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29115,65 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -24766,6 +29235,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29308,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29371,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29430,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29495,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29541,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29604,57 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: @@ -25158,6 +29708,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29773,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29828,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29879,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29936,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +29974,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +30029,49 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: @@ -25494,6 +30117,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +30174,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +30233,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 +30295,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 +30345,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 +30393,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 +30440,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 +30483,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 +30531,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 +30589,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 +30652,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 +30713,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 +30762,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 +30814,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 +30860,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 +30909,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 +30979,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 +31049,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 +31126,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 +31199,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: @@ -26591,23 +31266,101 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.message' + content: + application/json: + schema: + $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: + tags: + - users.Actions + summary: Invoke action forward + description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Message: + $ref: '#/components/schemas/microsoft.graph.message' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.forward': + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsJunk': post: tags: - users.Actions - summary: Invoke action forward - description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." + summary: Invoke action markAsJunk + description: 'Mark a message as junk. This API adds the sender to the list of blocked senders and moves the message to the Junk Email folder, when moveToJunk is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta - operationId: user.mailFolder.childFolder.message_forward + url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_markAsJunk parameters: - name: user-id in: path @@ -26648,34 +31401,37 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Message: - $ref: '#/components/schemas/microsoft.graph.message' - Comment: - type: string - nullable: true + MoveToJunk: + type: boolean + default: false additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $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.markAsJunk': + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsNotJunk': post: tags: - users.Actions - summary: Invoke action markAsJunk - description: 'Mark a message as junk. This API adds the sender to the list of blocked senders and moves the message to the Junk Email folder, when moveToJunk is true.' + summary: Invoke action markAsNotJunk + description: 'Mark a message as not junk. This API removes the sender from the list of blocked senders and moves the message to the Inbox folder, when moveToInbox is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta - operationId: user.mailFolder.childFolder.message_markAsJunk + url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_markAsNotJunk parameters: - name: user-id in: path @@ -26716,7 +31472,7 @@ paths: schema: type: object properties: - MoveToJunk: + MoveToInbox: type: boolean default: false additionalProperties: @@ -26731,17 +31487,22 @@ 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': + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move': post: tags: - users.Actions - summary: Invoke action markAsNotJunk - description: 'Mark a message as not junk. This API removes the sender from the list of blocked senders and moves the message to the Inbox folder, when moveToInbox is true.' + summary: Invoke action move + description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta - operationId: user.mailFolder.childFolder.message_markAsNotJunk + url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_move parameters: - name: user-id in: path @@ -26782,9 +31543,8 @@ paths: schema: type: object properties: - MoveToInbox: - type: boolean - default: false + DestinationId: + type: string additionalProperties: type: object required: true @@ -26797,17 +31557,22 @@ 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': + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action move - description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta - operationId: user.mailFolder.childFolder.message_move + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_permanentDelete parameters: - name: user-id in: path @@ -26841,27 +31606,16 @@ paths: schema: type: string x-ms-docs-key-type: message - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - DestinationId: - type: string - additionalProperties: - type: object - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.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 +31680,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +31749,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +31803,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +31857,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +31919,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 +31981,57 @@ 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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a mail folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.childFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession': post: @@ -27259,6 +32089,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 +32151,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 +32220,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 +32285,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 +32350,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 +32415,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +32478,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 +32541,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 +32603,57 @@ 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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.message_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply': post: @@ -27789,6 +32710,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +32771,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +32817,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +32863,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +32917,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 +32971,49 @@ 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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a mail folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + 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}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl': post: @@ -28072,6 +33061,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 +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}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock': post: @@ -28145,6 +33144,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33192,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33240,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33290,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 +33338,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33384,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33418,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33453,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33507,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33542,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33577,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33612,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33659,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33694,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33729,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33778,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33828,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33876,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33911,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33946,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +33980,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34015,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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}/managedDevices/{managedDevice-id}/microsoft.graph.reprovisionCloudPc': post: @@ -28976,10 +34090,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 +34123,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34158,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34211,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 +34262,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 +34295,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34330,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34365,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34399,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34434,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34482,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34534,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 +34580,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34615,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34649,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34696,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34742,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34789,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34823,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34889,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +34940,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 +34996,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 +35045,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 +35094,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 +35171,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 +35216,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35270,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 +35324,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 +35385,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 +35442,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 +35499,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 +35556,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35611,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 +35666,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 +35720,49 @@ 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.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.message_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/messages/{message-id}/microsoft.graph.reply': post: @@ -30520,6 +35811,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35864,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35902,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35940,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +35972,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 +36004,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36062,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 +36119,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 +36154,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 +36186,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36218,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36250,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 +36282,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 +36343,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 +36400,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 +36433,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 +36466,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 +36493,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36523,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 +36571,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 +36601,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36631,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 +36663,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36695,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 +36725,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36752,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36781,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +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}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': post: @@ -31408,6 +36839,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +36885,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 +36952,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 +37035,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 +37118,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 +37206,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 +37278,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +37353,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 +37428,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 +37508,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 +37572,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +37619,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 +37683,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 +37731,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +37806,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 +37881,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 +37961,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 +38025,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38092,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 +38159,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 +38231,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 +38287,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38341,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38395,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38449,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38503,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +38566,49 @@ 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}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an outlook task folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: @@ -33064,10 +38668,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,14 +38729,105 @@ 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' operationName: listMore + '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskFolder.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an outlook task folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskGroup.taskFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskGroup-id + in: path + description: The unique identifier of outlookTaskGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskGroup + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -33200,10 +38894,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,14 +38963,67 @@ 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' operationName: listMore + '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskGroup.taskFolder.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskGroup-id + in: path + description: The unique identifier of outlookTaskGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskGroup + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -33328,10 +39074,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,14 +39127,51 @@ 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' operationName: listMore + '/users/{user-id}/outlook/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations': post: tags: @@ -33430,6 +39212,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39258,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39326,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39372,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39418,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39464,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39506,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39582,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39636,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39696,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39734,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39772,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39832,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39870,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39908,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39946,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +39980,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40056,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40110,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40164,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40240,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40294,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40348,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40402,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40452,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40520,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40566,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40617,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40671,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 +40722,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40765,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40795,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40847,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40889,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40938,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +40996,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 +41059,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 +41120,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 +41169,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 +41199,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 +41229,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +41287,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-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 +41349,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 +41404,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 +41448,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 +41485,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 +41530,11 @@ paths: description: Success default: $ref: '#/components/responses/error' + 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: @@ -37559,7 +43582,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -40245,6 +46268,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -40258,6 +46282,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -40273,6 +46298,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -41114,7 +47140,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -42255,11 +48281,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -42280,7 +48307,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -42291,13 +48318,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -42332,11 +48359,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -42355,19 +48382,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -42398,19 +48425,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -42418,7 +48445,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -44853,7 +50880,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -45032,7 +51059,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 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 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 creationTimestamp: 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])$' @@ -45345,7 +51372,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -45383,7 +51410,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -45421,7 +51448,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -45431,7 +51458,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -45456,7 +51483,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -45761,7 +51788,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -45991,7 +52018,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -46011,7 +52038,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -46189,7 +52216,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -46263,7 +52290,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -47320,7 +53347,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -47904,7 +53931,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 @@ -48330,11 +54357,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -48430,14 +54457,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -48452,10 +54479,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -48468,12 +54495,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -48530,7 +54558,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -48546,7 +54574,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -53531,7 +59559,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -54487,7 +60515,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -54877,31 +60905,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -54927,7 +60955,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -54935,7 +60963,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -54948,7 +60976,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -54956,7 +60984,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -54968,15 +60996,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -55876,13 +61904,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: @@ -58108,17 +64140,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -58137,19 +64169,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -58180,6 +64214,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -58754,11 +64789,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -58812,28 +64847,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -58868,7 +64903,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -59663,6 +65698,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -61036,7 +67074,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -61053,7 +67091,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -61066,7 +67104,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index e742ed2c6ec..ee536810953 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,13 +10473,18 @@ 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: tags: - users.Functions summary: Invoke function getAllRecordings - description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta @@ -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' @@ -10007,7 +10595,7 @@ paths: tags: - users.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta @@ -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' @@ -11936,7 +12629,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -11974,7 +12667,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12012,7 +12705,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12022,7 +12715,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12047,7 +12740,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -12470,7 +13163,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -12715,7 +13408,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -12735,7 +13428,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -13170,7 +13863,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -13244,7 +13937,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -14717,7 +15410,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -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: @@ -17799,7 +18496,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 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 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 creationTimestamp: 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])$' @@ -19538,7 +20235,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -20712,7 +21409,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -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 @@ -22374,11 +23071,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -22399,7 +23097,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -22410,13 +23108,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -22451,11 +23149,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -22474,19 +23172,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -22517,19 +23215,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -22537,7 +23235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -27667,6 +28365,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -27680,6 +28379,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -27695,6 +28395,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -27896,7 +28597,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -28028,7 +28729,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -28700,7 +29401,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -29115,11 +29816,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -29215,14 +29916,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -29237,10 +29938,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -29253,12 +29954,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29315,7 +30017,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -29331,7 +30033,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -32563,17 +33265,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -32592,19 +33294,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -32635,6 +33339,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -33286,31 +33991,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -33336,7 +34041,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -33344,7 +34049,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -33357,7 +34062,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -33365,7 +34070,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -33377,15 +34082,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -33596,6 +34301,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -35629,11 +36337,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -35687,28 +36395,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -35743,7 +36451,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -37622,7 +38330,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -37639,7 +38347,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -37652,7 +38360,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 9941f490af8..e5966100dcc 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,11 +1540,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/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: - users.itemInsights summary: Get insights from users + description: 'Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable.' operationId: user_GetInsight parameters: - name: user-id @@ -1439,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: @@ -1470,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: @@ -1496,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: @@ -1553,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 @@ -1587,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: @@ -1641,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: @@ -1680,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: @@ -1714,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: @@ -1767,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: @@ -1821,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: @@ -1844,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: @@ -1900,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 @@ -1934,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: @@ -1988,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: @@ -2027,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: @@ -2061,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: @@ -2115,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: @@ -2138,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: @@ -2194,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 @@ -2228,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: @@ -2282,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: @@ -2321,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: @@ -2355,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: @@ -2409,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: @@ -2432,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: @@ -2480,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: @@ -2536,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 @@ -2570,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: @@ -2623,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: @@ -2662,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: @@ -2696,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: @@ -2719,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: @@ -2764,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 @@ -2794,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: @@ -2842,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: @@ -2871,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: @@ -2897,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: @@ -2927,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: @@ -2997,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 @@ -3064,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: @@ -3127,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: @@ -3189,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: @@ -3255,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: @@ -3287,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: @@ -3352,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 @@ -3387,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: @@ -3452,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 @@ -3487,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: @@ -3556,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 @@ -3591,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: @@ -3648,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 @@ -3688,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: @@ -3747,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: @@ -3792,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: @@ -3832,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: @@ -3861,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: @@ -3924,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 @@ -3980,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: @@ -4003,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: @@ -4048,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: @@ -4105,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 @@ -4139,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: @@ -4193,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: @@ -4232,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: @@ -4266,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: @@ -4289,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: @@ -4347,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 @@ -4387,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: @@ -4447,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: @@ -4492,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: @@ -4532,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: @@ -4603,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 @@ -4651,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: @@ -4719,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: @@ -4772,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: @@ -4820,17 +5256,16 @@ 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: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskFolder.task_ListAttachment parameters: - name: user-id @@ -4899,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 @@ -4955,17 +5389,16 @@ 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: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskFolder.task_GetAttachment parameters: - name: user-id @@ -5031,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: @@ -5087,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: @@ -5132,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: @@ -5168,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: @@ -5196,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: @@ -5258,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 @@ -5298,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: @@ -5358,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: @@ -5403,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: @@ -5443,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: @@ -5514,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 @@ -5562,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: @@ -5630,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: @@ -5683,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: @@ -5731,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: @@ -5810,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 @@ -5866,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: @@ -5942,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: @@ -6003,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: @@ -6059,17 +6473,16 @@ 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: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskGroup.taskFolder.task_ListAttachment parameters: - name: user-id @@ -6146,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 @@ -6210,17 +6622,16 @@ 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: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskGroup.taskFolder.task_GetAttachment parameters: - name: user-id @@ -6294,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: @@ -6358,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: @@ -6411,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: @@ -6455,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: @@ -6491,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: @@ -6519,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: @@ -6581,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 @@ -6621,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: @@ -6681,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: @@ -6726,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: @@ -6766,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: @@ -6840,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 @@ -6888,17 +7287,16 @@ 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: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.task_GetAttachment parameters: - name: user-id @@ -6956,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: @@ -7004,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: @@ -7041,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: @@ -7069,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: @@ -7139,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 @@ -7206,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: @@ -7269,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: @@ -7331,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: @@ -7363,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: @@ -7428,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 @@ -7463,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: @@ -7528,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 @@ -7563,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: @@ -7629,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 @@ -7696,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: @@ -7759,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: @@ -7821,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: @@ -7883,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: @@ -7915,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: @@ -7980,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 @@ -8015,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: @@ -8080,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 @@ -8115,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: @@ -8180,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 @@ -8215,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: @@ -8260,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: @@ -8291,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: @@ -8317,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: @@ -8344,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 @@ -8372,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 @@ -8398,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: @@ -8454,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 @@ -8511,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: @@ -8546,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 @@ -8582,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 @@ -8616,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: @@ -8682,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 @@ -8749,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: @@ -8812,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: @@ -8874,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: @@ -8906,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: @@ -8971,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 @@ -9006,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: @@ -9071,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 @@ -9106,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: @@ -9150,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: @@ -9181,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: @@ -9207,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: @@ -9253,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: @@ -9284,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: @@ -9310,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: @@ -9356,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: @@ -9391,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: @@ -9417,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: @@ -9463,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: @@ -9494,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: @@ -9520,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: @@ -9569,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: @@ -9604,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: @@ -9630,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: @@ -9675,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: @@ -9706,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: @@ -9732,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: @@ -9781,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: @@ -9812,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: @@ -9838,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: @@ -9895,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 @@ -9929,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: @@ -9983,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: @@ -10022,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: @@ -10056,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: @@ -10079,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: @@ -10135,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 @@ -10169,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: @@ -10223,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: @@ -10262,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: @@ -10296,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: @@ -10361,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 @@ -10403,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: @@ -10465,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: @@ -10512,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: @@ -10554,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: @@ -10585,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: @@ -10607,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: @@ -10666,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 @@ -10723,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: @@ -10746,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: @@ -10791,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: @@ -10822,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: @@ -10848,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: @@ -10905,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 @@ -10939,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: @@ -10993,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: @@ -11032,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: @@ -11066,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: @@ -11131,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 @@ -11173,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: @@ -11235,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: @@ -11282,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: @@ -11324,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: @@ -11355,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: @@ -11419,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 @@ -11461,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: @@ -11523,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: @@ -11570,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: @@ -11612,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: @@ -11685,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 @@ -11735,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: @@ -11805,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: @@ -11855,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: @@ -11906,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 @@ -11958,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 @@ -12008,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: @@ -12046,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: @@ -12117,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 @@ -12189,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: @@ -12244,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: @@ -12294,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: @@ -12345,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 @@ -12401,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 @@ -12451,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: @@ -12489,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: @@ -12561,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 @@ -12611,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: @@ -12681,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: @@ -12736,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: @@ -12786,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: @@ -12825,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: @@ -12897,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 @@ -12947,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: @@ -13017,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: @@ -13072,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: @@ -13122,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: @@ -13161,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: @@ -13233,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 @@ -13283,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: @@ -13353,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: @@ -13408,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: @@ -13458,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: @@ -13497,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: @@ -13527,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: @@ -13549,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: @@ -13618,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 @@ -13685,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: @@ -13748,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: @@ -13810,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: @@ -13872,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: @@ -13904,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: @@ -13969,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 @@ -14004,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: @@ -14069,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 @@ -14104,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: @@ -14169,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 @@ -14204,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: @@ -14273,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 @@ -14340,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: @@ -14373,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: @@ -14397,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: @@ -14558,7 +15722,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'true if the user is a member of a restricted management administrative unit, which requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a user who is a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isResourceAccount: type: boolean @@ -15198,7 +16362,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -15719,7 +16883,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -15793,7 +16957,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the group is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a group member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isSubscribedByMail: type: boolean @@ -16190,7 +17354,7 @@ components: $ref: '#/components/schemas/microsoft.graph.categoryColor' displayName: type: string - description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name can''t be changed. Read-only.' nullable: true additionalProperties: type: object @@ -16290,7 +17454,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -16433,7 +17597,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true extensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' @@ -16453,7 +17617,7 @@ components: nullable: true isManagementRestricted: type: boolean - description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.' + description: 'Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that''s a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.' nullable: true isRooted: type: boolean @@ -16865,7 +18029,7 @@ components: properties: isEnabled: type: boolean - description: true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true. Optional. + 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.regionalAndLanguageSettings: @@ -17800,7 +18964,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 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 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 creationTimestamp: 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])$' @@ -18113,7 +19277,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -18151,7 +19315,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -18189,7 +19353,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -18199,7 +19363,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -18224,7 +19388,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -18529,7 +19693,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -19948,7 +21112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -20505,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 @@ -21761,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 @@ -21942,7 +23107,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -27644,6 +28809,7 @@ components: nullable: true allowBreakoutRooms: type: boolean + description: Indicates whether breakout rooms are enabled for the meeting. nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' @@ -27657,6 +28823,7 @@ components: nullable: true allowPowerPointSharing: type: boolean + description: Indicates whether PowerPoint live is enabled for the meeting. nullable: true allowRecording: type: boolean @@ -27672,6 +28839,7 @@ components: nullable: true allowWhiteboard: type: boolean + description: Indicates whether whiteboard is enabled for the meeting. nullable: true anonymizeIdentityForRoles: type: array @@ -30404,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: @@ -34945,17 +36117,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -34974,19 +36146,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -35017,6 +36191,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -36178,6 +37353,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -36744,11 +37922,12 @@ components: nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' @@ -36769,7 +37948,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -36780,13 +37959,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -36821,11 +38000,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -36844,19 +38023,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -36887,19 +38066,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -36907,7 +38086,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true tasks: type: array @@ -40174,11 +41353,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: The content type for the reply. task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -40274,14 +41453,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -40296,10 +41475,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -40312,12 +41491,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -40374,7 +41554,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -40390,7 +41570,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -41200,31 +42380,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -41250,7 +42430,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -41258,7 +42438,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -41271,7 +42451,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -41279,7 +42459,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -41291,15 +42471,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -41577,11 +42757,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -41635,28 +42815,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -41691,7 +42871,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -41880,7 +43060,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -41897,7 +43077,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -41910,7 +43090,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index fc25969c113..02d60248a3c 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -6835,11 +6835,11 @@ paths: get: tags: - admin.adminWindows - summary: Get resourceConnection - description: Read the properties and relationships of a resourceConnection object. + summary: Get operationalInsightsConnection + description: Read the properties and relationships of an operationalInsightsConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -7040,11 +7040,11 @@ paths: get: tags: - admin.adminWindows - summary: Get azureADDevice - description: Read the properties of an azureADDevice object. + summary: Get updatableAssetGroup + description: Read the properties and relationships of an updatableAssetGroup object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta operationId: admin.window.update_GetUpdatableAsset parameters: - name: updatableAsset-id @@ -9822,11 +9822,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete complianceChange - description: Delete a complianceChange object. + summary: Delete contentApproval + description: Delete a contentApproval object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 630a9f80720..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 @@ -2269,7 +2269,7 @@ paths: tags: - applications.directoryObject summary: Add owner - description: Add an owner to an application by posting to the owners collection. + description: 'Add an owner to an application. Currently, only individual users are supported as owners of applications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-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 @@ -16950,7 +16944,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])$' @@ -21479,10 +21473,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: @@ -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. @@ -26245,6 +26267,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: @@ -34795,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 7df39b3b5bf..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: @@ -363,7 +597,7 @@ paths: tags: - solutions.bookingBusiness summary: Get bookingAppointment - description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. + description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0 @@ -2553,6 +2787,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions + description: The virtual event presenters. operationId: solution.virtualEvent.event_ListPresenter parameters: - name: virtualEvent-id @@ -2643,6 +2878,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions + description: The virtual event presenters. operationId: solution.virtualEvent.event_GetPresenter parameters: - name: virtualEvent-id @@ -2791,7 +3027,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions - description: Sessions for the virtual event. + description: The sessions for the virtual event. operationId: solution.virtualEvent.event_ListSession parameters: - name: virtualEvent-id @@ -2882,7 +3118,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions - description: Sessions for the virtual event. + description: The sessions for the virtual event. operationId: solution.virtualEvent.event_GetSession parameters: - name: virtualEvent-id @@ -3668,7 +3904,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get townhalls from solutions + summary: Get virtualEventTownhall + description: Read the properties and relationships of a virtualEventTownhall object. operationId: solution.virtualEvent_ListTownhall parameters: - $ref: '#/components/parameters/top' @@ -3718,7 +3955,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to townhalls for solutions + summary: Create virtualEventTownhall + description: Create a new virtualEventTownhall object in draft mode. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0 operationId: solution.virtualEvent_CreateTownhall requestBody: description: New navigation property @@ -3741,7 +3982,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get townhalls from solutions + summary: Get virtualEventTownhall + description: Read the properties and relationships of a virtualEventTownhall object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0 operationId: solution.virtualEvent_GetTownhall parameters: - name: virtualEventTownhall-id @@ -3785,7 +4030,11 @@ paths: patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property townhalls in solutions + summary: Update virtualEventTownhall + description: Update the properties of a virtualEventTownhall object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0 operationId: solution.virtualEvent_UpdateTownhall parameters: - name: virtualEventTownhall-id @@ -3843,7 +4092,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get presenters from solutions + summary: List presenters + description: "Get the list of all virtualEventPresenter objects associated with a virtual event. Currently the supported virtual event types are:\n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0 operationId: solution.virtualEvent.townhall_ListPresenter parameters: - name: virtualEventTownhall-id @@ -3901,7 +4154,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to presenters for solutions + summary: Create virtualEventPresenter + description: "Create a new virtualEventPresenter object on a virtual event. Currently, the following types of virtual events are supported: \n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0 operationId: solution.virtualEvent.townhall_CreatePresenter parameters: - name: virtualEventTownhall-id @@ -3933,7 +4190,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get presenters from solutions + summary: Get virtualEventPresenter + description: "Read the properties and relationships of a virtualEventPresenter object. Currently the supported virtual event types are: \n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0 operationId: solution.virtualEvent.townhall_GetPresenter parameters: - name: virtualEventTownhall-id @@ -4024,7 +4285,11 @@ paths: delete: tags: - solutions.virtualEventsRoot - summary: Delete navigation property presenters for solutions + summary: Delete virtualEventPresenter + description: "Delete a virtualEventPresenter from a virtual event. Currently the supported virtual event types are:\n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0 operationId: solution.virtualEvent.townhall_DeletePresenter parameters: - name: virtualEventTownhall-id @@ -4082,7 +4347,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions - description: Sessions for the virtual event. + description: The sessions for the virtual event. operationId: solution.virtualEvent.townhall_ListSession parameters: - name: virtualEventTownhall-id @@ -4173,7 +4438,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions - description: Sessions for the virtual event. + description: The sessions for the virtual event. operationId: solution.virtualEvent.townhall_GetSession parameters: - name: virtualEventTownhall-id @@ -5013,7 +5278,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to webinars for solutions + summary: Create virtualEventWebinar + description: Create a new virtualEventWebinar object in draft mode. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0 operationId: solution.virtualEvent_CreateWebinar requestBody: description: New navigation property @@ -5084,7 +5353,11 @@ paths: patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property webinars in solutions + summary: Update virtualEventWebinar + description: Update the properties of a virtualEventWebinar object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0 operationId: solution.virtualEvent_UpdateWebinar parameters: - name: virtualEventWebinar-id @@ -5143,6 +5416,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions + description: The virtual event presenters. operationId: solution.virtualEvent.webinar_ListPresenter parameters: - name: virtualEventWebinar-id @@ -5200,7 +5474,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to presenters for solutions + summary: Create virtualEventPresenter + description: "Create a new virtualEventPresenter object on a virtual event. Currently, the following types of virtual events are supported: \n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_CreatePresenter parameters: - name: virtualEventWebinar-id @@ -5233,6 +5511,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions + description: The virtual event presenters. operationId: solution.virtualEvent.webinar_GetPresenter parameters: - name: virtualEventWebinar-id @@ -5284,7 +5563,11 @@ paths: patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property presenters in solutions + summary: Update virtualEventPresenter + description: "Update the properties of a virtualEventPresenter object. Currently the supported virtual event types are:\n- virtualEventWebinar." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_UpdatePresenter parameters: - name: virtualEventWebinar-id @@ -5380,7 +5663,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrationConfiguration from solutions + summary: Get virtualEventWebinarRegistrationConfiguration + description: Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_GetRegistrationConfiguration parameters: - name: virtualEventWebinar-id @@ -5482,7 +5769,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get questions from solutions + summary: List questions + description: Get a list of all registration questions for a webinar. The list can include either predefined registration questions or custom registration questions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar.registrationConfiguration_ListQuestion parameters: - name: virtualEventWebinar-id @@ -5540,7 +5831,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to questions for solutions + summary: Create virtualEventRegistrationCustomQuestion + description: Create a registration question for a webinar. You can create either a predefined registration question or a custom registration question. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar.registrationConfiguration_CreateQuestion parameters: - name: virtualEventWebinar-id @@ -5573,6 +5868,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get questions from solutions + description: Registration questions. operationId: solution.virtualEvent.webinar.registrationConfiguration_GetQuestion parameters: - name: virtualEventWebinar-id @@ -5663,7 +5959,11 @@ paths: delete: tags: - solutions.virtualEventsRoot - summary: Delete navigation property questions for solutions + summary: Delete virtualEventRegistrationQuestionBase + description: 'Delete a registration question from a webinar. The question can either be a predefined registration question or a custom registration question. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar.registrationConfiguration_DeleteQuestion parameters: - name: virtualEventWebinar-id @@ -5724,7 +6024,7 @@ paths: description: Get a list of all registration records of a webinar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_ListRegistration parameters: - name: virtualEventWebinar-id @@ -5782,7 +6082,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to registrations for solutions + summary: Create virtualEventRegistration + description: 'Create a registration record for a registrant of a webinar. This method registers the person for the webinar. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_CreateRegistration parameters: - name: virtualEventWebinar-id @@ -5945,6 +6249,7 @@ paths: tags: - solutions.Actions summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration_cancel parameters: - name: virtualEventWebinar-id @@ -5973,7 +6278,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions + summary: List sessions for a virtual event registration + description: 'Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The rest of session properties will be null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar.registration_ListSession parameters: - name: virtualEventWebinar-id @@ -6041,6 +6350,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions + description: Sessions for a registration. operationId: solution.virtualEvent.webinar.registration_GetSession parameters: - name: virtualEventWebinar-id @@ -6262,6 +6572,7 @@ paths: tags: - solutions.Actions summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration.email_cancel parameters: - name: virtualEventWebinar-id @@ -6421,6 +6732,7 @@ paths: tags: - solutions.Actions summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' operationId: solution.virtualEvent.webinar.registration.userId_cancel parameters: - name: virtualEventWebinar-id @@ -6471,8 +6783,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventSession - description: Read the properties and relationships of a virtualEventSession object. + summary: List sessions for a virtual event + description: "Get a list of all virtualEventSession summary objects under a virtual event. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The rest of session properties will be null. Currently, the following virtual event types are supported: \n- virtualEventTownhall\n- virtualEventWebinar" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_ListSession parameters: - name: virtualEventWebinar-id @@ -6563,7 +6878,7 @@ paths: tags: - solutions.virtualEventsRoot summary: Get virtualEventSession - description: Read the properties and relationships of a virtualEventSession object. + description: "Read the properties and relationships of a virtualEventSession object. Currently, the following virtual event types are supported: \n- virtualEventTownhall\n- virtualEventWebinar" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0 @@ -7521,6 +7836,8 @@ components: title: solutionsRoot type: object properties: + backupRestore: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' bookingBusinesses: type: array items: @@ -7535,44 +7852,245 @@ 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 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. + description: The name of the policy to be created. 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. + 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.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: @@ -7582,6 +8100,7 @@ components: 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: @@ -7654,25 +8173,29 @@ components: nullable: true appointmentLabel: type: string - description: Custom label that can be stamped on this appointment by users. + description: The custom label that can be stamped on this appointment by users. 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 appointment 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 customerEmailAddress: type: string + description: The SMTP address of the bookingCustomer who books the appointment. nullable: true customerName: type: string + description: The customer's name. nullable: true customerNotes: type: string - description: Notes from the customer associated with this appointment. + description: Notes from the customer associated with this appointment. You can get the value only when you read this bookingAppointment by its ID. You can set this property only when you initially create an appointment with a new customer. nullable: true customerPhone: type: string + description: The customer's phone number. nullable: true customers: type: array @@ -7695,15 +8218,16 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The current number of customers in the appointment + description: The current number of customers in the appointment. format: int32 readOnly: true isCustomerAllowedToManageBooking: type: boolean + description: Indicates that the customer can manage bookings created by the staff. The default value is false. nullable: true isLocationOnline: type: boolean - description: 'If true, indicates that the appointment will be held online. Default value is false.' + description: Indicates that the appointment is held online. The default value is false. joinWebUrl: type: string description: The URL of the online meeting for the appointment. @@ -7711,6 +8235,7 @@ components: 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 maximumAttendeesCount: @@ -7745,7 +8270,7 @@ components: description: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID. selfServiceAppointmentId: type: string - description: 'An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.' + description: 'Another tracking ID for the appointment, if the appointment was created directly by the customer on the scheduling page, as opposed to by a staff member on behalf of the customer.' nullable: true serviceId: type: string @@ -7799,6 +8324,7 @@ 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 date, time, and time zone when the custom question 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 displayName: @@ -7807,6 +8333,7 @@ components: 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 custom question 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 additionalProperties: @@ -7853,6 +8380,7 @@ 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 date, time, and time zone when the service 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 customQuestions: @@ -7887,22 +8415,24 @@ components: description: A service name. isAnonymousJoinEnabled: type: boolean - description: True if the URL to join the appointment anonymously (anonymousJoinWebUrl) will be generated for the appointment booked for this service. + description: Indicates if an anonymousJoinWebUrl(webrtcUrl) is generated for the appointment booked for this service. The default value is false. isCustomerAllowedToManageBooking: type: boolean + description: Indicates that the customer can manage bookings created by the staff. The default value is false. nullable: true isHiddenFromCustomers: type: boolean - description: True means this service is not available to customers for booking. + description: True indicates that this service isn't available to customers for booking. isLocationOnline: type: boolean - description: True indicates that the appointments for the service will be held online. Default value is false. + description: Indicates that the appointments for the service are held online. The default value is false. languageTag: type: string description: The language of the self-service booking page. 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 service 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 maximumAttendeesCount: @@ -7978,11 +8508,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' + description: A collection of town halls. Nullable. x-ms-navigationProperty: true webinars: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' + description: A collection of webinars. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -7998,10 +8530,12 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' displayName: type: string - description: Display name of the virtual event. + description: The display name of the virtual event. nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -8010,12 +8544,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + description: The virtual event presenters. x-ms-navigationProperty: true sessions: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - description: Sessions for the virtual event. + description: The sessions for the virtual event. x-ms-navigationProperty: true additionalProperties: type: object @@ -8027,6 +8562,7 @@ components: properties: email: type: string + description: Email address of the presenter. nullable: true identity: $ref: '#/components/schemas/microsoft.graph.identity' @@ -8121,12 +8657,15 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' + description: Identity information of the coorganizers of the town hall. invitedAttendees: type: array items: $ref: '#/components/schemas/microsoft.graph.identity' + description: 'The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity.' isInviteOnly: type: boolean + description: Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. nullable: true additionalProperties: type: object @@ -8175,9 +8714,11 @@ components: properties: displayName: type: string + description: Display name of the registration question. nullable: true isRequired: type: boolean + description: Indicates whether an answer to the question is required. The default value is false. nullable: true additionalProperties: type: object @@ -8207,9 +8748,11 @@ components: nullable: true preferredLanguage: type: string + description: The registrant's preferred language. nullable: true preferredTimezone: type: string + description: The registrant's time zone details. 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])$' @@ -8232,9 +8775,159 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + description: Sessions for a registration. + x-ms-navigationProperty: true + additionalProperties: + type: object + 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: + 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.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.entity: title: entity type: object @@ -8244,68 +8937,173 @@ components: description: The unique identifier for an entity. Read-only. additionalProperties: type: object - microsoft.graph.physicalAddress: - title: physicalAddress + microsoft.graph.retentionSetting: + title: retentionSetting type: object properties: - city: + interval: type: string - description: The city. + description: The frequency of the backup. nullable: true - countryOrRegion: + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The country or region. It''s a free-format string value, for example, ''United States''.' + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration nullable: true - postalCode: + 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: The postal code. + description: Represents the error code. nullable: true - state: + 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: The state. + description: A non-localized message for the developer. nullable: true - street: + target: type: string - description: The street. + description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.bookingPageSettings: - title: bookingPageSettings + 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: + type: string + description: The city. + nullable: true + countryOrRegion: + type: string + description: 'The country or region. It''s a free-format string value, for example, ''United States''.' + nullable: true + postalCode: + type: string + description: The postal code. + nullable: true + state: + type: string + description: The state. + nullable: true + street: + type: string + description: The street. + nullable: true + additionalProperties: + type: object + microsoft.graph.bookingPageSettings: + title: bookingPageSettings type: object properties: accessControl: $ref: '#/components/schemas/microsoft.graph.bookingPageAccessControl' bookingPageColorCode: type: string - description: 'Custom color for bookings page. Value should be in Hex format. Example: `#123456`.' + description: 'Custom color for the booking page. The value should be in Hex format. For example, #123456.' businessTimeZone: type: string - description: 'The time zone of the customer. For a list of possible values, see [dateTimeTimeZone](https://learn.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-beta).' + description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' customerConsentMessage: type: string - description: Customer consent message that is displayed in the Booking page. + description: The personal data collection and usage consent message in the booking page. enforceOneTimePassword: type: boolean - description: Enforcing One Time Password (OTP) during appointment creation. + description: Determines whether the one-time password is required to create an appointment. The default value is false. isBusinessLogoDisplayEnabled: type: boolean - description: Enable display of business logo display on the Bookings page. + description: Indicates whether the business logo is displayed on the booking page. The default value is false. isCustomerConsentEnabled: type: boolean - description: Enforces customer consent on the customer consent message before appointment is booked. + description: Enables personal data collection and the usage consent toggle on the booking page. The default value is false. isSearchEngineIndexabilityDisabled: type: boolean - description: Disable booking page to be indexed by search engines. False by default. + description: Indicates whether web crawlers index this page. The defaults value is false. isTimeSlotTimeZoneSetToBusinessTimeZone: type: boolean - description: If business time zone the default value for the time slots that we show in the bookings page. False by default. + description: Indicates whether the time zone of the time slot is set to the time zone of the business. The default value is false. privacyPolicyWebUrl: type: string - description: The URL of the business' Privacy Policy. + description: 'URL of a webpage that provides the terms and conditions of the business. If a privacy policy isn''t included, the following text appears on the booking page as default: ''The policies and practices of {bookingbusinessname} apply to the use of your data.''' termsAndConditionsWebUrl: type: string - description: The URL of the business' Terms and Conditions. + description: URL of a webpage that provides the terms and conditions of the business. additionalProperties: type: object microsoft.graph.bookingWorkHours: @@ -8328,17 +9126,17 @@ components: properties: allowStaffSelection: type: boolean - description: True if to allow customers to choose a specific person for the booking. + description: True to allow customers to choose a specific person for the booking. customAvailabilities: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityWindow' - description: collection of custom availabilities for a given time range. + description: Custom availability of the service in a given time frame. generalAvailability: $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' isMeetingInviteToCustomersEnabled: type: boolean - description: Enable sending meeting invite to customers. False by default. + description: Indicates whether the meeting invite is sent to the customers. The default value is false. nullable: true maximumAdvance: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' @@ -8531,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: @@ -8539,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 @@ -8561,22 +9355,28 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' company: type: string + description: The presenter's company name. nullable: true jobTitle: type: string + description: The presenter's job title. nullable: true linkedInProfileWebUrl: type: string + description: The presenter's LinkedIn profile URL. nullable: true personalSiteWebUrl: type: string + description: The presenter's personal website URL. nullable: true photo: type: string + description: The content stream of the presenter's photo. format: base64url nullable: true twitterProfileWebUrl: type: string + description: The presenter's Twitter profile URL. nullable: true additionalProperties: type: object @@ -8702,15 +9502,18 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: Total capacity of the virtual event. format: int32 nullable: true registrationWebUrl: type: string + description: Registration URL of the virtual event. nullable: true questions: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' + description: Registration questions. x-ms-navigationProperty: true additionalProperties: type: object @@ -8972,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: @@ -9015,13 +10124,13 @@ components: endDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: Allow customers to end date of availability window. + description: End date of the availability window. format: date nullable: true startDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: Allow customers to start date of availability window. + description: Start date of the availability window. format: date nullable: true additionalProperties: @@ -9036,7 +10145,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' - description: The hours of operation in a week. This is set to null if the availability type is not customWeeklyHours + description: The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours. additionalProperties: type: object microsoft.graph.bookingReminderRecipients: @@ -9110,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: @@ -9279,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: @@ -9318,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 eac034baaed..7a8c12d60b0 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -4172,7 +4172,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])$' @@ -6082,10 +6082,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: @@ -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. @@ -10205,6 +10233,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: @@ -18385,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 bb02a0eeaaa..92947fe19d5 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -2076,11 +2076,11 @@ paths: post: tags: - deviceManagement.roleDefinition - summary: Create deviceAndAppManagementRoleDefinition - description: Create a new deviceAndAppManagementRoleDefinition object. + summary: Create roleDefinition + description: Create a new roleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -2151,11 +2151,11 @@ paths: patch: tags: - deviceManagement.roleDefinition - summary: Update deviceAndAppManagementRoleDefinition - description: Update the properties of a deviceAndAppManagementRoleDefinition object. + summary: Update roleDefinition + description: Update the properties of a roleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateRoleDefinition parameters: - name: roleDefinition-id @@ -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: @@ -13013,7 +13013,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -13055,6 +13055,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -13064,6 +13065,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -14709,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. @@ -14738,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. @@ -15037,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: @@ -15428,7 +15459,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -15436,7 +15467,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -15455,7 +15486,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -15529,7 +15560,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -20075,15 +20106,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -20102,7 +20134,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -20113,13 +20145,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -20154,11 +20186,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -20177,19 +20209,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -20215,24 +20247,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -20240,7 +20272,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -22697,11 +22729,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -22738,14 +22770,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -22760,10 +22792,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -22776,13 +22808,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -22839,7 +22871,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -22855,7 +22887,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -23199,31 +23231,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -23249,7 +23281,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -23257,7 +23289,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -23270,7 +23302,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -23278,7 +23310,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -23290,15 +23322,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -23309,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: @@ -23407,11 +23439,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -23465,28 +23497,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -23521,7 +23553,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -23558,7 +23590,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -23575,7 +23607,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -23588,7 +23620,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index 6f20ef2b064..3849ffd0541 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -149,11 +149,11 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Create deviceEnrollmentWindowsHelloForBusinessConfiguration - description: Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + summary: Create deviceEnrollmentLimitConfiguration + description: Create a new deviceEnrollmentLimitConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceEnrollmentConfiguration requestBody: description: New navigation property @@ -176,11 +176,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentConfiguration - description: Read properties and relationships of the deviceEnrollmentConfiguration 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-deviceenrollmentconfiguration-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 @@ -224,11 +224,11 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Update deviceEnrollmentPlatformRestrictionsConfiguration - description: Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Update deviceEnrollmentLimitConfiguration + description: Update the properties of a deviceEnrollmentLimitConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceEnrollmentConfiguration 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 414d12773a4..f0a567011bf 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -6907,7 +6907,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -6949,6 +6949,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -6958,6 +6959,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -8415,7 +8417,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])$' @@ -10841,10 +10843,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: @@ -10870,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 @@ -13671,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: @@ -15197,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. @@ -15226,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. @@ -15472,6 +15502,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: @@ -17710,7 +17741,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -17718,7 +17749,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -17737,7 +17768,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -17811,7 +17842,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -19548,15 +19579,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -19575,7 +19607,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -19586,13 +19618,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -19627,11 +19659,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -19650,19 +19682,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -19688,24 +19720,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -19713,7 +19745,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -21086,11 +21118,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -21127,14 +21159,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -21149,10 +21181,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -21165,13 +21197,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -21228,7 +21260,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -21244,7 +21276,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -21505,31 +21537,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -21555,7 +21587,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -21563,7 +21595,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -21576,7 +21608,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -21584,7 +21616,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -21596,15 +21628,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -21615,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: @@ -21712,11 +21744,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -21770,28 +21802,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -21826,7 +21858,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -21863,7 +21895,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -21880,7 +21912,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -21893,7 +21925,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index b5660c26205..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-partnerintegration-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-onboarding-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 managedAppConfigurations - description: List properties and relationships of the managedAppConfiguration 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-managedappconfiguration-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 managedAppConfiguration - description: Read properties and relationships of the managedAppConfiguration 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-managedappconfiguration-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 @@ -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' @@ -2569,11 +2569,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get managedAppRegistration - description: Read properties and relationships of the managedAppRegistration object. + summary: Get androidManagedAppRegistration + description: Read properties and relationships of the androidManagedAppRegistration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppRegistration parameters: - name: managedAppRegistration-id @@ -3561,11 +3561,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: List managedAppStatuses - description: List properties and relationships of the managedAppStatus objects. + summary: List managedAppStatusRaws + description: List properties and relationships of the managedAppStatusRaw objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppStatus parameters: - $ref: '#/components/parameters/top' @@ -3839,11 +3839,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBook - description: Read properties and relationships of the managedEBook object. + summary: Get iosVppEBook + description: Read properties and relationships of the iosVppEBook object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedEBook parameters: - name: managedEBook-id @@ -3953,11 +3953,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBookAssignments - description: List properties and relationships of the iosVppEBookAssignment objects. + summary: List managedEBookAssignments + description: List properties and relationships of the managedEBookAssignment objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_ListAssignment 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 @@ -4107,11 +4107,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update managedEBookAssignment - description: Update the properties of a managedEBookAssignment object. + summary: Update iosVppEBookAssignment + description: Update the properties of a iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateAssignment parameters: - name: managedEBook-id @@ -4150,11 +4150,11 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete managedEBookAssignment - description: Deletes a managedEBookAssignment. + summary: Delete iosVppEBookAssignment + description: Deletes a iosVppEBookAssignment. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_DeleteAssignment parameters: - name: managedEBook-id @@ -7628,11 +7628,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create windowsWebApp - description: Create a new windowsWebApp 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-windowswebapp-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 windowsWebApp - description: Read properties and relationships of the windowsWebApp 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-windowswebapp-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 windowsMicrosoftEdgeApp - description: Update the properties of a windowsMicrosoftEdgeApp 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-windowsmicrosoftedgeapp-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 managedAndroidStoreApp - description: Deletes a managedAndroidStoreApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-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 @@ -37031,7 +37031,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])$' @@ -38568,10 +38568,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: @@ -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: @@ -40700,7 +40700,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -40742,6 +40742,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -40751,6 +40752,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -41540,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. @@ -41569,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. @@ -41868,6 +41898,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: @@ -42180,7 +42211,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -42188,7 +42219,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -42207,7 +42238,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -42281,7 +42312,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -46395,15 +46426,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -46422,7 +46454,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -46433,13 +46465,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -46474,11 +46506,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -46497,19 +46529,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -46535,24 +46567,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -46560,7 +46592,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -48620,11 +48652,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -48661,14 +48693,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -48683,10 +48715,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -48699,13 +48731,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -48762,7 +48794,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -48778,7 +48810,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -49116,31 +49148,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -49166,7 +49198,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -49174,7 +49206,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -49187,7 +49219,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -49195,7 +49227,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -49207,15 +49239,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -49226,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: @@ -49324,11 +49356,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -49382,28 +49414,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -49438,7 +49470,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -49475,7 +49507,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -49492,7 +49524,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -49505,7 +49537,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object 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 b2a15166a4d..8202f7612df 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -377,11 +377,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 the following types of 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.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0 operationId: group_CreateGroup requestBody: description: New entity @@ -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 @@ -4082,7 +4082,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: group_DeleteConversation parameters: - name: group-id @@ -4383,10 +4383,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-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: group.conversation.thread_reply 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 @@ -27217,11 +27217,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: group_DeleteThread parameters: - name: group-id @@ -27257,10 +27257,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-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: group.thread_reply parameters: - name: group-id @@ -32070,7 +32070,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -32112,6 +32112,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -32121,6 +32122,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -33482,7 +33484,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -33490,7 +33492,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -33509,7 +33511,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -33583,7 +33585,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -35221,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])$' @@ -37287,7 +37289,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -39359,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: @@ -39388,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 @@ -41215,15 +41217,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -41242,7 +41245,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -41253,13 +41256,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -41294,11 +41297,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -41317,19 +41320,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -41355,24 +41358,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -41380,7 +41383,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -42215,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: @@ -43610,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. @@ -43639,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. @@ -43867,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: @@ -44804,11 +44836,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -44845,14 +44877,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -44867,10 +44899,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -44883,13 +44915,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -44946,7 +44978,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -44962,7 +44994,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -47032,31 +47064,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -47082,7 +47114,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -47090,7 +47122,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -47103,7 +47135,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -47111,7 +47143,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -47123,15 +47155,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -47142,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: @@ -48753,11 +48785,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -48811,28 +48843,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -48867,7 +48899,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -50312,7 +50344,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -50329,7 +50361,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -50342,7 +50374,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object 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/Search.yml b/openApiDocs/v1.0/Search.yml index 67920ab7e71..fe549e9f777 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -962,11 +962,11 @@ paths: put: tags: - external.externalConnection - summary: Create externalItem - description: Create a new externalItem object. + summary: Update externalItem + description: Update the properties of an externalItem object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0 operationId: external.connection_SetItem parameters: - name: externalConnection-id diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 42440327c26..7fdcff63bd2 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -21833,7 +21833,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -21875,6 +21875,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -21884,6 +21885,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -25372,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: @@ -26431,7 +26433,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])$' @@ -29167,10 +29169,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: @@ -29196,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 @@ -34586,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. @@ -34615,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. @@ -34861,6 +34891,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: @@ -35615,6 +35646,8 @@ components: type: string description: Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign. nullable: true + clickSource: + $ref: '#/components/schemas/microsoft.graph.clickSource' eventDateTime: 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 @@ -36967,7 +37000,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -36975,7 +37008,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -36994,7 +37027,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -37068,7 +37101,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -38783,6 +38816,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.clickSource: + title: clickSource + enum: + - unknown + - qrCode + - phishingUrl + - unknownFutureValue + type: string microsoft.graph.trainingStatus: title: trainingStatus enum: @@ -39019,15 +39060,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -39046,7 +39088,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -39057,13 +39099,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -39098,11 +39140,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -39121,19 +39163,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -39159,24 +39201,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -39184,7 +39226,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -40724,11 +40766,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -40765,14 +40807,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -40787,10 +40829,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -40803,13 +40845,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -40866,7 +40908,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -40882,7 +40924,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printColorMode: @@ -42205,31 +42247,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -42255,7 +42297,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -42263,7 +42305,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -42276,7 +42318,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -42284,7 +42326,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -42296,15 +42338,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -42315,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: @@ -42487,11 +42529,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -42545,28 +42587,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -42601,7 +42643,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -42647,7 +42689,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -42664,7 +42706,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -42677,7 +42719,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 983337fcfbb..f28d4c70b7a 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -61754,11 +61754,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-1.0 + url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0 operationId: site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -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: @@ -119552,15 +119552,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -119579,7 +119580,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -119590,13 +119591,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -119631,11 +119632,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -119654,19 +119655,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -119692,24 +119693,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -119717,7 +119718,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -120997,7 +120998,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -121039,6 +121040,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -121048,6 +121050,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -122498,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. @@ -122527,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. @@ -122812,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: @@ -123083,11 +123115,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -123124,14 +123156,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -123146,10 +123178,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -123162,13 +123194,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -123225,7 +123257,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -123241,7 +123273,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printerBase: @@ -123397,7 +123429,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -123405,7 +123437,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -123424,7 +123456,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -123498,7 +123530,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -125835,31 +125867,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -125885,7 +125917,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -125893,7 +125925,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -125906,7 +125938,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -125914,7 +125946,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -125926,15 +125958,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -125945,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: @@ -127665,11 +127697,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -127723,28 +127755,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -127779,7 +127811,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -129130,7 +129162,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -129147,7 +129179,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -129160,7 +129192,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object 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 a54e94969a4..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. @@ -22280,15 +22308,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -22307,7 +22336,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -22318,13 +22347,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -22359,11 +22388,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -22382,19 +22411,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -22420,24 +22449,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -22445,7 +22474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -22989,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: @@ -23998,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])$' @@ -25455,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: @@ -25484,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 @@ -25696,11 +25725,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -25737,14 +25766,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -25759,10 +25788,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -25775,13 +25804,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -25838,7 +25867,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -25854,7 +25883,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -27296,7 +27325,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -27338,6 +27367,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -27347,6 +27377,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -28854,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: @@ -29030,31 +29062,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -29080,7 +29112,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -29088,7 +29120,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -29101,7 +29133,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -29109,7 +29141,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -29121,15 +29153,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -29140,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: @@ -29458,7 +29490,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -29466,7 +29498,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -29485,7 +29517,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -29559,7 +29591,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -31348,11 +31380,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -31406,28 +31438,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -31462,7 +31494,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -33030,7 +33062,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -33047,7 +33079,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -33060,7 +33092,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index bae52dc8248..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' @@ -13246,15 +13711,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -13273,7 +13739,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -13284,13 +13750,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -13325,11 +13791,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -13348,19 +13814,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -13386,24 +13852,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -13411,7 +13877,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -13903,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 @@ -14097,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: @@ -14932,7 +15412,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -14974,6 +15454,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -14983,6 +15464,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -16521,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' @@ -16815,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' @@ -16837,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: @@ -17022,11 +17428,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17063,14 +17469,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -17085,10 +17491,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -17101,13 +17507,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17164,7 +17570,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -17180,7 +17586,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.termStore.term: @@ -17485,7 +17891,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -17493,7 +17899,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -17512,7 +17918,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -17586,7 +17992,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array @@ -19555,31 +19961,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -19605,7 +20011,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -19613,7 +20019,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -19626,7 +20032,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -19634,7 +20040,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -19646,15 +20052,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -19665,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: @@ -21203,11 +21609,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -21261,28 +21667,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -21317,7 +21723,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -22665,7 +23071,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -22682,7 +23088,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -22695,7 +23101,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 234c80e60e7..df4fb682aa8 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -14,7 +14,7 @@ paths: description: List properties and relationships of the user objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0 operationId: user_ListUser parameters: - name: ConsistencyLevel @@ -73,11 +73,11 @@ paths: post: tags: - users.user - summary: Create User - description: "Create a new user.\nThe request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties." + summary: Create user + description: Create a new user object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0 operationId: user_CreateUser requestBody: description: New entity @@ -152,7 +152,7 @@ paths: description: Update the properties of a user object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 operationId: user_UpdateUser parameters: - name: user-id @@ -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-mam-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 @@ -1213,6 +1213,7 @@ paths: tags: - users.itemInsights summary: Get insights from users + description: 'Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable.' operationId: user_GetInsight parameters: - name: user-id @@ -6244,6 +6245,7 @@ paths: tags: - users.userSettings summary: Get itemInsights from users + description: 'The user''s settings for the visibility of meeting hour insights, and insights derived between a user and other items in Microsoft 365, such as documents or sites. Get userInsightsSettings through this navigation property.' operationId: user.setting_GetItemInsight parameters: - name: user-id @@ -6287,7 +6289,11 @@ paths: patch: tags: - users.userSettings - summary: Update the navigation property itemInsights in users + summary: Update userInsightsSettings + description: Update the privacy settings for itemInsights and meeting hours insights of a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0 operationId: user.setting_UpdateItemInsight parameters: - name: user-id @@ -12558,7 +12564,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])$' @@ -12998,10 +13004,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: @@ -13023,6 +13029,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: @@ -15600,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 @@ -17467,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: @@ -20483,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. @@ -20512,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. @@ -28851,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/Applications/beta/examples/Get-MgBetaServicePrincipalOwnerByRef.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalOwnerByRef.md index 8b137891791..e69de29bb2d 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalOwnerByRef.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalOwnerByRef.md @@ -1 +0,0 @@ - diff --git a/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredentialByName.md b/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredentialByName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredentialByName.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Get-MgApplicationTokenIssuancePolicyByRef.md b/src/Applications/v1.0/examples/Get-MgApplicationTokenIssuancePolicyByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Applications/v1.0/examples/Get-MgApplicationTokenIssuancePolicyByRef.md +++ b/src/Applications/v1.0/examples/Get-MgApplicationTokenIssuancePolicyByRef.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Get-MgApplicationTokenLifetimePolicyByRef.md b/src/Applications/v1.0/examples/Get-MgApplicationTokenLifetimePolicyByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Applications/v1.0/examples/Get-MgApplicationTokenLifetimePolicyByRef.md +++ b/src/Applications/v1.0/examples/Get-MgApplicationTokenLifetimePolicyByRef.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalClaimMappingPolicyByRef.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalClaimMappingPolicyByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalClaimMappingPolicyByRef.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md new file mode 100644 index 00000000000..74e353699af --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgServicePrincipalRemoteDesktopSecurityConfiguration Cmdlet. + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md new file mode 100644 index 00000000000..04bf3415908 --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup Cmdlet. + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJob.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJob.md new file mode 100644 index 00000000000..ef64da14689 --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJob.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalSynchronizationJob -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgServicePrincipalSynchronizationJob Cmdlet. + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJobSchema.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJobSchema.md new file mode 100644 index 00000000000..f2644fe8cfb --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationJobSchema.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalSynchronizationJobSchema -ServicePrincipalId $servicePrincipalId -SynchronizationJobId $synchronizationJobId + +``` +This example shows how to use the Get-MgServicePrincipalSynchronizationJobSchema Cmdlet. + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md new file mode 100644 index 00000000000..5a774ca1e66 --- /dev/null +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md @@ -0,0 +1,11 @@ +### Example + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId + +``` +This example will### example + diff --git a/src/Applications/v1.0/examples/New-MgApplicationAppManagementPolicyByRef.md b/src/Applications/v1.0/examples/New-MgApplicationAppManagementPolicyByRef.md new file mode 100644 index 00000000000..e19a8cc48e6 --- /dev/null +++ b/src/Applications/v1.0/examples/New-MgApplicationAppManagementPolicyByRef.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + "@odata.id" = "https://graph.microsoft.com/v1.0/policies/appManagementPolicies/{id}" +} + +New-MgApplicationAppManagementPolicyByRef -ApplicationId $applicationId -BodyParameter $params + +``` +This example shows how to use the New-MgApplicationAppManagementPolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/New-MgApplicationTokenIssuancePolicyByRef.md b/src/Applications/v1.0/examples/New-MgApplicationTokenIssuancePolicyByRef.md index e207101d734..4c9f19a7099 100644 --- a/src/Applications/v1.0/examples/New-MgApplicationTokenIssuancePolicyByRef.md +++ b/src/Applications/v1.0/examples/New-MgApplicationTokenIssuancePolicyByRef.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgApplicationTokenIssuancePolicyByRef -ApplicationId $applicationId -BodyParameter $params + ``` This example shows how to use the New-MgApplicationTokenIssuancePolicyByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgApplicationTokenLifetimePolicyByRef.md b/src/Applications/v1.0/examples/New-MgApplicationTokenLifetimePolicyByRef.md index d10b02f7e18..9db98a230e6 100644 --- a/src/Applications/v1.0/examples/New-MgApplicationTokenLifetimePolicyByRef.md +++ b/src/Applications/v1.0/examples/New-MgApplicationTokenLifetimePolicyByRef.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgApplicationTokenLifetimePolicyByRef -ApplicationId $applicationId -BodyParameter $params + ``` This example shows how to use the New-MgApplicationTokenLifetimePolicyByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignedTo.md b/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignedTo.md index 99c26fa3eeb..e421cf6fd6a 100644 --- a/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignedTo.md +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignedTo.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -10,8 +11,7 @@ $params = @{ } New-MgServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrincipalId -BodyParameter $params + ``` This example shows how to use the New-MgServicePrincipalAppRoleAssignedTo Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignment.md b/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignment.md index 635c7d0cc98..d5431c052cf 100644 --- a/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignment.md +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalAppRoleAssignment.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -10,8 +11,7 @@ $params = @{ } New-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $servicePrincipalId -BodyParameter $params + ``` This example shows how to use the New-MgServicePrincipalAppRoleAssignment Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalClaimMappingPolicyByRef.md b/src/Applications/v1.0/examples/New-MgServicePrincipalClaimMappingPolicyByRef.md index 6222d908ab3..15d475f4ab0 100644 --- a/src/Applications/v1.0/examples/New-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalClaimMappingPolicyByRef.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgServicePrincipalClaimMappingPolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params + ``` This example shows how to use the New-MgServicePrincipalClaimMappingPolicyByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalDelegatedPermissionClassification.md b/src/Applications/v1.0/examples/New-MgServicePrincipalDelegatedPermissionClassification.md index 2fd24c57fdb..b9002effcd1 100644 --- a/src/Applications/v1.0/examples/New-MgServicePrincipalDelegatedPermissionClassification.md +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalDelegatedPermissionClassification.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -10,8 +11,7 @@ $params = @{ } New-MgServicePrincipalDelegatedPermissionClassification -ServicePrincipalId $servicePrincipalId -BodyParameter $params + ``` This example shows how to use the New-MgServicePrincipalDelegatedPermissionClassification Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/src/Applications/v1.0/examples/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index fb90e24fd52..7b180de5eae 100644 --- a/src/Applications/v1.0/examples/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params + ``` This example shows how to use the New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/src/Applications/v1.0/examples/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md new file mode 100644 index 00000000000..867b0d03f1d --- /dev/null +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -0,0 +1,17 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + "@odata.type" = "#microsoft.graph.targetDeviceGroup" + id = "b9e4eae4-b781-45a1-ce65-f2dd8ac3b696" + displayName = "Device Group A" +} + +New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup Cmdlet. + diff --git a/src/Applications/v1.0/examples/New-MgServicePrincipalSynchronizationJob.md b/src/Applications/v1.0/examples/New-MgServicePrincipalSynchronizationJob.md new file mode 100644 index 00000000000..006073e268e --- /dev/null +++ b/src/Applications/v1.0/examples/New-MgServicePrincipalSynchronizationJob.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + templateId = "BoxOutDelta" +} + +New-MgServicePrincipalSynchronizationJob -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the New-MgServicePrincipalSynchronizationJob Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md b/src/Applications/v1.0/examples/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md new file mode 100644 index 00000000000..b436403ca36 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef -ApplicationId $applicationId -AppManagementPolicyId $appManagementPolicyId + +``` +This example shows how to use the Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationExtensionProperty.md b/src/Applications/v1.0/examples/Remove-MgApplicationExtensionProperty.md index ec4f5b3eaba..2c94f35cf65 100644 --- a/src/Applications/v1.0/examples/Remove-MgApplicationExtensionProperty.md +++ b/src/Applications/v1.0/examples/Remove-MgApplicationExtensionProperty.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications Remove-MgApplicationExtensionProperty -ApplicationId $applicationId -ExtensionPropertyId $extensionPropertyId + ``` This example shows how to use the Remove-MgApplicationExtensionProperty Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredential.md b/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredential.md index 9298ad042de..dd776a49706 100644 --- a/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredential.md +++ b/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredential.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications Remove-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId + ``` This example shows how to use the Remove-MgApplicationFederatedIdentityCredential Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredentialByName.md b/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredentialByName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgApplicationFederatedIdentityCredentialByName.md @@ -0,0 +1 @@ + diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationOwnerDirectoryObjectByRef.md b/src/Applications/v1.0/examples/Remove-MgApplicationOwnerDirectoryObjectByRef.md new file mode 100644 index 00000000000..0538f49a466 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgApplicationOwnerDirectoryObjectByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgApplicationOwnerDirectoryObjectByRef -ApplicationId $applicationId -DirectoryObjectId $directoryObjectId + +``` +This example shows how to use the Remove-MgApplicationOwnerDirectoryObjectByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md b/src/Applications/v1.0/examples/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md new file mode 100644 index 00000000000..78a8884e5fa --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef -ApplicationId $applicationId -TokenIssuancePolicyId $tokenIssuancePolicyId + +``` +This example shows how to use the Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md b/src/Applications/v1.0/examples/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md new file mode 100644 index 00000000000..002d9b179e9 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef -ApplicationId $applicationId -TokenLifetimePolicyId $tokenLifetimePolicyId + +``` +This example shows how to use the Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgGroupAppRoleAssignment.md b/src/Applications/v1.0/examples/Remove-MgGroupAppRoleAssignment.md index 15197db32ec..3e91ddaa296 100644 --- a/src/Applications/v1.0/examples/Remove-MgGroupAppRoleAssignment.md +++ b/src/Applications/v1.0/examples/Remove-MgGroupAppRoleAssignment.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications Remove-MgGroupAppRoleAssignment -GroupId $groupId -AppRoleAssignmentId $appRoleAssignmentId + ``` This example shows how to use the Remove-MgGroupAppRoleAssignment Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalAppRoleAssignedTo.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalAppRoleAssignedTo.md index 15a006ebb54..a0f47c149d7 100644 --- a/src/Applications/v1.0/examples/Remove-MgServicePrincipalAppRoleAssignedTo.md +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalAppRoleAssignedTo.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications Remove-MgServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrincipalId -AppRoleAssignmentId $appRoleAssignmentId + ``` This example shows how to use the Remove-MgServicePrincipalAppRoleAssignedTo Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md new file mode 100644 index 00000000000..c73ef47c4bb --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef -ServicePrincipalId $servicePrincipalId -ClaimsMappingPolicyId $claimsMappingPolicyId + +``` +This example shows how to use the Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalDelegatedPermissionClassification.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalDelegatedPermissionClassification.md index 5a52602e951..91eb62385ee 100644 --- a/src/Applications/v1.0/examples/Remove-MgServicePrincipalDelegatedPermissionClassification.md +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalDelegatedPermissionClassification.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Applications Remove-MgServicePrincipalDelegatedPermissionClassification -ServicePrincipalId $servicePrincipalId -DelegatedPermissionClassificationId $delegatedPermissionClassificationId + ``` This example shows how to use the Remove-MgServicePrincipalDelegatedPermissionClassification Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md new file mode 100644 index 00000000000..18c2e2d907c --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef -ServicePrincipalId $servicePrincipalId -HomeRealmDiscoveryPolicyId $homeRealmDiscoveryPolicyId + +``` +This example shows how to use the Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md new file mode 100644 index 00000000000..11c7a49d65b --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + "@odata.id" = "https://graph.microsoft.com/v1.0/directoryObjects/{id}" +} + +Remove-MgServicePrincipalOwnerDirectoryObjectByRef -ServicePrincipalId $servicePrincipalId -DirectoryObjectId $directoryObjectId -BodyParameter $params + +``` +This example shows how to use the Remove-MgServicePrincipalOwnerDirectoryObjectByRef Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md new file mode 100644 index 00000000000..c574e19a939 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration Cmdlet. + diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Applications/v1.0/examples/Remove-MgServicePrincipalSynchronizationJob.md b/src/Applications/v1.0/examples/Remove-MgServicePrincipalSynchronizationJob.md new file mode 100644 index 00000000000..581a6694c38 --- /dev/null +++ b/src/Applications/v1.0/examples/Remove-MgServicePrincipalSynchronizationJob.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +Remove-MgServicePrincipalSynchronizationJob -ServicePrincipalId $servicePrincipalId -SynchronizationJobId $synchronizationJobId + +``` +This example shows how to use the Remove-MgServicePrincipalSynchronizationJob Cmdlet. + diff --git a/src/Applications/v1.0/examples/Set-MgServicePrincipalSynchronizationSecret.md b/src/Applications/v1.0/examples/Set-MgServicePrincipalSynchronizationSecret.md new file mode 100644 index 00000000000..578f8e81204 --- /dev/null +++ b/src/Applications/v1.0/examples/Set-MgServicePrincipalSynchronizationSecret.md @@ -0,0 +1,32 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + value = @( + @{ + key = "BaseAddress" + value = "user@domain.com" + } + @{ + key = "SecretToken" + value = "password-value" + } + @{ + key = "SyncNotificationSettings" + value = '{"Enabled":false,"DeleteThresholdEnabled":false}' + } + @{ + key = "SyncAll" + value = "false" + } + ) +} + +Set-MgServicePrincipalSynchronizationSecret -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the Set-MgServicePrincipalSynchronizationSecret Cmdlet. + diff --git a/src/Applications/v1.0/examples/Update-MgApplicationFederatedIdentityCredentialByName.md b/src/Applications/v1.0/examples/Update-MgApplicationFederatedIdentityCredentialByName.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Applications/v1.0/examples/Update-MgApplicationSynchronizationTemplate.md b/src/Applications/v1.0/examples/Update-MgApplicationSynchronizationTemplate.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md new file mode 100644 index 00000000000..6c7de10509d --- /dev/null +++ b/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + "@odata.type" = "#microsoft.graph.remoteDesktopSecurityConfiguration" + isRemoteDesktopProtocolEnabled = $true +} + +Update-MgServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the Update-MgServicePrincipalRemoteDesktopSecurityConfiguration Cmdlet. + diff --git a/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md new file mode 100644 index 00000000000..fb18d46c636 --- /dev/null +++ b/src/Applications/v1.0/examples/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Applications + +$params = @{ + "@odata.type" = "#microsoft.graph.targetDeviceGroup" + displayName = "Device Group A" +} + +Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -ServicePrincipalId $servicePrincipalId -TargetDeviceGroupId $targetDeviceGroupId -BodyParameter $params + +``` +This example shows how to use the Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup Cmdlet. + diff --git a/src/Applications/v1.0/examples/Update-MgServicePrincipalSynchronizationJobSchema.md b/src/Applications/v1.0/examples/Update-MgServicePrincipalSynchronizationJobSchema.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 0313024dcca..afa5c8fcdb9 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,8 +1,15 @@ [ { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgApplicationKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -29,22 +36,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphKeyCredential" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgApplicationPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -71,22 +78,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPasswordCredential" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Apply", + "ApplyViaIdentity" + ], + "Method": "POST", "Command": "Add-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -105,35 +110,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "OutputType": null, + "Command": "Add-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Apply", - "ApplyViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgBetaApplicationKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -160,22 +167,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphKeyCredential" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaApplicationPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -202,39 +209,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordCredential" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaCommunicationCallLargeGalleryView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -261,28 +268,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", - "Permissions": [], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Apply", "Apply1", @@ -290,18 +281,18 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "OutputType": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Apply", "Apply1", @@ -309,12 +300,28 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -333,22 +340,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -367,352 +374,354 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Add", "AddExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaDriveListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaDriveListContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "beta", - "Module": "Beta.Search", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupDriveListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupFavorite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/addFavorite", - "OutputType": null, + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaGroupFavorite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/addFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Add-MgBetaGroupSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteContentModelToDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteContentModelToDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaGroupToLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "OutputType": null, + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "OutputType": null, + "Command": "Add-MgBetaGroupToLifecyclePolicy", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyViaIdentity" - ] + ], + "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -731,11 +740,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Apply", "Apply1", @@ -743,12 +753,11 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -767,24 +776,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -803,22 +810,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -837,22 +844,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -879,122 +886,122 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSelfSignedCertificate" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaShareListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaShareListContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Add", + "AddExpanded" + ], + "Method": "POST", + "Command": "Add-MgBetaSite", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", "ApiVersion": "beta", - "Module": "Beta.Sites", - "Variants": [ - "Add", - "AddExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", "CommandAlias": null, - "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", - "OutputType": "IMicrosoftGraphContentModelUsage", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaSiteContentModelToDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Add-MgBetaSiteContentModelToDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaSiteContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaSiteContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1013,22 +1020,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaSiteListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1047,22 +1054,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1081,377 +1088,377 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", - "Permissions": [], - "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaUserChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaUserDriveListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaUserChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaUserDriveListContentTypeCopy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaUserFollowedSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/followedSites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, + "Command": "Add-MgBetaUserFollowedSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/followedSites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Apply", "ApplyViaIdentity" - ] + ], + "Method": "POST", + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "Permissions": [], + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgCommunicationCallLargeGalleryView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1478,239 +1485,241 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgDriveListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgDriveListContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Add-MgExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Command": "Add-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupDriveListContentTypeCopy", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupDriveListContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupFavorite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/addFavorite", - "OutputType": null, + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgGroupFavorite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/addFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupSiteContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupSiteListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteListContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgGroupToLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "OutputType": null, + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "OutputType": null, + "Command": "Add-MgGroupToLifecyclePolicy", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Apply", "ApplyViaIdentity" - ] + ], + "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1729,11 +1738,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Apply", "Apply1", @@ -1741,12 +1751,11 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1765,24 +1774,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1801,22 +1808,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1835,22 +1842,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgServicePrincipalKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1877,22 +1884,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphKeyCredential" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgServicePrincipalPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1919,22 +1926,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPasswordCredential" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1961,88 +1968,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSelfSignedCertificate" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgShareListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgShareListContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Add", + "AddExpanded" + ], + "Method": "POST", + "Command": "Add-MgSite", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgSiteContentTypeCopy", "ApiVersion": "v1.0", - "Module": "Sites", - "Variants": [ - "Add", - "AddExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Add-MgSiteContentTypeCopy", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2061,22 +2068,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgSiteListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2095,22 +2102,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2129,190 +2136,190 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgUserChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgUserChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgUserDriveListContentTypeCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserDriveListContentTypeCopy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Add-MgUserFollowedSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/followedSites/add", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgUserFollowedSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/followedSites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Approve-MgBetaDeviceManagementElevationRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Approve", + "ApproveExpanded", + "ApproveViaIdentity", + "ApproveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2331,147 +2338,145 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Approve", - "ApproveExpanded", - "ApproveViaIdentity", - "ApproveViaIdentityExpanded" - ] + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", - "Permissions": [], + "Variants": [ + "Approve" + ], "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "OutputType": null, + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Approve" - ] + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Clear-MgApplicationVerifiedPublisher", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Unset", "UnsetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Clear-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Clear-MgBetaApplicationVerifiedPublisher", "Permissions": [], - "Method": "POST", + "Module": "Applications", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaChatMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaApplicationVerifiedPublisher", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaChatMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaChatMessageReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Clear-MgBetaCommunicationPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearPresence", - "OutputType": null, + "Command": "Clear-MgBetaChatMessageReplyReaction", "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "OutputType": null, + "Command": "Clear-MgBetaCommunicationPresence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Clear", "ClearViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "OutputType": null, + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "ApiVersion": "beta", - "Module": "Beta.Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Purge", "PurgeViaIdentity" - ] + ], + "Method": "POST", + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], + "Method": "POST", "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2490,20 +2495,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2530,37 +2537,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "OutputType": null, + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Clear", + "ClearViaIdentity" + ], + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget", - "OutputType": null, + "Command": "Clear-MgBetaDeviceManagementManagedDevice", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Clear", - "ClearViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Clear-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2587,141 +2594,139 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", - "Permissions": [], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamChannelMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaTeamChannelMessageReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], + "Method": "POST", "Command": "Clear-MgBetaUserAndBlockManagedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2740,20 +2745,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ] + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgBetaUserChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -2772,39 +2779,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Clear-MgBetaUserChatMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ] + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2823,56 +2830,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Clear-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2891,22 +2898,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearPresence", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Clear", + "ClearViaIdentity" + ], + "Method": "POST", "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2925,86 +2930,88 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Clear", - "ClearViaIdentity" - ] + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgChatMessageReaction", - "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgChatMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgChatMessageReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Clear-MgCommunicationPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearPresence", - "OutputType": null, + "Command": "Clear-MgChatMessageReplyReaction", "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "OutputType": null, + "Command": "Clear-MgCommunicationPresence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Clear", "ClearViaIdentity" - ] + ], + "Method": "POST", + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -3031,141 +3038,141 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "Permissions": [], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Clear-MgTeamChannelMessageReaction", "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamChannelMessageReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgTeamChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamChannelMessageReplyReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Clear-MgUserChatMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -3184,56 +3191,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Clear-MgUserChatMessageReplyReaction", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Clear-MgUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, + "Command": "Clear-MgUserChatMessageReplyReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Clear-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], + "Method": "POST", "Command": "Clear-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3252,22 +3259,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Clear", + "ClearViaIdentity" + ], + "Method": "POST", "Command": "Clear-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3286,20 +3291,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Clear", - "ClearViaIdentity" - ] + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Close", + "CloseViaIdentity" + ], + "Method": "POST", "Command": "Close-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3318,20 +3323,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Close", "CloseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3350,20 +3355,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Close", "CloseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Close-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3382,20 +3387,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Close", - "CloseViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Compare", + "CompareViaIdentity" + ], + "Method": "GET", "Command": "Compare-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3414,20 +3419,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + }, + { "Variants": [ "Compare", "CompareViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Compare-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3446,20 +3451,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + }, + { "Variants": [ "Compare", "CompareViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3478,362 +3483,392 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Compare", - "CompareViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", - "Permissions": [], + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "OutputType": null, + "Command": "Complete-MgBetaChatMigration", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/completeMigration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "OutputType": null, + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Complete-MgBetaDirectoryImpactedResource", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Complete-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaDirectoryRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/complete", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Complete-MgBetaDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaTeamChannelMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "OutputType": null, + "Command": "Complete-MgBetaTeamChannelMigration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaTeamMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/completeMigration", - "OutputType": null, + "Command": "Complete-MgBetaTeamMigration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaTeamPrimaryChannelMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "OutputType": null, + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "OutputType": null, + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Complete-MgBetaUserChatMigration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/completeMigration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaUserOutlookTaskFolderTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Complete-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Complete-MgTeamChannelMigration", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Complete-MgTeamMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/completeMigration", - "OutputType": null, + "Command": "Complete-MgTeamChannelMigration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Complete-MgTeamPrimaryChannelMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "OutputType": null, + "Command": "Complete-MgTeamMigration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "OutputType": null, + "Command": "Complete-MgTeamPrimaryChannelMigration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Complete", "CompleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgApplicationMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberGroups", - "OutputType": null, + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "ApiVersion": "v1.0", - "Module": "Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgApplicationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgApplicationMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Confirm-MgApplicationMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaApplicationMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "ApiVersion": "beta", - "Module": "Beta.Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaApplicationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaApplicationMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Confirm", + "ConfirmExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaAuditLogSignInCompromised", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3852,20 +3887,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/auditLogs/signIns/confirmCompromised", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", + "Uri": "/auditLogs/signIns/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Confirm", "ConfirmExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaAuditLogSignInSafe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3884,20 +3919,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/auditLogs/signIns/confirmSafe", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Confirm", - "ConfirmExpanded" - ] + "Uri": "/auditLogs/signIns/confirmSafe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaContactMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -3988,22 +4025,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaContactMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4102,56 +4139,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaContractMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaContractMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaContractMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaContractMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], + "Method": "GET", "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4170,20 +4205,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Verify", - "VerifyViaIdentity" - ] + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaDeviceMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4274,22 +4311,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaDeviceMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4388,56 +4425,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4528,22 +4565,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4642,154 +4679,154 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryRoleMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaDomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/verify", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Verify", "VerifyViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Confirm-MgBetaDomain", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verify", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Check", "CheckViaIdentity" - ] + ], + "Method": "POST", + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaGroupMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4880,22 +4917,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaGroupMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4994,118 +5031,118 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaInformationProtectionSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/verifySignature", - "OutputType": null, + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Verify", "VerifyExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaOrganizationMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgBetaInformationProtectionSignature", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/verifySignature", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaOrganizationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgBetaOrganizationMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "OutputType": null, + "Command": "Confirm-MgBetaOrganizationMemberObject", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Confirm", "ConfirmExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaRiskyUserCompromised", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "OutputType": null, + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Confirm", "ConfirmExpanded" - ] + ], + "Method": "POST", + "Command": "Confirm-MgBetaRiskyUserCompromised", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5196,22 +5233,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5310,71 +5347,71 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaSiteInformationProtectionSignature", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Confirm-MgBetaTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Confirm", "ConfirmViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgBetaUserInformationProtectionSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/verifySignature", - "OutputType": null, + "Command": "Confirm-MgBetaTeamScheduleTimeCard", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Confirm-MgBetaUserInformationProtectionSignature", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgBetaUserMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5465,22 +5502,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgBetaUserMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5579,22 +5616,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgContactMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5685,22 +5722,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgContactMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5799,56 +5836,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgContractMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgContractMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgContractMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgContractMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], + "Method": "GET", "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5867,20 +5902,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Verify", - "VerifyViaIdentity" - ] + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgDeviceMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5971,22 +6008,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgDeviceMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6085,56 +6122,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6225,22 +6262,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6339,120 +6376,120 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgDirectoryRoleMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgDirectoryRoleMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgDomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/verify", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Verify", "VerifyViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgGroupGrantedPermissionForApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Confirm-MgDomain", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verify", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Check", "CheckViaIdentity" - ] + ], + "Method": "POST", + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgGroupMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6543,22 +6580,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgGroupMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6657,120 +6694,120 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgGroupSettingTemplateMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgGroupSettingTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgGroupSettingTemplateMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgOrganizationMemberGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberGroups", - "OutputType": null, + "Command": "Confirm-MgOrganizationMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Confirm-MgOrganizationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/checkMemberObjects", - "OutputType": null, + "Command": "Confirm-MgOrganizationMemberObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "Permissions": [], - "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Confirm-MgRiskyUserCompromised", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "OutputType": null, + "Command": "Confirm-MgRiskyServicePrincipalCompromised", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Confirm", "ConfirmExpanded" - ] + ], + "Method": "POST", + "Command": "Confirm-MgRiskyUserCompromised", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6861,22 +6898,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6975,22 +7012,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgUserMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7081,22 +7118,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Confirm-MgUserMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7195,51 +7232,49 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/checkMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Connect", "ConnectExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/connect", - "OutputType": null, + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Connect" - ] + ], + "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaConnector/connect", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", + "Variants": [ + "Convert", + "ConvertViaIdentity" + ], + "Method": "GET", "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7258,20 +7293,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Convert", - "ConvertViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Convert", + "ConvertExpanded", + "ConvertViaIdentity", + "ConvertViaIdentityExpanded" + ], + "Method": "POST", "Command": "Convert-MgBetaUserExternalToInternalMemberUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7290,37 +7327,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", - "OutputType": "IMicrosoftGraphConversionUserDetails", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Convert", - "ConvertExpanded", - "ConvertViaIdentity", - "ConvertViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversionUserDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clone", "CloneViaIdentity" - ] + ], + "Method": "POST", + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Copy-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -7347,107 +7384,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7474,22 +7511,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaGroupOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7516,22 +7553,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7558,22 +7595,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7600,73 +7637,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7693,39 +7730,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7752,124 +7789,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaSiteOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7896,90 +7933,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8006,22 +8043,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8048,22 +8085,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "Method": "POST", "Command": "Copy-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -8090,158 +8127,158 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/clone", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserDriveItem", - "Permissions": [], + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgBetaUserMailFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgBetaUserMailFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Copy-MgBetaUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8268,22 +8305,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaUserOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8310,22 +8347,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8352,22 +8389,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8394,22 +8431,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -8436,107 +8473,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8563,22 +8600,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgGroupOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8605,22 +8642,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8647,22 +8684,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8689,73 +8726,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8782,39 +8819,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8841,124 +8878,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgSiteOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8985,90 +9022,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgSiteOnenoteSectionPageToSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Copy-MgSiteOnenoteSectionPageToSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9095,22 +9132,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9137,22 +9174,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "Method": "POST", "Command": "Copy-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -9179,158 +9216,158 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/clone", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserDriveItem", - "Permissions": [], + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgUserMailFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgUserMailFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Copy-MgUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/copy", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9357,22 +9394,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgUserOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9399,22 +9436,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9441,22 +9478,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9483,39 +9520,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Deny-MgBetaDeviceManagementElevationRequest", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Deny-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Disable", + "DisableViaIdentity" + ], + "Method": "POST", "Command": "Disable-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9534,35 +9569,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Disable-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9581,95 +9616,95 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "OutputType": null, + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disable-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "OutputType": null, + "Command": "Disable-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disable-MgBetaUserManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, + "Command": "Disable-MgBetaUserManagedDeviceLostMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9688,49 +9723,49 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Disable", "DisableViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Disable-MgUserManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "OutputType": null, + "Command": "Disable-MgUserManagedDeviceLostMode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Disable", - "DisableViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "Permissions": [], + "Variants": [ + "Disconnect" + ], "Method": "POST", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "OutputType": null, + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Disconnect" - ] + "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], + "Method": "POST", "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9749,34 +9784,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", - "Permissions": [], + "Variants": [ + "Disconnect" + ], "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "OutputType": null, + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Disconnect" - ] + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], + "Method": "POST", "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9795,35 +9830,49 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", + "Variants": [ + "Enable", + "EnableExpanded" + ], + "Method": "POST", + "Command": "Enable-MgBackupRestore", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Enable-MgBetaBackupRestore", "Permissions": [], - "Method": "POST", + "Module": "Bookings", "Uri": "/solutions/backupRestore/enable", - "OutputType": "IMicrosoftGraphServiceStatus", - "ApiVersion": "beta", - "Module": "Beta.Bookings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceStatus" + }, + { "Variants": [ "Enable", "EnableExpanded" - ] + ], + "Method": "POST", + "Command": "Enable-MgBetaBackupRestore", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/enable", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Enable" + ], + "Method": "POST", "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9842,51 +9891,51 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Enable" - ] + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters/enable", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/assignmentFilters/enable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Enable" + ], + "Method": "POST", "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9913,50 +9962,51 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Enable" - ] + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/enableLegacyPcManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/enableLegacyPcManagement", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Enable", + "EnableExpanded" + ], + "Method": "POST", "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9975,66 +10025,66 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Enable", - "EnableExpanded" - ] + "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", - "Permissions": [], + "Variants": [ + "Enable" + ], "Method": "POST", - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Enable" - ] + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Enable", "EnableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Enable-MgBetaUserManagedDeviceLostMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "OutputType": null, + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Enable-MgBetaUserManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Enable", + "EnableViaIdentity" + ], + "Method": "POST", "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -10053,20 +10103,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Enable", - "EnableViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "Method": "POST", "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10085,22 +10137,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Export", + "ExportViaIdentity" + ], + "Method": "GET", "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10119,20 +10169,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Export", - "ExportViaIdentity" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "Method": "POST", "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10151,97 +10203,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ] + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Export", "ExportViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "OutputType": null, + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Export", "ExportViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "Permissions": [], - "Method": "POST", - "Uri": "/reports/partners/billing/reconciliation/billed/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Module": "Beta.Reports", + "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Export-MgBetaReportPartnerBillingUsageBilled", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/usage/billed/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/reconciliation/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Export", "ExportExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/usage/unbilled/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgBetaReportPartnerBillingUsageBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Export", "ExportExpanded" - ] + ], + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage/unbilled/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10260,22 +10312,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10294,22 +10346,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10328,22 +10380,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10362,22 +10414,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "ExportViaIdentity1" + ], + "Method": "GET", "Command": "Export-MgBetaUserDeviceAndAppManagementData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10412,84 +10464,84 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ] + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Export-MgBetaUserPersonalData", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/exportPersonalData", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Export-MgBetaUserPersonalData", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Export-MgReportPartnerBillingReconciliationBilled", "Permissions": [], - "Method": "POST", - "Uri": "/reports/partners/billing/reconciliation/billed/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Module": "Reports", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Export-MgReportPartnerBillingUsageBilled", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/usage/billed/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgReportPartnerBillingReconciliationBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/reconciliation/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Export", "ExportExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Export-MgReportPartnerBillingUsageUnbilled", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/usage/unbilled/export", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgReportPartnerBillingUsageBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/usage/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Export", "ExportExpanded" - ] + ], + "Method": "POST", + "Command": "Export-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/reports/partners/billing/usage/unbilled/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10508,22 +10560,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10542,22 +10594,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "ExportViaIdentity1" + ], + "Method": "GET", "Command": "Export-MgUserDeviceAndAppManagementData", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10592,144 +10644,142 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ] + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Export-MgUserPersonalData", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/exportPersonalData", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Export-MgUserPersonalData", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Find-MgBetaDeviceManagementComanagedDevice", - "Permissions": [], + "Variants": [ + "Locate", + "LocateViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, + "Command": "Find-MgBetaDeviceManagementComanagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Locate", "LocateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Find-MgBetaDeviceManagementManagedDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Locate", - "LocateViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Find1", "FindViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Find", + "FindViaIdentity" + ], + "Method": "GET", "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -10756,20 +10806,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Find", - "FindViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "Method": "POST", "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10788,50 +10838,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Find-MgBetaUserManagedDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ] + ], + "Method": "POST", + "Command": "Find-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], + "Method": "POST", "Command": "Find-MgBetaUserMeetingTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10850,22 +10902,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/findMeetingTimes", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" + }, + { "Variants": [ "Find", - "FindExpanded", + "Find1", "FindViaIdentity", - "FindViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "FindViaIdentity1" + ], + "Method": "GET", "Command": "Find-MgBetaUserRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -10884,22 +10936,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/findRooms", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Find", - "Find1", - "FindViaIdentity", - "FindViaIdentity1" - ] + "Uri": "/users/{user-id}/findRooms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAddress" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Find", + "FindViaIdentity" + ], + "Method": "GET", "Command": "Find-MgBetaUserRoomList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -10918,65 +10968,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/findRoomLists", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/findRoomLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAddress" + }, + { "Variants": [ "Find", "FindViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", "ApiVersion": "beta", + "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + }, + { "Variants": [ "Find", "FindViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", - "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", "ApiVersion": "beta", + "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Find", - "FindViaIdentity" - ] + "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Find-MgDeviceManagementManagedDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ] + ], + "Method": "POST", + "Command": "Find-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "Method": "POST", "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10995,50 +11045,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Discover", "DiscoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Find-MgUserManagedDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ] + ], + "Method": "POST", + "Command": "Find-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], + "Method": "POST", "Command": "Find-MgUserMeetingTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -11057,50 +11109,48 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/findMeetingTimes", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAdminEdge", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/edge", - "OutputType": "IMicrosoftGraphEdge", + "Command": "Get-MgAdminEdge", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAdminEdgeInternetExplorerMode", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Command": "Get-MgAdminEdgeInternetExplorerMode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11119,20 +11169,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11151,19 +11200,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11182,19 +11231,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11213,20 +11263,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11245,19 +11294,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11276,20 +11326,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11308,20 +11358,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11340,19 +11389,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11371,20 +11421,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminPeople", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11403,19 +11452,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPeopleAdminSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminPeopleItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11434,34 +11483,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgAdminPeopleProfileCardProperty", - "Permissions": [], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11480,19 +11529,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11511,19 +11560,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people/profileCardProperties/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminPeoplePronoun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11542,33 +11591,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/pronouns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPronounsSettings" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgAdminReportSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, + "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 + } + ], + "Module": "Reports", + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAdminSharepoint", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Get-MgAdminSharepoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get" - ] + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAdminSharepointSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11587,92 +11667,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get" - ] + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreement", - "Permissions": [], - "Method": "GET", - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementAcceptance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementAcceptance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementAcceptanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/$count", - "OutputType": null, + "Command": "Get-MgAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAgreementAcceptanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Agreement.Read.All", @@ -11691,240 +11772,239 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFile", - "Permissions": [], - "Method": "GET", - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/$count", - "OutputType": null, + "Command": "Get-MgAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgAgreementFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalizationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, + "Command": "Get-MgAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgAgreementFileLocalizationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileLocalizationVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgAgreementFileLocalizationVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgAgreementFileVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAgreementFileVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgAgreementFileVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgAllGroupSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgAgreementFileVersionCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAllGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgAllGroupSite", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAllGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgAllGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgGroupTeamAllChannelCount", - "Command": "Get-MgAllGroupTeamChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/$count", - "OutputType": null, + "Command": "Get-MgAllGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgGroupTeamAllChannelCount", + "Permissions": [], + "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get2" + ], + "Method": "GET", "Command": "Get-MgAllSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -11943,34 +12023,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get2" - ] + "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAllTeamChannel", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11997,19 +12077,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/allChannels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgTeamAllChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAllTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamAllChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -12036,20 +12117,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/allChannels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgTeamMessage", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAllTeamMessage", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -12124,33 +12204,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/getAllMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", - "Command": "Get-MgAllTeamworkDeletedTeamMessage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgAllTeamworkDeletedTeamMessage", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAllUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -12169,35 +12250,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgAllUserOnlineMeetingRecording", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgAppCatalogTeamApp", "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgAllUserOnlineMeetingTranscript", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12240,19 +12350,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAppCatalogTeamAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12295,48 +12405,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAppCatalogTeamAppDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAppCatalogTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgAppCatalogTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12363,35 +12474,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAppCatalogTeamAppDefinitionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "OutputType": null, + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12434,20 +12545,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12498,62 +12608,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationAppManagementPolicy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgApplicationAppManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationAppManagementPolicyByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, + "Command": "Get-MgApplicationAppManagementPolicyByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationAppManagementPolicyCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "OutputType": null, + "Command": "Get-MgApplicationAppManagementPolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgApplicationByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12604,35 +12715,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgApplicationById", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgApplicationById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12683,20 +12794,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgApplicationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12747,34 +12857,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get" - ] + "Uri": "/applications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationCreatedOnBehalfOf", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgApplicationDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12817,19 +12927,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/delta", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Delta" - ] + "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12864,20 +12975,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12920,19 +13030,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationExtensionPropertyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12975,20 +13086,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13007,20 +13118,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13047,19 +13157,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13086,20 +13197,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredentialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13126,113 +13237,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgApplicationLogo", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgApplicationMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgApplicationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgApplicationMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgApplicationMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13275,135 +13385,135 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgApplicationOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgApplicationOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgApplicationOwnerAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13446,19 +13556,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13501,95 +13612,97 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgApplicationOwnerCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgApplicationOwnerCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", + "Command": "Get-MgApplicationSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgApplicationSynchronizationAccessToken", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13608,170 +13721,168 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJob", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Get-MgApplicationSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobBulkUpload", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgApplicationSynchronizationJobCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationJobSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationSecretCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationSecretCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13798,20 +13909,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13838,19 +13948,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13877,20 +13988,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13917,107 +14028,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgApplicationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applicationTemplates/{applicationTemplate-id}", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgApplicationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applicationTemplates", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgApplicationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgApplicationTemplateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applicationTemplates/$count", - "OutputType": null, + "Command": "Get-MgApplicationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applicationTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgApplicationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applicationTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14060,19 +14170,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14115,19 +14225,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14170,20 +14281,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14226,19 +14336,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14281,19 +14391,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14336,20 +14447,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14368,20 +14479,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14400,19 +14510,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/directoryAudits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAuditLogDirectoryAuditCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14431,34 +14541,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/directoryAudits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgAuditLogProvisioning", - "Permissions": [], - "Method": "GET", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "v1.0", - "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14477,19 +14587,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/provisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/provisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAuditLogProvisioningCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14508,19 +14618,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/provisioning/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/provisioning/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14539,20 +14650,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns/{signIn-id}", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSignIn" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14571,19 +14681,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/signIns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSignIn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgAuditLogSignInCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14602,19 +14712,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/signIns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14641,20 +14752,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14681,19 +14791,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14720,34 +14830,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/accessReviews/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewDecision", - "Permissions": [], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14774,19 +14884,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14813,211 +14924,210 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstance", - "Permissions": [], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances", - "OutputType": "IMicrosoftGraphAccessReview", + "Command": "Get-MgBetaAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/$count", - "OutputType": null, + "Command": "Get-MgBetaAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "OutputType": null, + "Command": "Get-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "OutputType": null, + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "OutputType": null, + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewMyDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15044,19 +15154,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15083,35 +15194,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAccessReviewReviewer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaAccessReviewReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15138,19 +15248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAccessReviewReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15177,48 +15288,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdminEdge", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/edge", - "OutputType": "IMicrosoftGraphEdge", + "Command": "Get-MgBetaAdminEdge", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15237,20 +15348,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15269,19 +15379,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15300,19 +15410,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15331,20 +15442,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15363,19 +15473,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15394,20 +15505,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15426,20 +15537,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15458,19 +15568,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15489,20 +15600,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15537,20 +15648,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15585,34 +15695,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitById", - "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15647,19 +15757,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/administrativeUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15694,63 +15804,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15785,34 +15895,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15847,34 +15957,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15909,34 +16019,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15971,34 +16081,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16033,34 +16143,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16095,34 +16205,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "Permissions": [], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16157,19 +16267,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16204,19 +16314,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16251,20 +16362,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16299,20 +16410,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16347,20 +16458,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16395,20 +16506,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16443,20 +16554,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16491,20 +16602,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16539,54 +16650,54 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16621,20 +16732,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16669,19 +16779,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16716,35 +16827,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", - "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminPeople", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16763,19 +16873,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPeopleAdminSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16794,34 +16904,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "Permissions": [], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16840,19 +16950,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16871,19 +16981,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/profileCardProperties/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people/profileCardProperties/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16902,19 +17012,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/admin/people/pronouns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPronounsSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminReportSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16933,33 +17043,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/reportSettings", - "OutputType": "IMicrosoftGraphAdminReportSettings", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAdminSharepoint", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Get-MgBetaAdminSharepoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get" - ] + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAdminSharepointSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16978,92 +17088,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get" - ] + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreement", - "Permissions": [], - "Method": "GET", - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementAcceptance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementAcceptance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementAcceptanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/acceptances/$count", - "OutputType": null, + "Command": "Get-MgBetaAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptanceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Agreement.Read.All", @@ -17082,240 +17193,239 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFile", - "Permissions": [], - "Method": "GET", - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaAgreementFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalizationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, + "Command": "Get-MgBetaAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaAgreementFileLocalizationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAgreementFileVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAllGroupSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaAgreementFileVersionCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAllGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaAllGroupSite", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAllGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaAllGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", - "Command": "Get-MgBetaAllGroupTeamChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/allChannels/$count", - "OutputType": null, + "Command": "Get-MgBetaAllGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/allChannels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/allChannels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get2" + ], + "Method": "GET", "Command": "Get-MgBetaAllSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -17334,34 +17444,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/getAllSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get2" - ] + "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAllTeamChannel", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAllTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17388,19 +17498,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/allChannels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaTeamAllChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAllTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamAllChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17427,20 +17538,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/allChannels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/allChannels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaTeamMessage", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAllTeamMessage", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17515,33 +17625,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/getAllMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAllUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -17560,65 +17671,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAllUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaAllUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaAppCatalogTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17661,19 +17771,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17716,48 +17826,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17784,20 +17895,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17824,20 +17935,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17864,81 +17977,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", - "Permissions": [], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Permissions": [], + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", - "OutputType": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17965,20 +18076,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -18005,22 +18118,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18063,20 +18174,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18127,62 +18237,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationAppManagementPolicy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgBetaApplicationAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationAppManagementPolicyCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaApplicationByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18233,35 +18344,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaApplicationById", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaApplicationById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18312,50 +18423,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationConnectorGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/connectorGroup", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgBetaApplicationConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/connectorGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationConnectorGroupByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "OutputType": null, + "Command": "Get-MgBetaApplicationConnectorGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18406,34 +18516,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get" - ] + "Uri": "/applications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18476,19 +18586,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/delta", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delta" - ] + "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18523,20 +18634,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18579,19 +18689,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18634,20 +18745,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/extensionProperties/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/extensionProperties/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18666,20 +18777,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18706,19 +18816,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18745,20 +18856,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18785,113 +18896,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationLogo", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaApplicationMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaApplicationMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaApplicationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18934,106 +19044,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaApplicationOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19076,19 +19186,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19131,80 +19242,82 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationOwnerCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", + "Command": "Get-MgBetaApplicationSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaApplicationSynchronizationAccessToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19223,170 +19336,168 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJob", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Get-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Get-MgBetaApplicationSynchronizationJobCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationSecretCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19413,20 +19524,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19453,19 +19563,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19492,20 +19603,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19532,107 +19643,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaApplicationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applicationTemplates/{applicationTemplate-id}", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaApplicationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/applicationTemplates", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgBetaApplicationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaApplicationTemplateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/applicationTemplates/$count", - "OutputType": null, + "Command": "Get-MgBetaApplicationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applicationTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationTemplate" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applicationTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19675,19 +19785,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19730,19 +19840,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19785,20 +19896,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19841,19 +19951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19896,19 +20006,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19951,78 +20062,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaApplicationUserOwnedObject", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaApplicationUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Permissions": [], - "Method": "GET", - "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", - "ApiVersion": "beta", - "Module": "Beta.Reports", + "Module": "Beta.Applications", + "Uri": "/applications/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/auditLogs/customSecurityAttributeAudits", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/auditLogs/customSecurityAttributeAudits/$count", - "OutputType": null, + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/auditLogs/customSecurityAttributeAudits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/auditLogs/customSecurityAttributeAudits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20041,20 +20152,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20073,19 +20183,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/directoryAudits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20104,77 +20214,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/directoryAudits/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/directoryAudits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "Permissions": [], - "Method": "GET", - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "Permissions": [], + ], "Method": "GET", - "Uri": "/auditLogs/directoryProvisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/auditLogs/directoryProvisioning/$count", - "OutputType": null, + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/directoryProvisioning", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaAuditLogProvisioning", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/auditLogs/directoryProvisioning/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20193,19 +20303,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/provisioning", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/provisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioningCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20224,19 +20334,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/provisioning/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/provisioning/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20255,20 +20366,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns/{signIn-id}", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignIn" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20287,19 +20397,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns", - "OutputType": "IMicrosoftGraphSignIn", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/auditLogs/signIns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignIn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaAuditLogSignInCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20318,19 +20428,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/auditLogs/signIns/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/auditLogs/signIns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20365,22 +20478,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20415,20 +20526,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20463,22 +20576,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20513,20 +20624,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20561,39 +20674,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Get-MgBetaBookingBusinessCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20628,20 +20739,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20676,22 +20789,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20726,20 +20837,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1" - ] + "Uri": "/bookingBusinesses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20774,22 +20887,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20824,20 +20935,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20872,22 +20985,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20922,22 +21035,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20972,20 +21083,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21020,22 +21133,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21070,22 +21183,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21120,20 +21231,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21168,22 +21281,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", + "GetExpanded", "GetViaIdentity", - "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", - "CommandAlias": null, + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaBookingBusinessStaffAvailability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21226,22 +21339,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem" + }, + { "Variants": [ "Get", - "GetExpanded", + "Get1", "GetViaIdentity", - "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21276,22 +21389,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21326,20 +21437,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21374,22 +21487,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21424,22 +21537,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21474,20 +21585,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "List", - "List1" - ] + "Uri": "/bookingCurrencies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1" + ], + "Method": "GET", "Command": "Get-MgBetaBookingCurrencyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21522,35 +21633,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/bookingCurrencies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "Get1" - ] + "Uri": "/bookingCurrencies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaBusinessFlowTemplate", - "Permissions": [], - "Method": "GET", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21577,19 +21687,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/businessFlowTemplates", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/businessFlowTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaBusinessFlowTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21616,19 +21726,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/businessFlowTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/businessFlowTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaBusinessScenarioPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21647,22 +21760,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21729,20 +21840,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21793,19 +21903,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaChatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21856,19 +21966,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/chats/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -21959,20 +22070,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22095,19 +22205,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22230,65 +22341,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaChatInstalledAppTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatLastMessagePreview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgBetaChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22419,20 +22530,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22531,19 +22641,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22642,20 +22753,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", + "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22706,21 +22818,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22763,19 +22873,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22818,20 +22929,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22882,20 +22993,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22954,93 +23138,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageHostedContent", - "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 - } + "Variants": [ + "Get", + "GetViaIdentity" ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaChatMessageHostedContentCount", "ApiVersion": "beta", - "Module": "Beta.Teams", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaChatMessageHostedContentCount", "Permissions": [ { "Name": "Chat.Read", @@ -23099,125 +23210,125 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReply", - "Permissions": [], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaChatMessageReplyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaChatMessageReplyDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23292,20 +23403,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23380,19 +23490,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23467,35 +23578,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23602,19 +23712,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23721,37 +23832,36 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatPinnedMessage", - "Permissions": [], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23794,19 +23904,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatPinnedMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23849,20 +23960,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaChatRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23929,19 +24039,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24008,20 +24119,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24072,19 +24182,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaChatTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24135,35 +24246,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaChatTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaChatTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24182,52 +24293,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCall" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "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 - } ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24246,19 +24325,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24277,36 +24356,28 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallContentSharingSession", "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 + "IsLeastPrivilege": true }, { "Name": "Calls.InitiateGroupCall.All", @@ -24315,30 +24386,22 @@ "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 } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24373,19 +24436,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": "IMicrosoftGraphContentSharingSession", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24420,78 +24483,126 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentSharingSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/calls/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calls.JoinGroupCallAsGuest.All", + "Description": "Join group calls and meetings as a guest", + "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calls.JoinGroupCall.All", + "Description": "Join group calls and meetings as an app", + "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.InitiateGroupCall.All", + "Description": "Initiate outgoing group calls from the app", + "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.Initiate.All", + "Description": "Initiate outgoing 1 to 1 calls from the app", + "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgBetaCommunicationCallCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgBetaCommunicationCallOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24510,20 +24621,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParticipant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24542,19 +24652,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParticipant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24573,229 +24684,228 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecord", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/callRecords/{callRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Command": "Get-MgBetaCommunicationCallRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordParticipant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgBetaCommunicationCallRecordParticipant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgBetaCommunicationCallRecordSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecordSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationCallRecordSmLog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Get-MgBetaCommunicationCallRecordSmLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow" + }, + { "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24830,159 +24940,160 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25017,20 +25128,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25065,334 +25175,334 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "Get2", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaCommunicationPresence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/presences/{presence-id}", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -25419,19 +25529,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaCommunicationPresenceByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read.All", @@ -25450,20 +25561,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/getPresencesByUserId", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaCommunicationPresenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -25490,47 +25600,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/presences/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/presences/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaCompliance", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/compliance", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Get-MgBetaCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get" - ] + "Uri": "/compliance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscovery", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/compliance/ediscovery", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Get-MgBetaComplianceEdiscovery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get" - ] + "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25549,20 +25660,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25581,19 +25691,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25612,19 +25722,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get" - ] + "Uri": "/compliance/ediscovery/cases/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25643,20 +25754,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25675,19 +25785,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25706,35 +25817,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25753,20 +25864,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25785,19 +25895,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25816,35 +25927,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25863,20 +25974,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25895,19 +26005,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25926,64 +26037,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26002,20 +26113,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26034,19 +26144,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26065,20 +26176,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26097,20 +26208,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26129,19 +26239,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26160,35 +26271,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26207,19 +26317,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26238,138 +26349,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", - "Permissions": [], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", - "OutputType": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26388,19 +26498,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26419,20 +26530,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26451,20 +26562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26483,19 +26593,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26514,20 +26625,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26546,50 +26657,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get1", - "GetViaIdentity1" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26608,63 +26718,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26683,35 +26794,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", - "OutputType": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26730,20 +26841,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26762,19 +26872,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26793,20 +26904,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26825,20 +26936,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26857,19 +26967,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26888,20 +26999,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26920,20 +27031,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26952,20 +27063,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26984,34 +27094,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Permissions": [], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27030,19 +27140,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27061,20 +27172,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27093,20 +27204,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27125,35 +27236,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27172,19 +27282,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27203,20 +27314,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27235,35 +27346,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27282,19 +27392,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27313,21 +27424,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "Permissions": [ + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ { "Name": "eDiscovery.Read.All", "Description": "Read all eDiscovery objects", @@ -27345,20 +27456,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27377,34 +27487,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "Permissions": [], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27423,19 +27533,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27454,20 +27565,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27486,35 +27597,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27541,20 +27652,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27581,34 +27691,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaContactById", - "Permissions": [], - "Method": "POST", - "Uri": "/contacts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaContactById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27635,19 +27745,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27674,34 +27784,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/delta", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReport", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaContactDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27736,77 +27846,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaContactDirectReportAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaContactDirectReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27841,50 +27952,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactDirectReportCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "OutputType": null, + "Command": "Get-MgBetaContactDirectReportCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaContactManager", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27919,20 +28030,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaContactMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28015,22 +28128,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaContactMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28129,37 +28242,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28194,77 +28304,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaContactMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaContactMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28299,94 +28410,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaContactMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaContactServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28413,77 +28523,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28510,109 +28621,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveReports", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactTransitiveReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContactTransitiveReportCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", - "OutputType": null, + "Command": "Get-MgBetaContactTransitiveReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReportCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaContactUserOwnedObject", "Permissions": [], - "Method": "POST", - "Uri": "/contacts/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaContactUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28631,20 +28742,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContract" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28663,34 +28773,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContract" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaContractById", - "Permissions": [], - "Method": "POST", - "Uri": "/contracts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaContractById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaContractCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28709,19 +28819,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaContractDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28740,68 +28850,69 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaContractMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaContractMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaContractMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaContractUserOwnedObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContractMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaContractUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Export.All", @@ -28820,48 +28931,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDataPolicyOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Get-MgBetaDataPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDataPolicyOperationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/dataPolicyOperations/$count", - "OutputType": null, + "Command": "Get-MgBetaDataPolicyOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/dataPolicyOperations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -28896,20 +29007,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -28944,19 +29054,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgt", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagement", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28991,19 +29101,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29022,20 +29133,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29054,19 +29164,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29101,20 +29212,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29149,19 +29259,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29196,20 +29307,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29244,20 +29355,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29292,19 +29402,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29339,20 +29450,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29371,19 +29481,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29418,20 +29529,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29466,20 +29577,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29514,19 +29624,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29561,20 +29672,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29609,19 +29719,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29656,20 +29767,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29704,19 +29814,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29751,20 +29862,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29783,20 +29894,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29815,19 +29925,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29846,48 +29956,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29906,20 +30017,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29938,19 +30048,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29969,34 +30080,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30015,20 +30126,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30047,19 +30157,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30078,20 +30189,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30110,20 +30221,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30142,19 +30252,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30173,20 +30284,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30205,20 +30316,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30237,19 +30347,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30268,20 +30379,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30300,20 +30411,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30332,19 +30442,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30379,20 +30490,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30427,19 +30537,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30474,20 +30585,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30522,20 +30633,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30570,19 +30680,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30617,20 +30728,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30649,19 +30759,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30696,20 +30807,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30744,20 +30855,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30792,19 +30902,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30839,19 +30949,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30886,20 +30997,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30934,19 +31044,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30981,20 +31092,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31029,19 +31139,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31076,20 +31187,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31124,19 +31234,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31171,20 +31282,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31219,19 +31329,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31266,64 +31377,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31358,20 +31469,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31406,19 +31516,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31453,20 +31564,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31501,19 +31611,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31548,20 +31659,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31596,19 +31706,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31643,19 +31753,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31674,20 +31785,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31706,19 +31816,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31737,20 +31848,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31769,19 +31879,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31800,20 +31911,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31832,22 +31945,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31866,20 +31977,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBookCategories", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List", - "List1" - ] + "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31898,21 +32010,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBookCategories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBookCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31931,19 +32041,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedEBooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31962,20 +32073,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31994,19 +32104,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32025,20 +32136,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32057,20 +32168,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEBookInstallSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32089,20 +32200,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32121,19 +32231,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32152,20 +32263,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32184,20 +32295,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32216,19 +32326,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32247,20 +32358,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32279,20 +32390,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32311,19 +32421,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32358,20 +32469,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32406,19 +32516,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32453,20 +32564,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32485,19 +32595,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32532,20 +32643,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32580,19 +32690,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32627,20 +32738,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32675,20 +32786,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32723,19 +32833,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32770,20 +32881,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32802,20 +32913,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32834,34 +32944,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", - "OutputType": "IMicrosoftGraphAndroidForWorkApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32880,166 +32990,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", - "OutputType": "IMicrosoftGraphAndroidForWorkApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33058,298 +33168,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "OutputType": "IMicrosoftGraphAndroidLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33368,166 +33478,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33546,166 +33656,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "OutputType": "IMicrosoftGraphAndroidStoreApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "OutputType": "IMicrosoftGraphIosLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33724,298 +33834,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "OutputType": "IMicrosoftGraphIosLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "OutputType": "IMicrosoftGraphIosStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34034,166 +34144,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "OutputType": "IMicrosoftGraphIosStoreApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "OutputType": "IMicrosoftGraphIosVppApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34212,210 +34322,210 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "OutputType": "IMicrosoftGraphIosVppApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34434,298 +34544,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "OutputType": "IMicrosoftGraphMacOSDmgApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34744,298 +34854,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "OutputType": "IMicrosoftGraphMacOSLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", - "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSPkgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35054,298 +35164,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", - "OutputType": "IMicrosoftGraphMacOSPkgApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSPkgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35364,298 +35474,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35674,298 +35784,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "OutputType": "IMicrosoftGraphManagedIosLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35984,298 +36094,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36294,195 +36404,196 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36501,20 +36612,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36533,19 +36643,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36564,35 +36675,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "OutputType": "IMicrosoftGraphWin32LobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36611,298 +36721,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "OutputType": "IMicrosoftGraphWin32LobApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "OutputType": "IMicrosoftGraphWindowsAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36921,298 +37031,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "OutputType": "IMicrosoftGraphWindowsAppX", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37231,298 +37341,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", - "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37541,166 +37651,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", - "OutputType": "IMicrosoftGraphWindowsStoreApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37719,342 +37829,342 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38073,166 +38183,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "OutputType": "IMicrosoftGraphWindowsWebApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", - "OutputType": "IMicrosoftGraphWinGetApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWinGetApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38251,194 +38361,197 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/winGetApp", - "OutputType": "IMicrosoftGraphWinGetApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/winGetApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWinGetApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38457,22 +38570,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38491,20 +38602,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List", - "List1" - ] + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38523,20 +38634,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38555,20 +38666,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38587,19 +38697,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38618,20 +38729,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38650,19 +38760,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38681,20 +38792,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38713,19 +38823,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38744,20 +38855,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38776,19 +38886,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38807,20 +38918,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38839,20 +38950,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38871,20 +38982,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38903,19 +39013,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38934,20 +39045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38966,20 +39077,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38998,19 +39108,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39029,19 +39139,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39060,19 +39170,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39091,19 +39201,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39122,19 +39232,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39153,19 +39263,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39184,19 +39294,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39215,19 +39325,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39246,19 +39356,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39277,19 +39387,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39308,19 +39418,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39339,19 +39449,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39370,19 +39480,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39401,19 +39511,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39432,19 +39542,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39463,19 +39573,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39494,19 +39604,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39525,19 +39635,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39556,19 +39666,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39587,19 +39697,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39618,19 +39728,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39649,19 +39759,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39680,20 +39791,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39712,19 +39822,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39743,20 +39854,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", + "Get1", + "GetExpanded", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39775,22 +39888,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "Get1", - "GetExpanded", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39809,19 +39919,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/policySets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39840,20 +39951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39872,19 +39982,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39903,20 +40014,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39935,19 +40045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/policySets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39966,20 +40077,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39998,19 +40108,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40029,20 +40140,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40061,19 +40171,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40092,20 +40203,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40124,19 +40234,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40171,20 +40282,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40219,19 +40329,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40266,20 +40377,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40314,20 +40425,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40362,19 +40472,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40409,20 +40520,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40441,19 +40551,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40488,20 +40599,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40536,20 +40647,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40584,19 +40694,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40631,20 +40742,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40679,20 +40790,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40727,19 +40837,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40774,20 +40885,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40822,20 +40933,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40870,19 +40980,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40917,67 +41027,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Command": "Get-MgBetaDeviceAppManagementVppToken", - "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 - }, - { - "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 - } - ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41012,19 +41075,66 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + "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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41059,19 +41169,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/vppTokens/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41106,20 +41217,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41138,20 +41249,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41170,19 +41280,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41201,20 +41312,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41233,19 +41343,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41264,20 +41375,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41296,19 +41406,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41327,20 +41438,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41359,20 +41470,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41391,19 +41501,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41438,20 +41549,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41486,19 +41596,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41533,19 +41643,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41580,20 +41691,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41628,19 +41738,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41675,20 +41786,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41723,19 +41833,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41770,20 +41881,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41818,19 +41928,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41865,20 +41976,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41913,19 +42023,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41960,20 +42071,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42008,20 +42119,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42056,19 +42166,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42103,20 +42214,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42151,20 +42262,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42199,66 +42309,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", - "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 - } + "Variants": [ + "Get" ], "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42293,20 +42356,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42341,19 +42404,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42388,20 +42451,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42436,19 +42499,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42483,20 +42594,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42531,20 +42642,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42579,19 +42689,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42626,20 +42737,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42674,34 +42784,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42736,19 +42846,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsManagementApp", - "OutputType": "IMicrosoftGraphWindowsManagementApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/windowsManagementApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagementApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -42783,94 +42894,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceById", - "Permissions": [], - "Method": "POST", - "Uri": "/devices/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceById", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceCommand", "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceCommand", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Get-MgBetaDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceCommandCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/commands/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceCommandResponsepayload", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "OutputType": null, + "Command": "Get-MgBetaDeviceCommandCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceCommandResponsepayload", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -42905,77 +43015,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/devices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/delta", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaDeviceDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43058,19 +43168,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43089,19 +43199,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43120,20 +43231,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43152,19 +43262,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43183,19 +43293,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43214,20 +43325,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43246,19 +43356,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43277,19 +43387,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43308,20 +43419,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43340,19 +43450,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43371,19 +43481,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43402,20 +43513,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43434,19 +43544,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43465,19 +43575,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43496,19 +43606,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43527,19 +43637,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43558,20 +43669,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43590,19 +43700,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43621,19 +43731,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -43668,19 +43778,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43699,20 +43810,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43731,19 +43841,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43762,20 +43873,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43794,19 +43904,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43825,20 +43936,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43857,19 +43967,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43904,19 +44014,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getAssignedRoleDetails", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/getAssignedRoleDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43935,20 +44046,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43967,19 +44077,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/assignmentFilters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43998,19 +44108,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/assignmentFilters/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44029,20 +44140,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44061,19 +44171,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/getState", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/assignmentFilters/getState", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44092,20 +44203,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44124,20 +44235,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44156,20 +44267,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44188,19 +44298,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44219,20 +44330,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44251,19 +44361,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44282,19 +44392,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/auditEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44313,20 +44424,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44345,19 +44455,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/autopilotEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44376,19 +44486,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/autopilotEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44407,20 +44518,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44439,19 +44549,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44470,20 +44581,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44502,20 +44613,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44534,19 +44644,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/cartToClassAssociations", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/cartToClassAssociations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44565,19 +44675,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/cartToClassAssociations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/cartToClassAssociations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44596,20 +44707,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44628,19 +44738,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44659,19 +44769,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/categories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44690,20 +44801,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44722,19 +44832,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44753,20 +44864,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44785,22 +44898,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphKeyLongValuePair" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44819,22 +44932,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44869,20 +44980,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44917,196 +45027,196 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45141,63 +45251,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/comanagedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45232,255 +45343,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45515,92 +45625,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/getComanagedDevicesSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagedDevicesSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45635,20 +45746,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45683,19 +45793,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagementEligibleDevices", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45730,19 +45840,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagementEligibleDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/comanagementEligibleDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45777,19 +45887,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45824,20 +45935,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45872,19 +45982,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45919,19 +46029,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/complianceManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45950,20 +46061,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45982,19 +46092,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46013,20 +46124,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46045,19 +46155,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46076,20 +46187,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46108,19 +46218,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/compliancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46139,20 +46250,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46171,19 +46281,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46202,20 +46313,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46234,20 +46345,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46266,19 +46376,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46297,20 +46408,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46329,20 +46440,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46361,19 +46471,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46392,64 +46503,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46468,20 +46579,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46500,19 +46610,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/complianceSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46531,19 +46641,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/complianceSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46578,19 +46688,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46625,20 +46736,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46657,20 +46768,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46689,19 +46799,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46720,20 +46831,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46752,19 +46862,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46783,20 +46894,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46815,49 +46925,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/configurationPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Permissions": [], + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult" + }, + { "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve", - "RetrieveViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46876,20 +46987,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46908,19 +47018,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46939,20 +47050,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46971,20 +47082,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47003,19 +47113,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47034,20 +47145,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47066,20 +47177,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47098,19 +47208,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47129,19 +47239,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47160,20 +47271,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47192,19 +47302,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47223,20 +47334,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47255,20 +47366,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47287,19 +47397,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47318,20 +47429,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47350,20 +47461,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47382,19 +47492,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/configurationSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47413,19 +47523,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/configurationSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/configurationSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47452,20 +47563,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47492,19 +47602,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/dataSharingConsents", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/dataSharingConsents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47531,19 +47641,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/dataSharingConsents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/dataSharingConsents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47562,20 +47673,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47594,19 +47704,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/depOnboardingSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47625,19 +47735,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/depOnboardingSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47656,20 +47767,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47688,20 +47799,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47720,20 +47831,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47752,20 +47863,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47784,19 +47894,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47815,20 +47926,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47847,20 +47958,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47879,20 +47990,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47911,19 +48021,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47942,63 +48053,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/derivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/derivedCredentials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/derivedCredentials/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/derivedCredentials/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48033,20 +48144,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48081,19 +48191,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48128,19 +48238,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48159,20 +48270,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48191,19 +48301,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48222,20 +48333,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48270,20 +48381,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48318,19 +48428,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48365,19 +48475,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48396,20 +48507,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48428,19 +48538,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48459,20 +48570,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48491,19 +48601,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48522,20 +48633,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48554,19 +48664,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48585,19 +48695,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48616,20 +48727,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48648,19 +48758,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48679,20 +48790,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48711,19 +48821,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48742,20 +48853,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48774,19 +48884,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48805,20 +48916,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48837,20 +48948,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48869,20 +48980,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48901,20 +49012,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48933,19 +49043,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48964,20 +49075,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48996,20 +49107,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49028,19 +49138,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49059,20 +49170,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49091,20 +49202,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49123,19 +49233,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49154,19 +49264,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49185,20 +49296,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49217,19 +49327,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49248,20 +49359,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49280,20 +49391,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49312,19 +49422,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49343,20 +49454,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49375,20 +49486,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49407,20 +49518,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49439,19 +49549,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49470,19 +49580,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49501,20 +49612,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49533,19 +49643,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49564,20 +49675,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49596,20 +49707,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49628,19 +49738,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49659,19 +49769,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49690,19 +49800,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49721,20 +49832,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49753,19 +49863,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49784,20 +49895,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49816,19 +49926,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49847,20 +49958,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49879,19 +49989,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49910,20 +50021,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49942,20 +50053,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49974,20 +50085,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50006,19 +50116,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50037,20 +50148,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50069,20 +50180,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50101,19 +50211,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50132,20 +50243,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50164,19 +50274,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50195,63 +50306,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationProfiles", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurationProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50270,20 +50381,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50302,19 +50412,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50333,34 +50443,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50379,19 +50489,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50410,20 +50521,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50442,19 +50552,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50473,20 +50584,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50505,20 +50616,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50553,20 +50664,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50601,19 +50711,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50648,20 +50759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50696,19 +50806,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50743,20 +50854,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50791,19 +50901,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50838,20 +50949,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50886,19 +50996,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceHealthScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50917,20 +51028,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50965,19 +51075,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51012,20 +51123,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51060,19 +51170,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceHealthScripts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51091,20 +51202,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51139,19 +51249,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51186,20 +51297,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51234,20 +51345,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51274,20 +51385,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51322,20 +51433,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51370,19 +51480,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51417,20 +51528,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51465,20 +51576,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51513,19 +51623,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceShellScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51560,67 +51671,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "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 - } + "Variants": [ + "List" ], "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51655,20 +51718,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51703,19 +51766,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51750,20 +51813,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51798,19 +51861,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51845,35 +51908,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51908,67 +51956,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "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 - } ], "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52003,20 +52019,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52051,20 +52066,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52099,20 +52114,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52147,19 +52162,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52194,49 +52210,144 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52255,20 +52366,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52287,19 +52397,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/domainJoinConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/domainJoinConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52318,19 +52428,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/domainJoinConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/domainJoinConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -52349,36 +52461,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getEffectivePermissions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/getEffectivePermissions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementElevationRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Command": "Get-MgBetaDeviceManagementElevationRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52397,20 +52508,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52429,19 +52539,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52460,20 +52571,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52492,19 +52602,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52523,20 +52634,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52555,19 +52665,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52586,20 +52697,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52618,19 +52728,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52649,20 +52760,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52697,20 +52808,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52745,19 +52855,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52792,19 +52902,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/exchangeConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52839,65 +52951,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52916,20 +53027,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52948,63 +53058,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53023,93 +53133,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53128,20 +53239,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53160,19 +53270,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53191,20 +53302,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53223,19 +53333,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53254,20 +53365,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53286,19 +53396,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53317,20 +53428,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53349,19 +53459,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53380,20 +53491,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53412,20 +53523,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53444,20 +53555,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53476,19 +53586,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53507,20 +53618,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53539,34 +53649,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53585,19 +53695,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53616,569 +53729,567 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54197,20 +54308,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54229,19 +54339,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54260,19 +54370,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54291,20 +54402,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54323,19 +54433,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54354,20 +54465,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54386,20 +54497,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54418,19 +54528,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54449,20 +54560,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54481,20 +54592,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54513,19 +54623,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54544,19 +54654,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54575,20 +54686,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54607,19 +54717,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54638,107 +54748,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54757,20 +54868,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54789,19 +54899,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54820,19 +54930,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/importedDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54851,20 +54962,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54883,19 +54993,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54914,19 +55024,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54945,20 +55056,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54977,19 +55087,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55008,20 +55119,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55040,19 +55150,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55071,20 +55182,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55103,20 +55214,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55135,19 +55245,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55166,20 +55277,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55198,20 +55309,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55230,19 +55340,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55261,20 +55372,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55293,20 +55404,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55325,19 +55435,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55356,20 +55467,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55388,19 +55498,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/intents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55419,20 +55530,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55451,20 +55562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55483,19 +55593,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55514,20 +55625,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55546,20 +55657,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55578,19 +55688,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55609,20 +55720,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55641,20 +55752,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55673,20 +55784,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55705,19 +55815,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55736,20 +55847,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55768,20 +55879,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55800,19 +55910,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55831,20 +55942,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55863,20 +55974,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55895,20 +56006,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55927,19 +56037,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55958,20 +56069,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55990,19 +56100,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56021,20 +56132,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56053,19 +56163,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/intuneBrandingProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/intuneBrandingProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56084,20 +56195,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56116,19 +56226,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56147,19 +56257,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56178,20 +56289,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56210,19 +56320,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56241,20 +56352,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56273,19 +56383,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56304,20 +56415,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56336,20 +56447,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56368,19 +56478,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56399,20 +56510,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56431,19 +56541,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56478,20 +56589,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56526,136 +56636,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceCleanupRules", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDeviceCleanupRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56674,108 +56785,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56810,63 +56920,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56885,20 +56996,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56917,19 +57027,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56948,19 +57058,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56995,167 +57106,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57190,238 +57300,239 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57440,20 +57551,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57472,19 +57582,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57503,19 +57613,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57534,20 +57645,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57566,19 +57676,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57597,19 +57707,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57628,20 +57739,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57660,19 +57770,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57691,19 +57801,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57722,20 +57833,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57754,19 +57864,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57785,19 +57895,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57816,20 +57927,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57848,20 +57959,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57880,19 +57990,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57911,20 +58022,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57943,22 +58056,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphKeyLongValuePair" + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57977,22 +58090,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58011,20 +58122,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58043,19 +58153,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58090,20 +58201,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58138,19 +58248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58185,20 +58296,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58217,19 +58327,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58264,20 +58375,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58312,19 +58422,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58359,33 +58469,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementMonitoring", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/monitoring", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Command": "Get-MgBetaDeviceManagementMonitoring", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58404,20 +58515,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58436,19 +58546,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRecords", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/monitoring/alertRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58467,19 +58577,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRecords/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/monitoring/alertRecords/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58498,19 +58608,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58529,20 +58640,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58561,19 +58671,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRules", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/monitoring/alertRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58592,19 +58702,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/monitoring/alertRules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/monitoring/alertRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58623,20 +58734,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58655,19 +58765,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/ndesConnectors", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/ndesConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58686,19 +58796,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/ndesConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/ndesConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58717,20 +58828,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58749,19 +58859,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58780,19 +58890,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58811,21 +58922,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [ + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", "Description": "Read Microsoft Intune configuration", @@ -58843,19 +58953,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58874,20 +58985,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Retrieve" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58922,19 +59032,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve" - ] + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Retrieve" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58969,19 +59079,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve" - ] + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Retrieve" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59016,19 +59126,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", - "OutputType": "IMicrosoftGraphOperationApprovalRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve" - ] + "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59063,35 +59174,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", - "OutputType": "IMicrosoftGraphOperationApprovalRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve", - "RetrieveViaIdentity" - ] + "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", - "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59126,20 +59237,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59174,19 +59284,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59221,19 +59331,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59268,20 +59379,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59316,19 +59426,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteActionAudits", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/remoteActionAudits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59363,67 +59473,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteActionAudits/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/remoteActionAudits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "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 - }, - { - "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 - } - ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59458,19 +59521,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59505,19 +59568,66 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, + "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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59584,94 +59694,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/reports/getActiveMalwareReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/retrieveAssignedApplicationsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Retrieve", "RetrieveExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/retrieveAssignedApplicationsReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59722,20 +59833,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCachedReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getCachedReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59786,20 +59897,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59850,19 +59960,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/reports/cachedReportConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59913,49 +60023,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", - "Permissions": [], + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60006,20 +60117,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60070,50 +60181,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60164,80 +60275,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60288,20 +60399,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60352,65 +60463,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60461,80 +60572,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60585,20 +60696,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60649,20 +60760,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60713,20 +60824,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60777,20 +60888,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60841,20 +60952,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60905,20 +61016,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60969,20 +61080,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61033,20 +61144,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61097,20 +61208,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61161,20 +61272,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61225,20 +61336,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61289,50 +61400,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61383,20 +61494,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61447,19 +61557,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/reports/exportJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61510,49 +61620,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", - "Permissions": [], + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61603,20 +61714,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getReportFilters", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getReportFilters", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61635,20 +61746,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61699,35 +61810,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getHistoricalReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61762,20 +61873,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61810,20 +61921,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61874,20 +61985,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61938,20 +62049,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62002,20 +62113,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62066,65 +62177,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62159,20 +62270,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62223,185 +62334,185 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getUserInstallStatusReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Retrieve", "RetrieveExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62420,20 +62531,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62452,20 +62563,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62484,19 +62594,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62515,20 +62626,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62547,19 +62657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62578,20 +62689,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62610,19 +62720,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceAccessProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/resourceAccessProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62657,20 +62768,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62705,19 +62815,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62752,19 +62862,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/resourceOperations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62799,35 +62910,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62846,20 +62957,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62878,19 +62988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reusableSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/reusableSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62909,19 +63019,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reusableSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reusableSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62956,20 +63067,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63004,19 +63114,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63051,78 +63161,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63157,20 +63268,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63205,19 +63315,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63252,19 +63362,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63299,20 +63410,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63347,19 +63457,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63394,20 +63505,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63442,20 +63553,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63490,20 +63601,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63538,93 +63648,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleScopeTags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63659,19 +63769,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/roleScopeTags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63706,49 +63817,49 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementScript", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementScript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Command": "Get-MgBetaDeviceManagementScript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63783,20 +63894,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63831,19 +63941,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63878,34 +63989,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementScriptCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementScriptCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceManagementScripts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63940,20 +64051,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63988,19 +64098,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64035,20 +64146,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64083,20 +64194,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64131,20 +64242,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64179,19 +64289,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64226,20 +64337,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64274,20 +64385,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64322,20 +64433,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64370,19 +64480,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64417,20 +64528,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64465,20 +64576,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64513,19 +64623,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64544,20 +64655,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64576,19 +64686,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64607,19 +64717,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64638,19 +64748,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64669,20 +64780,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64701,20 +64812,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64733,19 +64843,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64764,19 +64874,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64795,20 +64906,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64827,19 +64937,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64858,20 +64969,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64890,19 +65000,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64921,20 +65032,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64953,20 +65064,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64985,19 +65095,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65016,20 +65127,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65048,20 +65159,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65080,19 +65190,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65111,20 +65222,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65143,19 +65253,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/templates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65174,20 +65285,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65206,151 +65316,152 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65369,64 +65480,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65445,20 +65556,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65477,19 +65587,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65508,20 +65619,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65556,19 +65666,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/tenantAttachRBAC/getState", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65587,20 +65698,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65619,19 +65729,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65650,20 +65761,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65682,19 +65792,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65713,20 +65824,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65745,20 +65856,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65777,20 +65888,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65809,19 +65919,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65840,20 +65951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65872,19 +65982,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/termsAndConditions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65903,20 +66014,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65935,19 +66045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65966,20 +66077,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65998,20 +66109,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66030,20 +66141,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66062,19 +66172,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66093,19 +66203,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/troubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66140,20 +66251,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66188,62 +66298,62 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66278,19 +66388,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66325,20 +66436,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66373,19 +66483,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66420,19 +66530,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66467,20 +66578,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66515,19 +66625,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66562,20 +66673,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66610,19 +66720,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66657,19 +66767,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66704,20 +66815,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66752,19 +66862,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66799,67 +66909,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "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 - } - ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66894,19 +66957,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66941,19 +67004,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66988,20 +67051,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67036,19 +67099,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67083,19 +67146,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67130,19 +67193,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67177,20 +67240,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67225,19 +67288,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67272,19 +67335,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67319,67 +67382,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "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 - } ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67414,19 +67430,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67461,20 +67477,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67509,19 +67524,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67556,19 +67572,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67603,20 +67619,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67651,19 +67666,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67698,19 +67714,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67745,62 +67761,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] - }, - { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "Permissions": [], + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67835,20 +67808,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67883,19 +67855,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67930,20 +67946,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67978,20 +67993,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68026,20 +68041,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68074,19 +68089,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68121,20 +68137,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68169,20 +68184,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68217,20 +68232,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68265,25 +68280,25 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "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 @@ -68296,12 +68311,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read Microsoft Intune devices", "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { @@ -68311,22 +68366,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68361,19 +68424,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68408,19 +68471,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68455,19 +68518,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68502,20 +68565,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68550,19 +68613,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68597,19 +68660,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68644,20 +68707,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68692,19 +68755,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68739,19 +68802,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68786,20 +68849,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68834,19 +68897,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68881,19 +68944,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68928,20 +68991,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68976,19 +69039,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69023,19 +69086,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69070,20 +69133,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69118,19 +69181,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69165,19 +69228,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69212,19 +69275,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69259,92 +69370,92 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69379,20 +69490,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69427,19 +69537,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69474,19 +69584,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69521,20 +69632,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69569,19 +69679,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69616,19 +69726,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69663,21 +69775,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69712,19 +69822,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69759,67 +69869,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "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 - } - ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69854,19 +69917,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69901,19 +69964,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69948,20 +70011,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69996,19 +70059,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70043,19 +70106,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70090,20 +70153,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70138,19 +70201,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70185,19 +70248,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70232,20 +70343,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70280,19 +70390,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70327,62 +70437,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70417,20 +70528,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70465,19 +70575,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70512,19 +70622,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70559,20 +70670,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70607,19 +70717,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70654,19 +70764,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70701,20 +70812,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70749,19 +70859,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70796,19 +70906,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70843,20 +70954,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70891,19 +71001,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70938,19 +71048,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70985,20 +71096,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71033,19 +71143,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71080,19 +71190,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71127,19 +71237,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71174,20 +71285,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71222,19 +71332,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71269,19 +71379,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71316,20 +71427,66 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71364,66 +71521,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", - "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 - } + "Variants": [ + "Get", + "GetViaIdentity" ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71458,67 +71569,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "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 - } + "Variants": [ + "List" ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71553,19 +71616,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71600,19 +71663,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71647,20 +71710,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71695,19 +71758,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71742,19 +71805,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71789,20 +71852,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71837,19 +71900,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71884,20 +71947,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71932,20 +71995,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71980,19 +72043,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72027,19 +72090,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72058,20 +72169,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72090,19 +72200,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userPfxCertificates", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userPfxCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72121,33 +72231,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userPfxCertificates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userPfxCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint", - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72166,20 +72277,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72198,19 +72308,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72229,19 +72339,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72260,62 +72370,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72334,20 +72445,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72366,19 +72476,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72397,20 +72508,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72429,49 +72539,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72490,50 +72601,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72552,20 +72663,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72584,19 +72694,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72615,20 +72726,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72647,19 +72757,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72678,19 +72788,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72709,19 +72819,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72740,19 +72850,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72771,20 +72882,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72803,19 +72913,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72834,62 +72944,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72908,20 +73019,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72940,19 +73050,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72971,19 +73081,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73002,20 +73113,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73034,19 +73144,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73065,19 +73175,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -73096,19 +73206,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73127,20 +73238,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73159,151 +73269,151 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73322,108 +73432,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "OutputType": "IMicrosoftGraphCloudPcReports", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReports" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Retrieve", "RetrieveExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73442,138 +73553,138 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Functions", + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73592,20 +73703,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73624,20 +73735,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73656,49 +73767,48 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", - "Permissions": [], + "Variants": [ + "Retrieve" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", - "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve" - ] + "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcScopedPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73717,19 +73827,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73748,19 +73858,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73779,20 +73890,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73811,19 +73921,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73842,19 +73952,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73873,20 +73984,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73905,34 +74015,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "OutputType": "IMicrosoftGraphCloudPcSubscription", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73951,19 +74061,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73982,33 +74092,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", - "Permissions": [], + "Variants": [ + "Retrieve" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", - "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Retrieve" - ] + "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74027,20 +74138,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74059,63 +74169,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74134,19 +74244,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74165,20 +74276,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74197,137 +74307,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74346,19 +74456,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74377,20 +74488,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74409,19 +74519,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74440,19 +74550,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74471,20 +74582,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74503,20 +74614,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74535,19 +74645,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74566,20 +74677,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74598,19 +74708,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74629,20 +74740,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74661,19 +74771,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74692,20 +74803,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74724,19 +74834,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74755,20 +74866,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74787,19 +74897,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74818,19 +74928,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74849,20 +74960,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74881,19 +74991,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74912,19 +75022,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -74959,20 +75070,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75007,19 +75117,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75054,19 +75164,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75101,20 +75212,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75149,19 +75259,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75196,20 +75307,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75228,20 +75339,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75260,19 +75370,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75291,20 +75402,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75323,19 +75433,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75354,20 +75465,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75386,19 +75496,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75481,22 +75594,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDeviceMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75595,37 +75708,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -75660,77 +75770,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -75765,50 +75876,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -75843,106 +75953,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -75977,19 +76087,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76024,65 +76135,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76117,106 +76227,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76251,19 +76361,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76298,80 +76409,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76406,77 +76516,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76511,65 +76622,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDeviceUsageRights", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Get-MgBetaDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76604,19 +76714,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/usageRights", - "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/usageRights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUsageRight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceUsageRightsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76651,49 +76762,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/usageRights/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/usageRights/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDeviceUserOwnedObject", - "Permissions": [], - "Method": "POST", - "Uri": "/devices/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectory", "Permissions": [], - "Method": "GET", - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76728,20 +76839,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76776,19 +76886,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76823,19 +76933,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76870,63 +76980,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76961,34 +77071,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77023,34 +77133,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77085,34 +77195,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77147,34 +77257,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77209,34 +77319,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77271,34 +77381,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77333,19 +77443,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77380,19 +77490,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77427,20 +77538,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77475,20 +77586,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77523,20 +77634,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77571,20 +77682,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77619,20 +77730,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77667,20 +77778,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77715,20 +77826,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77763,20 +77874,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77811,19 +77921,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77858,20 +77969,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77890,20 +78001,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77922,19 +78032,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/attributeSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77953,33 +78063,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/attributeSets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryCertificateAuthority", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/certificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Command": "Get-MgBetaDirectoryCertificateAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -77998,20 +78109,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78030,19 +78140,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78061,19 +78171,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78092,20 +78203,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78124,19 +78234,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78155,20 +78266,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78187,20 +78298,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78219,19 +78329,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78250,20 +78361,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78282,19 +78392,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78313,20 +78424,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78345,499 +78455,500 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItem", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDirectoryDeletedItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemById", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/deletedItems/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemById", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "Permissions": [], - "Method": "GET", - "Uri": "/directory/deletedItems/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/application/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/device/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/application/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/group/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/device/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/user/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], - "Method": "GET", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deviceLocalCredentials", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deviceLocalCredentials/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/externalUserProfiles", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "Get-MgBetaDirectoryExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryExternalUserProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/externalUserProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/externalUserProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgBetaDirectoryExternalUserProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/externalUserProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/featureRolloutPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/featureRolloutPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78856,20 +78967,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78888,19 +78998,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78919,62 +79029,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryImpactedResource", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryImpactedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Get-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryImpactedResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/impactedResources/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79009,20 +79120,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79041,19 +79151,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/inboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/inboundSharedUserProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79072,91 +79182,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/inboundSharedUserProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/inboundSharedUserProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObject", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DirectoryObjects", - "Variants": [ - "List" - ] + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObjectById", "Permissions": [], - "Method": "POST", - "Uri": "/directoryObjects/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectById", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObjectCount", "Permissions": [], - "Method": "GET", - "Uri": "/directoryObjects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Variants": [ - "Get" - ] + "Uri": "/directoryObjects/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObjectDelta", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directoryObjects/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObjectCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79239,22 +79352,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79353,52 +79466,49 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryObjects/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79417,19 +79527,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79448,19 +79558,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/onPremisesSynchronization/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79495,20 +79606,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79543,19 +79653,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/outboundSharedUserProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79590,34 +79700,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/outboundSharedUserProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79652,19 +79762,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "OutputType": "IMicrosoftGraphTenantReference", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantReference" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79699,63 +79810,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/pendingExternalUserProfiles", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/pendingExternalUserProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/pendingExternalUserProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/pendingExternalUserProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79774,20 +79885,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations/{recommendation-id}", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79806,19 +79916,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations", - "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/recommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79837,19 +79947,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/recommendations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79868,20 +79979,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79900,19 +80010,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79931,20 +80042,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -79979,20 +80090,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80027,34 +80137,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleById", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80089,20 +80200,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80137,19 +80247,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80184,19 +80294,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/delta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80231,193 +80341,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80452,19 +80562,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80499,159 +80610,158 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleMemberObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleScopedMember", "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80686,19 +80796,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80733,20 +80844,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80781,20 +80892,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80829,34 +80939,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleTemplateById", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoleTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80891,19 +81001,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplateDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80938,83 +81048,84 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81049,20 +81160,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81097,19 +81207,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81128,20 +81239,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81160,34 +81270,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directorySettingTemplates", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directorySettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySettingTemplateById", - "Permissions": [], - "Method": "POST", - "Uri": "/directorySettingTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81206,19 +81316,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directorySettingTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directorySettingTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplateDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81237,184 +81347,185 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directorySettingTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directorySettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaDirectorySharedEmailDomain", "Permissions": [], - "Method": "GET", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySharedEmailDomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/sharedEmailDomains", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Command": "Get-MgBetaDirectorySharedEmailDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySharedEmailDomainCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/sharedEmailDomains/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectorySharedEmailDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/sharedEmailDomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySubscription", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/subscriptions", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDirectorySubscriptionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81441,20 +81552,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81481,19 +81591,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaDomainCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81520,19 +81630,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/domains/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81551,64 +81662,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDomainFederationConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainFederationConfigurationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "OutputType": null, + "Command": "Get-MgBetaDomainFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainNameReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDomainFederationConfigurationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDomainNameReference", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDomainNameReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81627,19 +81737,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDomainNameReferenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81658,20 +81769,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDomainRootDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81698,35 +81809,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/rootDomain", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/rootDomain", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81745,19 +81855,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81776,79 +81887,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "Permissions": [], - "Method": "GET", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "OutputType": null, + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81867,19 +81977,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81898,20 +82009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -81962,34 +82073,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDrive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82040,285 +82150,286 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveBundle", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveBundleContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveBundleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveFollowingContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveFollowingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82385,34 +82496,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveItem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82463,34 +82573,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemActivityByInterval", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82541,78 +82652,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82663,20 +82774,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82727,35 +82838,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82806,49 +82916,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemChildContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82899,20 +83010,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82963,20 +83074,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83027,576 +83138,576 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemCount", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveItemDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveItemListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveItemListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveItemListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83647,20 +83758,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83711,19 +83821,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83774,94 +83885,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemRetentionLabel", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaDriveItemSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83912,19 +84022,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83975,20 +84086,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84039,20 +84150,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84103,19 +84213,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84166,20 +84277,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaDriveItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84230,1282 +84341,1284 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveLastModifiedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaDriveListContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveListContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaDriveListItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveListItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveListItemDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveListOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveListPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaDriveRootActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveRootAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgBetaDriveRootChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveRootCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaDriveRootDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -85556,760 +85669,758 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveRootLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveRootListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveRootListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaDriveRootListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaDriveRootPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaDriveRootSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaDriveRootThumbnailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveRootVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveSpecialContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgBetaDriveSpecialContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86336,20 +86447,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86376,19 +86486,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86455,20 +86566,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86535,19 +86645,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86614,20 +86725,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86694,20 +86805,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List", - "List1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86774,19 +86884,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86853,22 +86966,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86935,22 +87048,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87017,20 +87128,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87097,20 +87208,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87177,50 +87288,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87287,20 +87398,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87367,19 +87477,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87446,35 +87557,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87533,19 +87643,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87604,20 +87715,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87684,20 +87795,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87764,20 +87875,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87844,79 +87955,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87951,49 +88062,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88060,20 +88171,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88140,19 +88250,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88219,35 +88330,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88282,19 +88392,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88329,20 +88440,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88409,20 +88520,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88489,19 +88599,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88568,106 +88679,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Permissions": [], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "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 - } ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88726,20 +88765,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88757,14 +88796,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", @@ -88806,20 +88837,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88886,19 +88917,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88965,35 +88996,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89060,19 +89076,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89139,20 +89170,99 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89179,19 +89289,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89242,19 +89352,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/delta", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89305,49 +89416,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89382,19 +89492,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89429,19 +89539,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89476,20 +89587,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89524,20 +89635,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89572,19 +89682,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89619,20 +89730,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89667,20 +89778,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89715,19 +89825,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89762,35 +89873,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationClassSchool", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgBetaEducationClassSchool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89817,19 +89927,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89856,20 +89967,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassTeacher", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89896,19 +90006,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89935,19 +90045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationClassTeacherCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89974,20 +90085,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90014,34 +90124,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90108,77 +90218,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90245,460 +90355,460 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Delta" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationMeAssignmentDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationMeAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeClass", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/classes/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90725,19 +90835,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90764,19 +90874,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/classes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90811,20 +90922,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90859,19 +90969,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/rubrics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeRubricCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90906,34 +91016,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/rubrics/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeSchool", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90960,19 +91070,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90999,34 +91109,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/schools/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeTaughtClass", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91053,19 +91163,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/taughtClasses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeTaughtClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91092,19 +91202,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/taughtClasses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationMeUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91163,75 +91273,76 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeUserMailboxSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaEducationMeUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/user/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationRoot", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", + "Command": "Get-MgBetaEducationRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91258,20 +91369,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91298,19 +91408,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91361,20 +91472,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91401,19 +91511,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolClassByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91440,19 +91550,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91479,20 +91590,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91519,19 +91629,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91590,19 +91700,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/delta", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91621,19 +91731,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91652,19 +91762,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSchoolUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91683,20 +91794,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/users/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91731,20 +91842,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91779,19 +91889,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/synchronizationProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91826,34 +91936,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/synchronizationProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationSynchronizationProfileError", - "Permissions": [], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91888,19 +91998,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91935,20 +92046,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91983,20 +92094,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92023,22 +92136,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92057,34 +92167,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92151,77 +92261,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92288,462 +92399,461 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationUserAssignmentDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationUserAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserClass", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92770,19 +92880,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/classes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92809,20 +92920,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92841,19 +92951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get" - ] + "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92912,93 +93022,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/delta", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserMailboxSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgBetaEducationUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgBetaEducationUserRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserRubricCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserSchool", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgBetaEducationUserRubricCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchool", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93025,19 +93135,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/schools", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93064,64 +93175,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaEducationUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEducationUserTaughtClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClass", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93148,19 +93258,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93187,20 +93298,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93219,20 +93330,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93251,19 +93361,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "POST", "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93282,35 +93393,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93329,49 +93439,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Access", "Access1", "AccessViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93390,20 +93501,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93422,19 +93532,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93453,20 +93564,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93485,19 +93595,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93516,77 +93626,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93605,20 +93716,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93637,19 +93747,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93668,19 +93778,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93699,20 +93810,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93731,19 +93841,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93762,19 +93872,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageByUniqueName", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93793,20 +93904,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93825,19 +93936,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93856,20 +93967,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93888,19 +93999,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93919,19 +94030,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93950,33 +94061,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "ApiVersion": "beta", + "CommandAlias": 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 + } + ], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93995,19 +94138,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94026,20 +94169,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94058,19 +94201,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94089,19 +94232,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94120,19 +94263,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94151,19 +94294,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94182,19 +94325,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94213,34 +94356,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "ApiVersion": "beta", + "CommandAlias": 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 + } + ], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94259,62 +94433,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", - "OutputType": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94333,20 +94508,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94365,34 +94539,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94411,34 +94585,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94457,19 +94631,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94488,19 +94662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94519,20 +94694,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94551,34 +94725,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94597,34 +94771,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectedOrganization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94643,20 +94818,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94675,19 +94849,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94706,19 +94880,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94737,19 +94911,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94768,19 +94942,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94799,20 +94974,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94831,19 +95005,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94862,19 +95036,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94893,20 +95068,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94925,164 +95099,165 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Get-MgBetaEntitlementManagementSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Get-MgBetaEntitlementManagementSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaEntitlementManagementSubjectCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/subjects/$count", - "OutputType": null, + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternal", - "Permissions": [], - "Method": "GET", - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaExternal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalAuthorizationSystem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/authorizationSystems", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaExternalAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalAuthorizationSystemCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/authorizationSystems/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/authorizationSystems", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Command": "Get-MgBetaExternalAuthorizationSystemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95109,20 +95284,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95149,19 +95323,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95188,19 +95362,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/connections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -95227,93 +95402,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalConnectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgBetaExternalConnectionGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgBetaExternalConnectionGroupMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionGroupMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalConnectionGroupMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -95340,108 +95515,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "Get-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Get-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Get-MgBetaExternalConnectionItemActivityCount", "ApiVersion": "beta", - "Module": "Beta.Search", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItemActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalConnectionItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95468,64 +95643,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Get-MgBetaExternalConnectionOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionOperationCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalConnectionOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalConnectionQuota", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/quota", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Command": "Get-MgBetaExternalConnectionQuota", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaExternalConnectionSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95552,34 +95727,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryData", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/industryData", - "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Command": "Get-MgBetaExternalIndustryData", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95598,20 +95773,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95630,19 +95804,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/dataConnectors", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/dataConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95661,34 +95835,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/dataConnectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/dataConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95707,20 +95882,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95739,19 +95913,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/inboundFlows", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/inboundFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95770,19 +95944,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/inboundFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/inboundFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95801,20 +95976,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -95833,150 +96008,150 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaExternalIndustryDataOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Command": "Get-MgBetaExternalIndustryDataOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/outboundProvisioningFlowSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-ReferenceDefinition.Read.All", @@ -95995,20 +96170,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96027,19 +96201,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/referenceDefinitions", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/referenceDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96058,167 +96232,168 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/referenceDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/referenceDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/roleGroups", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/roleGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/roleGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRun", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/roleGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/runs", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Command": "Get-MgBetaExternalIndustryDataRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/runs/{industryDataRun-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Command": "Get-MgBetaExternalIndustryDataRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/runs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRun" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRunActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRunActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRunCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/industryData/runs/$count", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaExternalIndustryDataRunStatistics", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Command": "Get-MgBetaExternalIndustryDataRunCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/runs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96237,20 +96412,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96269,19 +96443,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/sourceSystems", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/sourceSystems", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96300,19 +96474,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/sourceSystems/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/sourceSystems/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96331,20 +96506,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96363,19 +96537,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/years", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/external/industryData/years", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYearCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96394,3907 +96568,3908 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/industryData/years/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/external/industryData/years/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancial", - "Permissions": [], - "Method": "GET", - "Uri": "/financials", - "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Module": "Beta.Financials", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompany", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}", - "OutputType": "IMicrosoftGraphCompany", + "Command": "Get-MgBetaFinancial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinancials" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompany", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies", - "OutputType": "IMicrosoftGraphCompany", + "Command": "Get-MgBetaFinancialCompany", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompany" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompany", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompany" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/accounts", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAccountCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/accounts/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/accounts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Command": "Get-MgBetaFinancialCompanyAccountCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/accounts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsPayable" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsPayable" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsReceivable" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsReceivable" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "Get" - ] + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "Get-MgBetaFinancialCompanyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/countriesRegions", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/countriesRegions/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/currencies", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCurrencyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/currencies/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/currencies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/currencies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanyCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyCustomerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "OutputType": "IMicrosoftGraphDimension", + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions", - "OutputType": "IMicrosoftGraphDimension", + "Command": "Get-MgBetaFinancialCompanyDimension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyDimension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/dimensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "OutputType": "IMicrosoftGraphDimensionValue", + "Command": "Get-MgBetaFinancialCompanyDimensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/dimensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensionValues", - "OutputType": "IMicrosoftGraphDimensionValue", + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimensionValue" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/dimensionValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimensionValue" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployee", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": "IMicrosoftGraphEmployee", + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployee", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees", - "OutputType": "IMicrosoftGraphEmployee", + "Command": "Get-MgBetaFinancialCompanyEmployee", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployeeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyEmployee", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGeneralLedgerEntry" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGeneralLedgerEntry" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyInformation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyInformation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Command": "Get-MgBetaFinancialCompanyInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyInformationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyInformationPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyInformationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanyInformationPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanyItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanyItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/itemCategories", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanyItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/itemCategories/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": "IMicrosoftGraphJournal", + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals", - "OutputType": "IMicrosoftGraphJournal", + "Command": "Get-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journals/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyJournalAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "Get-MgBetaFinancialCompanyJournalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "Get-MgBetaFinancialCompanyJournalLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyJournalLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyJournalLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/journalLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentMethods", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentMethods/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentTerms", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/paymentTerms/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Command": "Get-MgBetaFinancialCompanyPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "OutputType": "IMicrosoftGraphSalesOrder", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders", - "OutputType": "IMicrosoftGraphSalesOrder", + "Command": "Get-MgBetaFinancialCompanySaleOrder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "OutputType": "IMicrosoftGraphSalesQuote", + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes", - "OutputType": "IMicrosoftGraphSalesQuote", + "Command": "Get-MgBetaFinancialCompanySaleQuote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "OutputType": "IMicrosoftGraphAccount", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxAreas", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "Get-MgBetaFinancialCompanyTaxArea", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxAreas/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyTaxArea", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxGroups", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/taxGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Get-MgBetaFinancialCompanyVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorCurrency", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Get-MgBetaFinancialCompanyVendorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "List" - ] + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", - "OutputType": null, + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100337,20 +100512,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100393,19 +100567,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100424,19 +100598,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/acceptedSenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100455,19 +100629,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSenderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100486,35 +100661,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaGroupAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100541,19 +100715,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100580,35 +100755,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupById", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaGroupById", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100651,35 +100826,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100714,20 +100889,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100746,19 +100920,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupCalendarEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -100785,95 +100960,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendarPermission", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendarPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgBetaGroupCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendarPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermissionCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendarSchedule", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaGroupCalendarSchedule", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupCalendarView", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100908,20 +101083,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100956,19 +101130,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101003,20 +101178,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101051,20 +101226,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101099,19 +101273,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101146,20 +101321,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101194,22 +101371,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101244,34 +101418,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101306,19 +101480,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101353,20 +101528,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101401,240 +101576,239 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupConversationThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101677,34 +101851,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get" - ] + "Uri": "/groups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupCreatedOnBehalfOf", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -101755,20 +101930,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaGroupDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101811,34 +101985,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/delta", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delta" - ] + "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -101889,166 +102063,167 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveBundleContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveBundleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -102099,3182 +102274,3182 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveFollowingContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveFollowingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveFollowingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaGroupDriveItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaGroupDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListCreatedByUser", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveListContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveListItemDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveListOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveListPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveRootDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaGroupDriveRootPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaGroupDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveSpecialContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveSpecialContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105293,20 +105468,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105325,19 +105499,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/endpoints", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105356,20 +105531,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/endpoints/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105404,20 +105579,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105436,78 +105610,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupEventAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEventCalendar", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105526,20 +105701,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -105566,373 +105741,372 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105951,78 +106125,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -106041,255 +106216,257 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupEventInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106308,22 +106485,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106342,19 +106516,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106373,19 +106547,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106404,19 +106578,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get" - ] + "Uri": "/groupLifecyclePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106459,193 +106633,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupMemberAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106688,19 +106862,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106743,110 +106918,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/application/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/device/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/user/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaGroupMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -106929,22 +107106,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaGroupMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -107043,37 +107220,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107108,77 +107282,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107213,358 +107388,358 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107607,20 +107782,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107663,19 +107837,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107718,20 +107893,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107774,22 +107951,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107832,19 +108006,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107887,19 +108061,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107942,35 +108117,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOnenoteOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108005,20 +108180,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108053,34 +108227,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOnenotePageContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108115,20 +108290,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108171,35 +108346,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgBetaGroupOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108234,35 +108409,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOnenoteResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108305,20 +108480,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108361,19 +108535,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108416,20 +108591,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108472,20 +108647,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108528,20 +108703,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108584,22 +108761,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108642,19 +108816,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108689,19 +108863,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108744,193 +108918,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupOwnerAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupOwnerAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupOwnerAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupOwnerAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupOwnerAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupOwnerAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerByRef", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerByRef", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108973,19 +109147,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109028,110 +109203,110 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/application/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/device/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupOwnerCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -109158,35 +109333,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaGroupPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109221,19 +109395,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109268,20 +109443,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109308,22 +109485,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109350,19 +109524,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/photos", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109389,52 +109566,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlanner", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "beta", - "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaGroupPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109485,63 +109659,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanBucket", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgBetaGroupPlannerPlanBucket", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109592,20 +109767,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/planner/plans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109624,64 +109799,63 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/groups/{group-id}/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaGroupPlannerPlanDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaGroupPlannerPlanTask", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupRejectedSender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109700,19 +109874,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/rejectedSenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupRejectedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109731,19 +109905,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupRejectedSenderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109762,20 +109937,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109810,20 +109985,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109858,19 +110032,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109905,8737 +110080,8737 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteActivityByInterval", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupSiteActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaGroupSiteAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "ApiVersion": "beta", - "Module": "Beta.Sites", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupSiteAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteByPath", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteColumn", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Get-MgBetaGroupSiteContentModel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModelByName", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Get-MgBetaGroupSiteContentModelByName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModelCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentModelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeBase", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteCount", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDefaultDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/delta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteDefaultDrive", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "Get-MgBetaGroupSiteDelta", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteDriveCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteDriveCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteExternalColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteExternalColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteExternalColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaGroupSiteExternalColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaGroupSiteGetByPath", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathContentModel", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Get-MgBetaGroupSiteGetByPathColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathContentType", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteGetByPathContentModel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "Get-MgBetaGroupSiteGetByPathContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathOnenote", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgBetaGroupSiteGetByPathItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupSiteGetByPathOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathPage", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgBetaGroupSiteGetByPathOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSiteGetByPathPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "OutputType": "IMicrosoftGraphRecycleBin", + "Command": "Get-MgBetaGroupSiteGetByPathPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetByPathTermStore", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgBetaGroupSiteGetByPathSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgBetaGroupSiteInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgBetaGroupSiteItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItemCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaGroupSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List1" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListActivity", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListCount", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteListCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupSiteListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupSiteListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupSiteListItemActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemActivityListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupSiteListItemDelta", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupSiteListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaGroupSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSiteListOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupSiteListPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenotePageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgBetaGroupSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaGroupSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgBetaGroupSiteOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgBetaGroupSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgBetaGroupSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgBetaGroupSitePageAsSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgBetaGroupSitePageAsSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCountAsSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSitePageCountAsSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSitePageCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePermission", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Module": "Beta.Sites", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSitePermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBin", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "OutputType": "IMicrosoftGraphRecycleBin", + "Command": "Get-MgBetaGroupSitePermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStore", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaGroupSiteTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "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, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List", - "List1" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", - "Permissions": [], + "Variants": [ + "List", + "List1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "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, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSubSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSubSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List2" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupSubSiteCount", - "Permissions": [], + "Variants": [ + "List2" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupSubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgBetaGroupSubSiteCount", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaGroupTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List1" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelCount", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupTeamChannelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelFileFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamChannelMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamChannelMessageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaGroupTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaGroupTeamChannelTabCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupTeamGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaGroupTeamIncomingChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamIncomingChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamIncomingChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgBetaGroupTeamInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamInstalledAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaGroupTeamInstalledAppCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaGroupTeamMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaGroupTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupTeamOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupTeamOwner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/owners/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwnerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamOwner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/owners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaGroupTeamOwnerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaGroupTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPermissionGrantCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaGroupTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "Get-MgBetaGroupTeamSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", + "Command": "Get-MgBetaGroupTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShiftCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgBetaGroupTeamTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTagCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTagMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgBetaGroupTeamTagCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTagMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgBetaGroupTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTagMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/template", - "OutputType": null, + "Command": "Get-MgBetaGroupTeamTagMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTeamTemplateDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/templateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgBetaGroupTeamTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/template", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/templateDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118670,20 +118845,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118718,19 +118892,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118765,20 +118940,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118813,22 +118990,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118863,34 +119037,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118925,19 +119099,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118972,20 +119147,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaGroupThreadPostCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119020,255 +119195,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupThreadPostExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaGroupThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupThreadPostMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupThreadPostMentionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMember", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119311,193 +119485,194 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119540,125 +119715,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119693,77 +119867,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119798,109 +119973,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaGroupUserOwnedObject", "Permissions": [], - "Method": "POST", - "Uri": "/groups/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaGroupUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaIdentityApiConnector", "Permissions": [], - "Method": "GET", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "Module": "Beta.Groups", + "Uri": "/groups/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityApiConnector", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityApiConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityApiConnectorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/apiConnectors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityApiConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "Permissions": [ + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ { "Name": "EventListener.Read.All", "Description": "Read all authentication event listeners", @@ -119918,20 +120093,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -119950,34 +120124,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -119996,209 +120170,209 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120217,19 +120391,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventsFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120248,34 +120422,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120294,19 +120468,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120325,50 +120500,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120387,20 +120562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120419,19 +120593,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120450,19 +120624,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventListeners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120481,20 +120656,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120513,19 +120687,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120544,80 +120718,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/b2cUserFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120636,20 +120811,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120668,19 +120842,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120699,20 +120874,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120731,20 +120906,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120763,19 +120937,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120794,20 +120969,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120826,20 +121001,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120858,20 +121033,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120890,19 +121064,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120921,20 +121096,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120953,20 +121128,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120985,20 +121160,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121017,19 +121191,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121048,20 +121223,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121080,35 +121255,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121127,20 +121302,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121159,34 +121333,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121205,80 +121379,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProvider" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121297,20 +121472,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121329,19 +121503,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121360,20 +121535,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121392,20 +121567,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121424,19 +121598,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121455,20 +121630,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121487,20 +121662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121519,20 +121694,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121551,19 +121725,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121582,20 +121757,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121614,95 +121789,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121721,20 +121896,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121753,19 +121927,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121784,20 +121959,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121816,50 +121991,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121878,19 +122052,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121909,306 +122083,307 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List1" - ] + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get1" - ] + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Permissions": [], + "Variants": [ + "Get1" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List1" - ] + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List1" - ] + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get1" - ] + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "Permissions": [], + "Variants": [ + "Get1" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/templates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122227,20 +122402,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122259,19 +122433,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122290,400 +122464,401 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/customAuthenticationExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122702,20 +122877,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122734,19 +122908,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122765,19 +122939,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122796,20 +122971,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122828,34 +123002,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122874,19 +123048,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122905,20 +123080,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122937,20 +123112,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122969,20 +123144,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123001,19 +123175,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123032,94 +123207,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123138,20 +123313,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123170,19 +123344,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123201,20 +123376,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123233,20 +123408,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123265,19 +123439,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123296,151 +123471,150 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -123459,19 +123633,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/policy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123490,20 +123665,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123522,19 +123696,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123553,19 +123727,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123584,20 +123759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123616,78 +123790,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123706,20 +123881,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123738,20 +123913,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123770,19 +123944,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123801,78 +123975,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123891,20 +124066,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123923,19 +124097,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123954,151 +124128,152 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124117,20 +124292,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124149,19 +124323,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124180,238 +124354,238 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124430,19 +124604,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124461,93 +124636,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124566,20 +124741,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124598,19 +124772,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124629,35 +124804,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124676,19 +124850,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124707,94 +124882,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124813,20 +124988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124845,19 +125019,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124876,94 +125051,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124982,19 +125156,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125013,34 +125187,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125059,19 +125233,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125090,20 +125265,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125122,20 +125297,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125154,19 +125328,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125185,34 +125359,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125231,19 +125405,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125262,109 +125437,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125383,19 +125557,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125414,65 +125589,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125491,19 +125665,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125522,94 +125697,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125628,20 +125803,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125660,19 +125834,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125691,196 +125865,196 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125899,19 +126073,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125930,94 +126105,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126036,19 +126210,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126067,20 +126242,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126099,19 +126273,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126130,138 +126305,138 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126280,20 +126455,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126312,19 +126486,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126343,770 +126518,770 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics", - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagement", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement", - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "Get-MgBetaIdentityGovernancePermissionManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsManagement" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127125,20 +127300,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127157,34 +127331,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127203,63 +127377,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127278,20 +127453,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127310,34 +127484,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127356,93 +127530,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127461,20 +127636,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127493,34 +127667,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127539,93 +127713,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127644,20 +127819,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127676,19 +127850,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127707,63 +127881,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127782,20 +127957,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127814,19 +127988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127845,93 +128019,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127950,20 +128125,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127982,19 +128156,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128013,93 +128187,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128118,20 +128293,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128150,19 +128324,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128181,22 +128358,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128215,34 +128389,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128261,19 +128435,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128292,19 +128466,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128323,22 +128500,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128357,19 +128531,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128388,19 +128562,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128419,20 +128594,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128451,19 +128625,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128482,20 +128657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128514,315 +128689,315 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128841,20 +129016,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128873,19 +129047,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128904,19 +129078,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128935,20 +129110,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128967,19 +129141,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlows", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/userFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128998,20 +129173,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129030,19 +129204,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129061,19 +129235,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/userFlowAttributes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129092,47 +129266,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/userFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtection", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgBetaInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionBitlocker", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/informationProtection/bitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgBetaInformationProtectionBitlocker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/bitlocker", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129151,20 +129326,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129183,19 +129357,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129214,76 +129388,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/informationProtection/dataLossPreventionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129302,20 +129477,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129334,19 +129508,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129365,62 +129539,63 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/policy/labels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", - "Permissions": [], - "Method": "GET", - "Uri": "/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "OutputType": null, + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129439,20 +129614,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129471,19 +129645,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129502,1433 +129676,1434 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/$count", - "OutputType": null, + "Command": "Get-MgBetaInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaInvitationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/invitations/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors/$count", - "OutputType": null, + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations/invitedUserSponsors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessAlert", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/invitations/invitedUserSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/alerts", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Command": "Get-MgBetaNetworkAccessAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/alerts/{alert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessAlertCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/alerts/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessAlertPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/alerts/{alert-id}/policy", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Get-MgBetaNetworkAccessAlertCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Command": "Get-MgBetaNetworkAccessAlertPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/alerts/{alert-id}/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Get-MgBetaNetworkAccessConnectivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/filteringPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "Get-MgBetaNetworkAccessFilteringProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/forwardingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", "Permissions": [], - "Method": "GET", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.NetworkAccess", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfile", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/logs", - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Command": "Get-MgBetaNetworkAccessLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessLogs" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/logs/remoteNetworks", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/logs/remoteNetworks/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/logs/remoteNetworks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogTraffic", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs/remoteNetworks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogTraffic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/logs/traffic", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Command": "Get-MgBetaNetworkAccessLogTraffic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "List" - ] + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessLogTrafficCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/networkAccess/logs/traffic/$count", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessLogTraffic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/logs/traffic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessReport", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/reports", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessLogTrafficCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/logs/traffic/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary", + "Command": "Get-MgBetaNetworkAccessReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", - "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary", + "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary", + "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", - "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport", + "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/settings", - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/settings/conditionalAccess", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Command": "Get-MgBetaNetworkAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/settings/crossTenantAccess", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/settings/conditionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/settings/enrichedAuditLogs", - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/settings/crossTenantAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/settings/forwardingOptions", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Get" - ] + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaNetworkAccessTenantStatus", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/networkAccess/tenantStatus", - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/forwardingOptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/tenantStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -130955,20 +131130,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -130995,19 +131169,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131034,19 +131208,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrantDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131073,188 +131247,175 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/delta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delta" - ] + "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfile", - "Permissions": [], - "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Command": "Get-MgBetaOnPremisePublishingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgBetaOnPremisePublishingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "List", "List1", "List2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -131262,493 +131423,507 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPApplicationSegment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPApplicationSegment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "OutputType": "IMicrosoftGraphConnector", + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "OutputType": "IMicrosoftGraphConnector", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", - "OutputType": "IMicrosoftGraphConnector", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgBetaOnPremisePublishingProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", - "OutputType": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -131783,20 +131958,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -131871,19 +132045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -131934,95 +132109,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBranding" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingCustomCss", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingFavicon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132073,20 +132248,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132137,19 +132311,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132184,20 +132359,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132232,20 +132407,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132296,20 +132471,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132344,20 +132519,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132392,20 +132567,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132440,20 +132615,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132488,20 +132663,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132536,65 +132711,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingSquareLogo", - "Permissions": [], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaOrganizationById", "Permissions": [], - "Method": "POST", - "Uri": "/organization/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaOrganizationById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132613,20 +132788,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132645,19 +132819,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132676,20 +132851,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132764,112 +132938,113 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/organization/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaOrganizationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaOrganizationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtensionCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaOrganizationMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgBetaOrganizationMemberGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaOrganizationMemberObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaOrganizationPartnerInformation", "Permissions": [], - "Method": "GET", - "Uri": "/organization/{organization-id}/partnerInformation", - "OutputType": "IMicrosoftGraphPartnerInformation", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132888,20 +133063,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/settings", - "OutputType": "IMicrosoftGraphOrganizationSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganizationSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132920,20 +133095,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -132952,20 +133127,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132984,20 +133159,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -133016,237 +133191,237 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaOrganizationUserOwnedObject", - "Permissions": [], - "Method": "POST", - "Uri": "/organization/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaOrganizationUserOwnedObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoom", "Permissions": [], - "Method": "GET", - "Uri": "/places/{place-id}/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Module": "Beta.Calendar", + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/room", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgBetaPlaceAsRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/room", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRoom" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomList", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgBetaPlaceAsRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/room", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/roomList", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgBetaPlaceAsRoomList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/roomList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgBetaPlaceAsRoomList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/roomList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgBetaPlaceAsRoomListRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListRoomCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms/$count", - "OutputType": null, + "Command": "Get-MgBetaPlaceAsRoomListRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "OutputType": "IMicrosoftGraphWorkspace", + "Command": "Get-MgBetaPlaceAsRoomListRoomCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/rooms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/workspaces", - "OutputType": "IMicrosoftGraphWorkspace", + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/workspaces/$count", - "OutputType": null, + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/workspaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/$count", - "OutputType": null, + "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/{place-id}/roomList/workspaces/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceCountAsRoom", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/places/room/$count", - "OutputType": null, + "Command": "Get-MgBetaPlaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlaceCountAsRoomList", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/places/roomList/$count", - "OutputType": null, + "Command": "Get-MgBetaPlaceCountAsRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/room/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoomList", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaPlanner", "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/places/roomList/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", + "Command": "Get-MgBetaPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133297,20 +133472,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133361,19 +133535,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerBucketCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133424,19 +133598,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/buckets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerBucketDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133487,19 +133661,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Delta" - ] + "Uri": "/planner/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerBucketTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133550,19 +133724,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133613,20 +133788,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133677,19 +133851,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPlannerPlanBucket", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133740,19 +133914,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133803,19 +133977,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/plans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlanDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133866,19 +134040,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Delta" - ] + "Uri": "/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133929,20 +134104,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerPlanTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133993,19 +134167,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134040,48 +134215,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlannerRoster", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/planner/rosters", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Command": "Get-MgBetaPlannerRoster", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/rosters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlannerRosterCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/planner/rosters/$count", - "OutputType": null, + "Command": "Get-MgBetaPlannerRosterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/rosters/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134116,20 +134291,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134164,19 +134338,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRosterMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134211,35 +134386,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPlannerRosterPlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaPlannerRosterPlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134274,19 +134448,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerRosterPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134321,20 +134496,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134385,20 +134560,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134449,19 +134623,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134512,20 +134687,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134576,20 +134751,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134640,19 +134814,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134671,19 +134845,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/planner/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Delta" - ] + "Uri": "/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134734,20 +134909,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134798,20 +134973,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134830,19 +135004,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/accessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134869,20 +135044,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134909,63 +135083,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134992,19 +135166,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135039,19 +135213,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135078,20 +135253,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135118,34 +135292,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -135180,19 +135354,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -135227,20 +135402,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135267,19 +135441,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135298,76 +135472,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135394,20 +135569,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135434,63 +135608,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135517,34 +135691,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authenticationStrengthPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135563,19 +135737,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135594,77 +135768,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authorizationPolicy/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authorizationPolicy/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135691,20 +135866,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135731,34 +135905,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135801,19 +135975,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135856,20 +136031,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135896,33 +136070,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/conditionalAccessPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/conditionalAccessPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135941,19 +136115,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135972,19 +136146,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136003,20 +136178,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136035,19 +136209,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136066,19 +136240,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136097,20 +136272,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -136129,47 +136303,47 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": "IMicrosoftGraphPolicyTemplate", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136196,19 +136370,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -136235,33 +136409,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/deviceRegistrationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136280,119 +136454,120 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/externalIdentitiesPolicy", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136419,20 +136594,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136459,34 +136633,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136529,19 +136703,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136584,20 +136759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136624,33 +136798,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136669,20 +136844,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136701,19 +136875,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileAppManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136732,19 +136906,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/mobileAppManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136763,19 +136937,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136794,19 +136968,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136825,49 +137000,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136886,20 +137061,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136918,19 +137092,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136949,19 +137123,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136980,19 +137154,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137011,19 +137185,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137042,49 +137217,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137103,20 +137278,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137135,19 +137309,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137166,34 +137340,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/permissionGrantPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137212,19 +137386,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137243,35 +137418,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137290,19 +137464,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137321,63 +137496,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/permissionGrantPreApprovalPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPreApprovalPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/permissionGrantPreApprovalPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/permissionGrantPreApprovalPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137420,20 +137595,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137476,19 +137650,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137531,20 +137706,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137587,19 +137761,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137642,34 +137816,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/roleManagementPolicyAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137712,34 +137886,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/roleManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137782,19 +137956,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137837,20 +138012,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137893,20 +138068,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137949,19 +138123,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138004,151 +138179,151 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "OutputType": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138175,20 +138350,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138215,34 +138389,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138285,19 +138459,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138340,20 +138515,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138380,19 +138554,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138419,20 +138594,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138459,34 +138633,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138529,19 +138703,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138584,20 +138759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138624,33 +138798,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrint", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Get-MgBetaPrint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138669,20 +138844,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138701,19 +138875,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/connectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrintConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138732,19 +138906,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/connectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -138771,48 +138946,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Get-MgBetaPrintOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintOperationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -138863,20 +139038,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -138903,19 +139077,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterCapability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -138942,35 +139117,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/getCapabilities", - "OutputType": "IMicrosoftGraphPrinterCapabilities", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/getCapabilities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterCapabilities" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterConnector", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Get-MgBetaPrintPrinterConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138989,19 +139163,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/connectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139020,20 +139195,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/connectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139060,19 +139234,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/printers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139139,20 +139314,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139219,19 +139393,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139298,20 +139473,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -139346,34 +139521,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobDocument", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintPrinterJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -139408,115 +139583,101 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobDocumentCount", - "Permissions": [], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintPrinterJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintPrinterJobTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShare", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { "Variants": [ "Get", "Get1", @@ -139524,186 +139685,201 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShare", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Get-MgBetaPrintPrinterShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaPrintPrinterShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139730,213 +139906,212 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/shares/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJob", - "Permissions": [], - "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Get-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintPrinterShareJobCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintPrinterShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterSharePrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printerShares/{printerShare-id}/printer", - "OutputType": "IMicrosoftGraphPrinter", + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterSharePrinter", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139963,20 +140138,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140003,19 +140177,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140042,35 +140217,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140241,20 +140416,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintService" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140425,19 +140599,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/services", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintService" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrintServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140608,19 +140782,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/services/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140791,20 +140966,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140975,19 +141149,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141158,20 +141333,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141198,20 +141373,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141238,19 +141412,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141269,19 +141443,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141300,19 +141474,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141331,49 +141506,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141392,19 +141566,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141423,19 +141597,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141454,64 +141629,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141538,19 +141712,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/shares/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141617,20 +141792,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141697,19 +141871,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintShareJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141776,153 +141951,153 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobDocument", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobDocument", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobDocumentContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Get-MgBetaPrintShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobDocumentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintShareJobDocumentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintShareJobTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintShareJobTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgBetaPrintShareJobTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrintSharePrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -141949,124 +142124,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/printer", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinitionTask", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintTaskDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintTaskDefinitionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaPrintTaskDefinitionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142085,20 +142260,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142117,195 +142291,195 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "Permissions": [], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142324,34 +142498,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Get" - ] + "Uri": "/privacy/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "Permissions": [], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142370,19 +142544,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142401,1159 +142576,1158 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccess", - "Permissions": [], - "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccess", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Command": "Get-MgBetaPrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResource", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceParent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessResourceParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "Get-MgBetaPrivilegedApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedApproval/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/privilegedApproval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRequest", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/request", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgBetaPrivilegedApprovalRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedOperationEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedOperationEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedOperationEvents", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "Get-MgBetaPrivilegedOperationEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedOperationEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedOperationEvents/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedOperationEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/privilegedOperationEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRole", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgBetaPrivilegedOperationEventCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedOperationEvents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoles", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgBetaPrivilegedRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -143572,19 +143746,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedRoleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -143603,288 +143777,288 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/privilegedRoleAssignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Permissions": [], - "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoles/$count", - "OutputType": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaPrivilegedRoleSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Get-MgBetaPrivilegedRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaProgram", - "Permissions": [], + ], "Method": "GET", - "Uri": "/programs/{program-id}", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Get-MgBetaPrivilegedRoleSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programs/{program-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143903,25 +144077,12 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Identity.Governance", "Uri": "/programs", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaProgramControl", - "Permissions": [], - "Method": "GET", - "Uri": "/programControls/{programControl-id}", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", @@ -143929,12 +144090,27 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControl" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List", + "List1", + "List2" + ], + "Method": "GET", "Command": "Get-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143953,21 +144129,23 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/programControls", - "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List", - "List1", - "List2" - ] + "Uri": "/programControls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControl" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "Get2", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaProgramControlCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143986,55 +144164,51 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/programControls/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "Get1", - "Get2", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/programControls/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaProgramControlProgram", - "Permissions": [], - "Method": "GET", - "Uri": "/programControls/{programControl-id}/program", - "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaProgramControlType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/programControlTypes/{programControlType-id}", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "Get-MgBetaProgramControlProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144053,19 +144227,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/programControlTypes", - "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/programControlTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaProgramControlTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144084,19 +144258,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/programControlTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/programControlTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaProgramCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144115,161 +144289,162 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/programs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/programs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", - "ApiVersion": "beta", - "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/appCredentialSignInActivities", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/appCredentialSignInActivities/$count", - "OutputType": null, + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/appCredentialSignInActivities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/appCredentialSignInActivities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/applicationSignInDetailedSummary", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/applicationSignInDetailedSummary/$count", - "OutputType": null, + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/applicationSignInDetailedSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/applicationSignInDetailedSummary/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAttackSimulationUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportAuthenticationMethod", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/authenticationMethods", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/authenticationMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144288,20 +144463,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144320,19 +144494,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144351,3213 +144525,3214 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", - "Permissions": [], - "Method": "GET", - "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "OutputType": "IMicrosoftGraphApplicationSignInSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportBrowserDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportBrowserUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportBrowserDistributionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportBrowserUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportBrowserUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportCredentialUsageSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Command": "Get-MgBetaReportBrowserUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportCredentialUserRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getCredentialUserRegistrationCount", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Command": "Get-MgBetaReportCredentialUsageSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUsageSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getCredentialUserRegistrationCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/credentialUserRegistrationDetails", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/credentialUserRegistrationDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/credentialUserRegistrationDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "OutputType": "IMicrosoftGraphPrintUsage", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/credentialUserRegistrationDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsage", - "OutputType": "IMicrosoftGraphPrintUsage", + "Command": "Get-MgBetaReportDailyPrintUsage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/dailyPrintUsage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/$count", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageByUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsage/$count", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/dailyPrintUsage/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageSummariesByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/deviceConfigurationDeviceActivity", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Device" - ] + "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", - "Permissions": [], + "Variants": [ + "Device" + ], "Method": "GET", - "Uri": "/reports/deviceConfigurationUserActivity", - "OutputType": null, + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Device" - ] + "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailActivityCount", - "Permissions": [], + "Variants": [ + "Device" + ], "Method": "GET", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/deviceConfigurationUserActivity", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportEmailActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportEmailActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportEmailActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailAppUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailAppUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportEmailAppUsageUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportFormUserActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportFormUserActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportFormUserActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportFormUserActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportFormUserActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportGroupArchivedPrintJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportFormUserActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportM365AppPlatformUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportGroupArchivedPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportM365AppUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppPlatformUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportM365AppUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMailboxUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMailboxUsageMailboxCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportMailboxUsageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMailboxUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "OutputType": null, + "Command": "Get-MgBetaReportMailboxUsageStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Detail", "DetailViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "OutputType": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Managed", "ManagedViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "OutputType": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Detail", "Detail1", "DetailViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "OutputType": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Managed" - ] + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", - "Permissions": [], + "Variants": [ + "Managed" + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "OutputType": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Top", "Top1", "TopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/$count", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageByUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ActivationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationCounts", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ActivationUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserCounts", - "OutputType": null, + "Command": "Get-MgBetaReportOffice365ActivationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOffice365ActivationCounts", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ActivationUserDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserDetail", - "OutputType": null, + "Command": "Get-MgBetaReportOffice365ActivationUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ActiveUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ActiveUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Command": "Get-MgBetaReportOffice365ActiveUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365GroupActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365GroupActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Command": "Get-MgBetaReportOffice365GroupActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365GroupActivityStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOffice365ServiceUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveActivityFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportOffice365ServiceUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveActivityFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveUsageAccountCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveUsageFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportOneDriveUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportOneDriveUsageFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners", - "OutputType": "IMicrosoftGraphPartners", + "Command": "Get-MgBetaReportOneDriveUsageStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBilling", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Command": "Get-MgBetaReportPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartners" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingManifest", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgBetaReportPartnerBilling", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgBetaReportPartnerBillingManifest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingManifestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests/$count", - "OutputType": null, + "Command": "Get-MgBetaReportPartnerBillingManifest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgBetaReportPartnerBillingManifestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/manifests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners/billing/operations", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgBetaReportPartnerBillingOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/partners/billing/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaReportPartnerBillingOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingReconciliation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Command": "Get-MgBetaReportPartnerBillingOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Get-MgBetaReportPartnerBillingReconciliation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingUsage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingUsageBilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Get-MgBetaReportPartnerBillingUsage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Get-MgBetaReportPartnerBillingUsageBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportPrinterArchivedPrintJob", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSecurity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/security", - "OutputType": null, + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgBetaReportSecurity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/serviceActivity", - "OutputType": null, + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/servicePrincipalSignInActivities", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/servicePrincipalSignInActivities/$count", - "OutputType": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/servicePrincipalSignInActivities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointActivityFileCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/servicePrincipalSignInActivities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointActivityPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointActivityFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointActivityPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointSiteUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointSiteUsagePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointSiteUsagePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSharePointSiteUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportSla", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/sla", - "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportSlaAzureAdAuthentication", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/sla/azureADAuthentication", - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Command": "Get-MgBetaReportSla", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/sla", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamActivityCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAzureAdAuthentication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportTeamActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamActivityDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamActivityDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamActivityDistributionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityTotalCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportTeamUserActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportTeamUserActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserArchivedPrintJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Command": "Get-MgBetaReportUserArchivedPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userCredentialUsageDetails", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userCredentialUsageDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userCredentialUsageDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsight", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights", - "OutputType": "IMicrosoftGraphUserInsightsRoot", + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userCredentialUsageDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDaily", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily", - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Command": "Get-MgBetaReportUserInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInsightsRoot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightDaily", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/activeUsers", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/activeUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/activeUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/activeUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/authentications", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/authentications/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/authentications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/authentications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsers", - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/inactiveUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/inactiveUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/inactiveUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/mfaCompletions", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/mfaCompletions/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/mfaCompletions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/mfaCompletions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/signUps", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightDailySignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySignUpCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/signUps/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailySignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/signUps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySummary", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", - "OutputType": "IMicrosoftGraphInsightSummary", + "Command": "Get-MgBetaReportUserInsightDailySignUpCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/signUps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/summary", - "OutputType": "IMicrosoftGraphInsightSummary", + "Command": "Get-MgBetaReportUserInsightDailySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailySummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/summary/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", - "OutputType": "IMicrosoftGraphUserCountMetric", + "Command": "Get-MgBetaReportUserInsightDailySummaryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily/summary/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/daily/userCount", - "OutputType": "IMicrosoftGraphUserCountMetric", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserCountMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthly", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly", - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/daily/userCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserCountMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightMonthly", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/activeUsers", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/activeUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/activeUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/activeUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/authentications", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/authentications/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/authentications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/authentications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsers", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/inactiveUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/mfaCompletions", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/mfaCompletions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/requests", - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRequestsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/requests/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/requests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRequestsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/requests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/signUps", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/signUps/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/signUps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", - "OutputType": "IMicrosoftGraphInsightSummary", + "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/signUps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/summary", - "OutputType": "IMicrosoftGraphInsightSummary", + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/userInsights/monthly/summary/$count", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/userInsights/monthly/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerActivityCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly/summary/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportYammerActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportYammerActivityUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportYammerActivityUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerGroupActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerGroupActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "OutputType": null, + "Command": "Get-MgBetaReportYammerGroupActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgBetaReportYammerGroupActivityDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgBetaRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRiskDetectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections/$count", - "OutputType": null, + "Command": "Get-MgBetaRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRiskDetectionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskDetections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147576,20 +147751,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147608,19 +147782,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147639,34 +147813,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/riskyServicePrincipals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "Permissions": [], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147685,19 +147859,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147716,63 +147891,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRiskyUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgBetaRiskyUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaRiskyUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgBetaRiskyUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRiskyUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaRiskyUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/riskyUsers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147791,20 +147966,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147823,19 +147997,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRiskyUserHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147854,20 +148029,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -147902,150 +148076,151 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPc", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/cloudPC", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148080,20 +148255,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148128,63 +148302,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148219,122 +148393,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148441,20 +148616,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148561,19 +148735,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148680,48 +148854,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -148756,136 +148930,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148920,20 +149095,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148968,63 +149142,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149059,122 +149233,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149281,20 +149456,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149401,19 +149575,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149520,62 +149694,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectory", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgBetaRoleManagementDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149602,20 +149777,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149642,19 +149816,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149681,19 +149855,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149720,20 +149895,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149760,34 +149934,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149814,35 +149989,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149885,20 +150060,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149941,121 +150115,121 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150098,65 +150272,74 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150188,31 +150371,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150244,60 +150426,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150329,45 +150511,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150399,31 +150582,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150455,60 +150637,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -150540,98 +150722,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "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", @@ -150655,22 +150822,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150705,49 +150879,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150782,94 +150956,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150912,20 +151087,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150968,19 +151142,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151023,64 +151197,73 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151112,31 +151295,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151168,45 +151350,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151238,45 +151420,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151308,31 +151491,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151364,45 +151546,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151434,98 +151616,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "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", @@ -151550,6 +151717,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", @@ -151559,20 +151734,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151615,34 +151789,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151685,109 +151859,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151822,34 +151996,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151884,1439 +152058,1440 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/enterpriseApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementEntitlementManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153375,20 +153550,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153447,121 +153621,121 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153620,433 +153794,434 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154153,20 +154328,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154273,19 +154447,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154392,504 +154566,505 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchange", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/exchange", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Command": "Get-MgBetaRoleManagementExchange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154916,20 +155091,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "OutputType": "IMicrosoftGraphCustomAppScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154956,19 +155130,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/customAppScopes", - "OutputType": "IMicrosoftGraphCustomAppScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/customAppScopes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154995,136 +155169,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/customAppScopes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange/customAppScopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155167,20 +155342,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155223,34 +155397,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155293,64 +155467,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155409,20 +155584,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155481,19 +155655,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155552,151 +155726,152 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", - "OutputType": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155715,20 +155890,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155747,19 +155921,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", - "Variants": [ - "List" - ] + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSchemaExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155778,19 +155952,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", - "Variants": [ - "Get" - ] + "Uri": "/schemaExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155809,20 +155984,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155841,19 +156015,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/search/acronyms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSearchAcronymCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155872,19 +156046,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/search/acronyms/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155903,20 +156078,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155935,19 +156109,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/search/bookmarks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSearchBookmarkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155966,33 +156140,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/search/bookmarks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSearchEntity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Get-MgBetaSearchEntity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/search", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156011,20 +156186,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156043,19 +156217,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "List" - ] + "Uri": "/search/qnas", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSearchQnaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156074,19 +156248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Get" - ] + "Uri": "/search/qnas/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156105,20 +156280,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/securityActions/{securityAction-id}", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156137,19 +156311,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/securityActions", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/securityActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156168,19 +156342,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/securityActions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/securityActions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156199,20 +156374,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156231,19 +156405,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/alerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156262,19 +156436,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156293,20 +156468,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156325,19 +156499,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/alerts_v2", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get1" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2Count", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156356,603 +156530,604 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get1" - ] + "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulation", - "Permissions": [], - "Method": "GET", - "Uri": "/security/attackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "Get-MgBetaSecurityAttackSimulation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgBetaSecurityAttackSimulation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulations/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgBetaSecurityAttackSimulationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLandingPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLoginPage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/loginPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPayload" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/payloads/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTraining" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainingCampaigns", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainingCampaigns/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/trainingCampaigns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/trainingCampaigns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAuditLog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/auditLog", - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157011,20 +157186,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157083,19 +157257,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/auditLog/queries", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/auditLog/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157154,34 +157328,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/auditLog/queries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/auditLog/queries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "Permissions": [], - "Method": "GET", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157240,19 +157414,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157311,34 +157486,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCase", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Command": "Get-MgBetaSecurityCase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157357,20 +157532,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157389,19 +157563,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157420,19 +157594,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/cases/ediscoveryCases/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157451,20 +157626,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157483,19 +157657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157514,20 +157689,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157546,35 +157721,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157593,19 +157767,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157624,50 +157799,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157686,19 +157860,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157717,79 +157892,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157808,19 +157982,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157839,20 +158014,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157871,20 +158046,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157903,19 +158077,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157934,94 +158109,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158040,19 +158214,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158071,20 +158246,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158103,79 +158278,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158194,19 +158368,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158225,20 +158400,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158257,20 +158432,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158289,19 +158463,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158320,20 +158495,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158352,20 +158527,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158384,34 +158558,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158430,20 +158605,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158462,35 +158637,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158509,49 +158684,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158570,20 +158745,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158602,19 +158776,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158633,20 +158808,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158665,20 +158840,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158697,78 +158871,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158787,64 +158962,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158863,64 +159038,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158939,20 +159114,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158971,20 +159146,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159003,63 +159177,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159078,92 +159253,92 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cloudAppSecurityProfiles", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/cloudAppSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/cloudAppSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/cloudAppSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityCollaboration", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/collaboration", - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Command": "Get-MgBetaSecurityCollaboration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159182,20 +159357,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159214,19 +159388,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/collaboration/analyzedEmails", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/collaboration/analyzedEmails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159245,320 +159419,321 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/collaboration/analyzedEmails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/collaboration/analyzedEmails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "Permissions": [], - "Method": "GET", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/domainSecurityProfiles", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/domainSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/domainSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/domainSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/fileSecurityProfiles", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Command": "Get-MgBetaSecurityFileSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityFileSecurityProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/fileSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityFileSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/fileSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/fileSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/hostSecurityProfiles", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Command": "Get-MgBetaSecurityHostSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityHostSecurityProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/hostSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityHostSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/hostSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/hostSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/identities/healthIssues", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/identities/healthIssues/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensor", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/sensors/{sensor-id}", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/healthIssues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/identities/sensors", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Command": "Get-MgBetaSecurityIdentitySensor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/identities/sensors/{sensor-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/identities/sensors/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIdentitySensor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/identities/sensors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/sensors/getDeploymentAccessKey", - "OutputType": null, + "Command": "Get-MgBetaSecurityIdentitySensorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/identities/sensors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/sensors/getDeploymentPackageUri", - "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/identities/sensors/getDeploymentAccessKey", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/sensors/getDeploymentPackageUri", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159577,20 +159752,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159609,78 +159783,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/incidents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIncidentAlert", - "Permissions": [], - "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIncidentAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Get-MgBetaSecurityIncidentAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIncidentAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/incidents/{incident-id}/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIncidentAlertCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/incidents/{incident-id}/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityIncidentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159699,33 +159873,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/incidents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityInformationProtection", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Get-MgBetaSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159744,19 +159918,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159775,20 +159950,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159807,19 +159981,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159838,365 +160012,366 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], - "Method": "GET", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/ipSecurityProfiles", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "Get-MgBetaSecurityIPSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityIPSecurityProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/ipSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityIPSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/ipSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabel", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/ipSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelAuthority", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgBetaSecurityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelAuthority", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/authorities", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgBetaSecurityLabelAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelAuthorityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/authorities/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/authorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgBetaSecurityLabelAuthorityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/authorities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/categories", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/categories/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/categories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/citations", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgBetaSecurityLabelCitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelCitationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/citations/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/citations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelDepartment", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgBetaSecurityLabelCitationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/citations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelDepartment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/departments", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgBetaSecurityLabelDepartment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelDepartmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/departments/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelDepartment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/departments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgBetaSecurityLabelDepartmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/departments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionEventType", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/filePlanReferences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160215,20 +160390,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160247,19 +160421,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160278,167 +160452,168 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", - "Permissions": [], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityPartner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/partner", - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityPartner", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/partner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerSecurity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160457,20 +160632,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160489,19 +160663,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/partner/securityAlerts", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/partner/securityAlerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160520,76 +160694,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/partner/securityAlerts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/partner/securityAlerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/providerTenantSettings", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "Get-MgBetaSecurityProviderTenantSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityProviderTenantSettingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/providerTenantSettings/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityProviderTenantSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/providerTenantSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/rules", - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/providerTenantSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityRule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/rules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRulesRoot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160608,20 +160783,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160640,19 +160814,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/rules/detectionRules", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/rules/detectionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160671,19 +160845,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/rules/detectionRules/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/rules/detectionRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160702,20 +160877,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160734,19 +160908,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/secureScores", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScore" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160765,20 +160940,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160797,19 +160971,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160828,19 +161002,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/secureScoreControlProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160859,19 +161033,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/secureScores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -160890,20 +161065,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -160922,195 +161096,195 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "Permissions": [], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161129,19 +161303,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161160,50 +161335,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161222,19 +161396,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161253,677 +161428,663 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", - "Permissions": [], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostReputation" + }, + { "Variants": [ "Get", "Get1", @@ -161931,848 +162092,862 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/subdomains/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityThreatSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatSubmission", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162807,20 +162982,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162855,19 +163029,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreats", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatSubmission/emailThreats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162902,19 +163076,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreats/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatSubmission/emailThreats/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162957,20 +163132,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163013,19 +163187,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163068,19 +163242,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163115,20 +163290,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163163,19 +163337,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/fileThreats", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatSubmission/fileThreats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163210,19 +163384,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/fileThreats/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatSubmission/fileThreats/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163257,20 +163432,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163305,19 +163479,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/urlThreats", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatSubmission/urlThreats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163352,108 +163526,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/threatSubmission/urlThreats/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatSubmission/urlThreats/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTiIndicator", - "Permissions": [], - "Method": "GET", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTiIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/tiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Get-MgBetaSecurityTiIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTiIndicatorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/tiIndicators/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityTiIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/tiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTrigger", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Command": "Get-MgBetaSecurityTiIndicatorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/tiIndicators/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "Permissions": [ - { - "Name": "RecordsManagement.Read.All", - "Description": "Read Records Management configuration, labels and policies", - "FullDescription": "Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "RecordsManagement.ReadWrite.All", - "Description": "Read and write Records Management configuration, labels and policies", - "FullDescription": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get" ], "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "Get-MgBetaSecurityTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163472,19 +163615,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163503,19 +163646,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163534,34 +163677,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/triggers/retentionEvents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "ApiVersion": "beta", - "Module": "Beta.Security", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163580,20 +163709,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Module": "Beta.Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163612,19 +163755,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163643,309 +163786,341 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "RecordsManagement.Read.All", + "Description": "Read Records Management configuration, labels and policies", + "FullDescription": "Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "RecordsManagement.ReadWrite.All", + "Description": "Read and write Records Management configuration, labels and policies", + "FullDescription": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Security", + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/userSecurityProfiles", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "Get-MgBetaSecurityUserSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSecurityUserSecurityProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/userSecurityProfiles/$count", - "OutputType": null, + "Command": "Get-MgBetaSecurityUserSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Get" - ] + "Uri": "/security/userSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/userSecurityProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "Get" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/$count", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "Get" - ] + "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgBetaServiceAnnouncementIssueCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgBetaServiceAnnouncementMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgBetaServiceAnnouncementMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServiceAnnouncementMessageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -163988,20 +164163,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164044,78 +164218,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164158,19 +164332,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164213,35 +164388,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164284,19 +164458,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164339,20 +164514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164395,35 +164570,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalById", - "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalById", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164466,19 +164640,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164521,19 +164695,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164576,20 +164751,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -164608,20 +164783,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomClaimsPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164664,34 +164838,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get" - ] + "Uri": "/servicePrincipals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalCreatedObject", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164734,48 +164908,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164818,50 +164993,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164888,19 +165062,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164927,20 +165102,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164983,63 +165157,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/delta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delta" - ] + "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaServicePrincipalEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalEndpointCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165082,19 +165256,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165137,19 +165311,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165192,79 +165367,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165347,22 +165524,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165461,37 +165638,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165534,106 +165708,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165676,80 +165851,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165776,19 +165950,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165815,35 +165990,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalOwnedObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165886,135 +166060,136 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166057,80 +166232,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166173,106 +166347,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166315,19 +166489,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166370,65 +166545,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166463,66 +166640,64 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166573,20 +166748,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166637,107 +166812,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronization", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166756,22 +166933,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166798,20 +166973,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166838,49 +167012,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166907,20 +167082,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -166963,79 +167138,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167062,20 +167237,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167102,19 +167276,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167141,20 +167316,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167181,123 +167356,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -167340,19 +167514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -167395,35 +167570,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -167458,106 +167632,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -167592,80 +167767,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaServicePrincipalUserOwnedObject", "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -167700,151 +167874,152 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/settings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/settings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareContentTypeBase", - "Permissions": [], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaShareContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/$count", - "OutputType": null, + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareCreatedByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaShareCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaShareCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaShareDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -167871,20 +168046,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaShareDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -167935,20 +168110,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -167999,1198 +168174,1198 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItem", - "Permissions": [], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaShareItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaShareItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaShareItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaShareItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaShareItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaShareItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaShareLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaShareList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaShareListContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaShareListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaShareListContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaShareListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaShareListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaShareListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaShareListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaShareListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaShareListItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaShareListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaShareListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaShareListItemDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaShareListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaShareListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaShareListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaShareListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaShareListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemPermissionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaShareListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaShareListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaShareListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaShareListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaShareListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaShareListOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaShareListPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSharePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaShareListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaSharePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": null, + "Command": "Get-MgBetaShareRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareRootContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "OutputType": null, + "Command": "Get-MgBetaShareRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaShareRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -169217,49 +169392,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/shares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaShareSite", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaShareSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169278,20 +169453,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169310,34 +169484,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteActivityByInterval", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169388,153 +169563,153 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "ApiVersion": "beta", - "Module": "Beta.Sites", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169585,20 +169760,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169649,20 +169824,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteApplicableContentTypeForList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169697,35 +169872,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSiteByPath", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169760,20 +169935,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169808,19 +169982,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169855,35 +170030,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentModelAppliedDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169910,20 +170085,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", - "OutputType": "IMicrosoftGraphContentModelUsage", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentModelByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169950,35 +170125,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", - "OutputType": "IMicrosoftGraphContentModel", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentModelUsage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170013,20 +170188,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170061,85 +170235,86 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeBase", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170174,20 +170349,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170222,19 +170396,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170269,123 +170444,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnLink", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -170404,20 +170579,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170452,20 +170627,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170484,19 +170658,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get1" - ] + "Uri": "/sites/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170547,20 +170722,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaSiteDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170579,34 +170753,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/delta", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Delta" - ] + "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170657,19 +170831,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170720,398 +170895,398 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteExternalColumn", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteExternalColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteExternalColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteExternalColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaSiteExternalColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathAnalytic", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaSiteGetByPath", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathContentType", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteGetByPathColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathDrive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaSiteGetByPathContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaSiteGetByPathDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathExternalColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteGetByPathDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathOnenote", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgBetaSiteGetByPathExternalColumn", "ApiVersion": "beta", - "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathOperation", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathPage", "Permissions": [], + "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgBetaSiteGetByPathOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathPermission", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaSiteGetByPathPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSiteGetByPathPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetByPathTermStore", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgBetaSiteGetByPathSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSiteItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSiteLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171130,20 +171305,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171162,19 +171336,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List1" - ] + "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -171225,19 +171399,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171272,20 +171447,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171320,19 +171494,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171367,35 +171542,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171430,20 +171605,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171478,19 +171652,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171525,20 +171700,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171573,19 +171747,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171620,123 +171795,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -171755,20 +171930,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171803,20 +171978,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171835,94 +172010,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSiteListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaSiteListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171949,20 +172124,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171981,34 +172155,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172059,34 +172233,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteListItemActivityByInterval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172137,80 +172312,80 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivityDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaSiteListItemActivityDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemActivityListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaSiteListItemActivityListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172261,79 +172436,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSiteListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172352,22 +172529,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172410,20 +172585,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172466,19 +172640,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172521,35 +172696,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172600,65 +172775,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172693,20 +172868,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172741,19 +172915,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172788,20 +172963,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172820,20 +172995,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172852,19 +173026,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172883,35 +173058,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172946,20 +173121,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172994,19 +173168,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173041,20 +173216,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173089,20 +173264,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173137,19 +173311,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173184,64 +173359,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListSubscription", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteListSubscriptionCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173284,20 +173459,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173340,19 +173514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173395,20 +173570,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173451,22 +173628,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173509,19 +173683,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173564,19 +173738,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173619,35 +173794,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenoteOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173682,20 +173857,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteOnenotePage", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173730,34 +173904,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteOnenotePageContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173792,35 +173967,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgBetaSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173855,35 +174030,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenoteResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173926,20 +174101,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173982,19 +174156,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174037,20 +174212,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174093,20 +174268,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174149,20 +174324,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174205,22 +174382,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174263,19 +174437,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -174310,19 +174484,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174357,20 +174532,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174405,19 +174579,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174452,20 +174627,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174484,20 +174659,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174516,34 +174690,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePage", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174562,387 +174736,388 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/sitePage", - "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSitePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174961,20 +175136,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSitePageCountAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174993,227 +175168,227 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSitePageCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaSitePageLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSitePermission", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSitePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSitePermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSitePermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -175256,20 +175431,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175288,20 +175463,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175320,20 +175495,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175352,19 +175526,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175383,35 +175558,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175430,185 +175604,186 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175627,124 +175802,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175763,301 +175938,301 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176076,51 +176251,51 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSet", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176139,794 +176314,793 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List", - "List1" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildCount", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgBetaSiteTermStoreSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176945,19 +177119,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176976,65 +177151,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177053,49 +177228,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTerm", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177114,19 +177288,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177145,154 +177320,153 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgBetaSiteTermStoreSetTermCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177311,19 +177485,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177342,1281 +177517,1340 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSiteTermStoreSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetTermSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestore", - "Permissions": [], - "Method": "GET", - "Uri": "/solutions/backupRestore", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", - "ApiVersion": "beta", - "Module": "Beta.BackupRestore", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBackupRestoreRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveInclusionRules", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/driveInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveProtectionUnits", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestorePoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestorePoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restorePoints", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Get-MgBetaSolutionBackupRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestorePointCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restorePoints/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/restorePoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Command": "Get-MgBetaSolutionBackupRestorePointCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionUnitBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionPolicies", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionUnits", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/protectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/protectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/protectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/serviceApps", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/serviceApps/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/serviceApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSession", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restoreSessions", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Get-MgBetaSolutionBackupRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/restoreSessions/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/restoreSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteInclusionRules", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteInclusionRules/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Get" - ] + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteProtectionUnits", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "List" - ] + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178651,20 +178885,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178699,19 +178932,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "List" - ] + "Uri": "/solutions/businessScenarios", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178746,20 +178980,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178794,19 +179027,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Get" - ] + "Uri": "/solutions/businessScenarios/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178841,20 +179075,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178889,20 +179123,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178937,20 +179171,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178985,19 +179218,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "List" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179032,20 +179266,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179064,20 +179298,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179096,49 +179329,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "List" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179173,20 +179407,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179205,50 +179439,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -179283,20 +179517,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -179331,63 +179564,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSubscription", - "Permissions": [], - "Method": "GET", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Module": "Beta.ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ChangeNotifications", - "Variants": [ - "List" - ] + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaSubSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSubscription", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ChangeNotifications", + "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaSubSite", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List2" + ], + "Method": "GET", "Command": "Get-MgBetaSubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -179406,19 +179639,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List2" - ] + "Uri": "/sites/{site-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaSubSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -179437,20 +179671,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -179525,20 +179759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -179565,19 +179798,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179652,20 +179886,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get1", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179740,19 +179973,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List1" - ] + "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179827,20 +180061,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -179915,50 +180149,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgBetaTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Get-MgBetaTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179993,20 +180227,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -180033,19 +180266,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -180072,20 +180306,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180120,22 +180356,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180170,19 +180403,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180217,20 +180451,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180265,20 +180499,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180313,22 +180549,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180363,19 +180596,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180410,20 +180644,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180458,20 +180692,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180506,19 +180787,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelMessageReplyCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180553,20 +180835,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180601,70 +180885,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "List" ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", - "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180699,19 +180932,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180746,35 +180980,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelRetainedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamChannelRetainedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180793,22 +181029,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180827,34 +181060,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180873,19 +181106,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180904,20 +181138,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180936,20 +181170,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181048,20 +181282,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181160,19 +181393,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181271,35 +181505,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaTeamChannelTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -181326,63 +181559,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamGroupServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181409,19 +181642,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/incomingChannels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamIncomingChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181448,20 +181682,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/incomingChannels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -181616,20 +181850,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -181776,19 +182009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -181935,50 +182169,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaTeamInstalledAppTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182005,20 +182239,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182045,19 +182278,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182084,20 +182318,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -182172,166 +182405,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/getOpenShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/getOpenShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaTeamOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaTeamOwner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/owners/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwnerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamOwner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/owners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwnerMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaTeamOwnerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaTeamOwnerMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182422,19 +182655,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182525,50 +182759,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgBetaTeamPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgBetaTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -182611,468 +182845,468 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183107,20 +183341,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183139,20 +183373,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183171,19 +183404,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/dayNotes", - "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/dayNotes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183202,20 +183436,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/dayNotes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/dayNotes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183250,20 +183484,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183282,19 +183515,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183313,20 +183547,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183361,20 +183595,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183409,19 +183642,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183456,20 +183690,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183504,19 +183737,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183551,20 +183785,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183599,20 +183833,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183647,20 +183881,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183695,19 +183928,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183742,20 +183976,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -183790,20 +184024,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183838,19 +184071,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183885,20 +184119,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183925,20 +184159,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183965,19 +184198,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184004,35 +184238,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184067,19 +184300,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184114,20 +184348,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184146,20 +184380,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184178,19 +184411,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timeCards", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184209,20 +184443,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeCards/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184257,20 +184491,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184305,19 +184538,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184352,20 +184586,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184400,20 +184634,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184448,19 +184681,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184495,20 +184729,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184543,20 +184777,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184591,19 +184824,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184638,20 +184872,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -184726,19 +184959,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/getShifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/getShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184773,20 +185007,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184821,19 +185054,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184868,20 +185102,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184916,20 +185150,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184964,19 +185197,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTagMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185011,50 +185245,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/template", - "OutputType": null, + "Command": "Get-MgBetaTeamTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/template", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamTemplateDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/templateDefinition", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgBetaTeamTemplateDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/templateDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -185129,628 +185362,629 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/getTimesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/getTimesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamwork", - "Permissions": [], - "Method": "GET", - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedChat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, + "Command": "Get-MgBetaTeamwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamwork" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedChat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedChats", - "OutputType": "IMicrosoftGraphDeletedChat", + "Command": "Get-MgBetaTeamworkDeletedChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedChatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedChats/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeam", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgBetaTeamworkDeletedChatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedChats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgBetaTeamworkDeletedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaTeamworkDeletedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkDeletedTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185769,20 +186003,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185801,19 +186034,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185832,20 +186066,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185864,20 +186098,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185896,19 +186129,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/devices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185927,20 +186161,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185959,20 +186193,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185991,19 +186224,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186022,20 +186256,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -186054,34 +186287,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkTeamTemplate", - "Permissions": [], - "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186100,19 +186333,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/teamwork/teamTemplates", - "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/teamTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186131,19 +186364,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/teamwork/teamTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/teamTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186162,49 +186396,49 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", - "OutputType": null, + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186223,20 +186457,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186255,19 +186488,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186286,19 +186519,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/workforceIntegrations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186317,20 +186551,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186349,19 +186582,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186380,34 +186613,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186426,19 +186659,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186457,20 +186691,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186489,20 +186723,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186521,19 +186754,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186552,20 +186786,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186584,19 +186817,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186615,20 +186849,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186647,19 +186880,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186678,20 +186912,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186710,19 +186943,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186741,20 +186975,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186773,20 +187007,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186805,19 +187038,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186836,20 +187070,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186868,20 +187102,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186900,34 +187133,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenants", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -186946,19 +187179,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -186977,492 +187210,493 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/appPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187481,48 +187715,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/auditEvents", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187541,20 +187775,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187573,19 +187806,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187604,19 +187837,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187635,20 +187869,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187667,19 +187900,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187698,19 +187931,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187729,20 +187963,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187761,19 +187994,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187792,19 +188025,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -187831,20 +188065,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -187871,19 +188104,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -187910,19 +188143,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187941,62 +188174,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/tenants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188015,20 +188249,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188047,19 +188280,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188078,19 +188311,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188109,20 +188343,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188141,19 +188374,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188172,62 +188405,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -188246,20 +188480,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188278,19 +188511,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188309,120 +188542,121 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188441,20 +188675,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188473,19 +188706,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188504,19 +188737,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188535,20 +188769,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188567,19 +188800,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188598,19 +188831,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188629,20 +188863,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188661,19 +188894,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188692,19 +188925,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188723,20 +188957,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188755,19 +188988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188786,19 +189019,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managementActions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188817,20 +189051,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188849,19 +189082,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188880,19 +189113,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188911,20 +189145,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188943,19 +189176,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188974,19 +189207,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189005,20 +189239,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189037,154 +189270,154 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189203,292 +189436,292 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189507,19 +189740,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/myRoles", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189538,19 +189771,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/myRoles/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/myRoles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189569,20 +189803,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189601,19 +189834,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189632,62 +189865,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189706,20 +189940,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189738,19 +189971,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189769,19 +190002,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189800,20 +190034,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189832,19 +190065,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189863,19 +190096,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.ManagedTenants", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -189902,19 +190135,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -189933,34 +190166,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -189987,19 +190220,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -190026,33 +190259,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTrustFramework", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/trustFramework", - "OutputType": "IMicrosoftGraphTrustFramework", + "Command": "Get-MgBetaTrustFramework", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/trustFramework", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFramework" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190071,20 +190305,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190103,19 +190336,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/keySets", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/trustFramework/keySets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190134,20 +190368,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190166,63 +190399,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/keySets/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/trustFramework/keySets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTrustFrameworkKeySetKey", - "Permissions": [], - "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Command": "Get-MgBetaTrustFrameworkKeySetKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190241,20 +190475,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190273,19 +190506,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/policies", - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/trustFramework/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190304,20 +190538,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190336,19 +190569,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/trustFramework/policies/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/trustFramework/policies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190471,20 +190705,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190591,166 +190824,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgBetaUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/$count", - "OutputType": null, + "Command": "Get-MgBetaUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityHistoryItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Get-MgBetaUserActivityCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityHistoryItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Get-MgBetaUserActivityHistoryItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityHistoryItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgBetaUserActivityHistoryItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityHistoryItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "OutputType": null, + "Command": "Get-MgBetaUserActivityHistoryItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityStatistics", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Command": "Get-MgBetaUserActivityHistoryItemCount", "ApiVersion": "beta", - "Module": "Beta.People", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserActivityStatistics", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/analytics/activityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Command": "Get-MgBetaUserActivityStatistics", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAgreementAcceptance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaUserActivityStatistics", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.People", + "Uri": "/users/{user-id}/analytics/activityStatistics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -190769,19 +191002,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -190800,50 +191034,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/analytics/activityStatistics/$count", - "OutputType": null, + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", + "Uri": "/users/{user-id}/analytics/activityStatistics/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAppRoleAssignedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserAppRoleAssignedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -190862,19 +191095,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignedResources", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/appRoleAssignedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -190893,20 +191127,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -190925,35 +191159,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/appRoleAssignedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaUserAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -190972,19 +191205,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191003,20 +191237,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/users/{user-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191051,20 +191285,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191099,19 +191332,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191146,20 +191380,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191194,20 +191428,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191242,19 +191475,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191289,20 +191523,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191337,20 +191571,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191385,19 +191618,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191432,20 +191666,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191480,20 +191714,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191528,19 +191761,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191575,35 +191809,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191638,49 +191872,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaUserAuthenticationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationOperationCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserAuthenticationOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191715,20 +191949,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191763,19 +191996,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191810,35 +192044,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191873,20 +192107,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191921,19 +192154,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191968,20 +192202,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192016,20 +192250,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192064,19 +192297,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192111,142 +192345,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods", - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", - "OutputType": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationSignInPreference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/signInPreferences", - "OutputType": "IMicrosoftGraphSignInPreferences", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "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 - } ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Command": "Get-MgBetaUserAuthenticationSignInPreference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/signInPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignInPreferences" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192281,19 +192467,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192328,20 +192514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192376,20 +192562,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192424,19 +192610,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192471,20 +192657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192519,20 +192705,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192567,19 +192753,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192614,65 +192800,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserById", "Permissions": [], - "Method": "POST", - "Uri": "/users/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgBetaUserById", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserCalendar", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", + "Module": "Beta.Users.Actions", + "Uri": "/users/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserCalendar", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192707,19 +192940,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192754,20 +192988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendars/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192794,19 +193027,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List1" - ] + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -192833,22 +193069,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192867,20 +193101,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192907,19 +193140,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarGroupCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192954,19 +193187,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192993,86 +193227,86 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserCalendarPermission", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCalendarPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgBetaUserCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCalendarPermissionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermissionCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserCalendarSchedule", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaUserCalendarSchedule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaUserCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193099,20 +193333,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List", - "List1" - ] + "Uri": "/users/{user-id}/calendar/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193195,20 +193429,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193251,19 +193484,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193306,109 +193540,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgBetaUserChatInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatInstalledApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgBetaUserChatInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatInstalledAppCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatInstalledAppCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatLastMessagePreview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgBetaUserChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193507,20 +193741,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193619,19 +193852,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193730,20 +193964,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -193802,20 +194036,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -193858,19 +194091,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -193913,20 +194147,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -193985,20 +194219,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194057,22 +194293,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194131,19 +194364,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194202,259 +194436,259 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReply", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaUserChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaUserChatMessageReplyCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaUserChatMessageReplyDelta", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaUserChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaUserChatOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaUserChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPermissionGrantCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPinnedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgBetaUserChatPermissionGrantCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPinnedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgBetaUserChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatPinnedMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserChatRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -194473,109 +194707,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaUserChatTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatTab", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgBetaUserChatTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatTabCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgBetaUserChatTabCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserChatTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaUserChatTabTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserCloudPcConnectivityHistory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "OutputType": null, + "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserCloudPcLaunchInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194594,20 +194828,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194626,65 +194860,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserCloudPcRemoteActionResult", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCloudPcReviewStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaUserCloudPcRemoteActionResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Retrieve", "RetrieveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Command": "Get-MgBetaUserCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194703,20 +194937,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194735,19 +194968,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194766,20 +195000,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194798,64 +195032,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194874,20 +195108,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194906,34 +195139,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194952,19 +195185,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194983,20 +195217,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195015,19 +195248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195046,20 +195280,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195078,94 +195312,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195184,35 +195418,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderChildFolderDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195231,20 +195465,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195263,19 +195496,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195294,20 +195528,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195326,94 +195560,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserContactFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderContactPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactFolderContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195432,20 +195666,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserContactFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195464,50 +195698,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactPhoto", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgBetaUserContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -195614,34 +195847,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get" - ] + "Uri": "/users/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCreatedObject", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -195692,48 +195925,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserCreatedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -195784,50 +196018,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/createdObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDefaultCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserDefaultCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserDefaultCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -195854,19 +196087,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaUserDefaultCalendarSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -195893,22 +196129,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -195959,20 +196193,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgBetaUserDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -196007,1001 +196240,1001 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/delta", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta" - ] + "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceByDeviceId", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceCommand", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Get-MgBetaUserDeviceByDeviceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceCommand", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Get-MgBetaUserDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceCommandCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceCommandResponsepayload", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceCommandCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/delta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserDeviceCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "Get-MgBetaUserDeviceDelta", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Get-MgBetaUserDeviceExtensionCount", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserDeviceMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceMemberOfCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserDeviceRegisteredOwner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserDeviceRegisteredUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "beta", - "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceUsageRights", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceUsageRights", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Get-MgBetaUserDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDeviceUsageRightsCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserDeviceUsageRightsCount", "ApiVersion": "beta", - "Module": "Beta.Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -197044,77 +197277,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDirectReportAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserDirectReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -197157,65 +197391,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDirectReportCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/user/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDirectReportCountAsUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/directReports/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -197266,166 +197499,167 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveBundleContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveBundleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveContentTypeBase", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -197476,3197 +197710,3197 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drives/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveFollowing", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveFollowingContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveFollowingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveFollowingCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemActivity", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItemAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaUserDriveItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaUserDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaUserDriveItemThumbnailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListCreatedByUser", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveListContentTypeCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveListCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveListDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveListItemDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaUserDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgBetaUserDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveListOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveListPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveListSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootActivity", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootAnalyticTime", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootChildContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootChildCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveRootCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveRootDelta", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaUserDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootListItemActivity", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaUserDriveRootPermissionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgBetaUserDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaUserDriveRootThumbnailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootVersionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserDriveSpecial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveSpecialContentStream", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Get-MgBetaUserDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgBetaUserDriveSpecialContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200685,20 +200919,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200725,78 +200958,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserEventAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventCalendar", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200823,20 +201057,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -200863,373 +201097,372 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201248,78 +201481,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserEventInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201338,285 +201572,284 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventInstanceDelta", "ApiVersion": "beta", - "Module": "Beta.Calendar", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserEventInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserEventInstanceExtensionCount", "ApiVersion": "beta", - "Module": "Beta.Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserFollowedSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/followedSites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaUserExtensionCount", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -201635,19 +201868,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/followedSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/followedSites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserFollowedSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -201666,212 +201900,212 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/followedSites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/followedSites/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInferenceClassification", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Get-MgBetaUserInferenceClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Get-MgBetaUserInferenceClassificationOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInferenceClassificationOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionBitlocker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgBetaUserInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgBetaUserInformationProtectionBitlocker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201890,20 +202124,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201922,19 +202155,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201953,241 +202187,240 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights", - "OutputType": "IMicrosoftGraphItemInsights", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "ApiVersion": "beta", - "Module": "Beta.Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsightShared", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "Get-MgBetaUserInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202206,19 +202439,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightSharedCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202237,65 +202471,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "OutputType": null, + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsightSharedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "OutputType": null, + "Command": "Get-MgBetaUserInsightSharedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsightTrending", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": "IMicrosoftGraphTrending", + "Command": "Get-MgBetaUserInsightTrending", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202314,19 +202547,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightTrendingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202345,20 +202579,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/trending/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightTrendingResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202377,35 +202611,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserInsightUsed", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Get-MgBetaUserInsightUsed", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202424,19 +202657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightUsedCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202455,20 +202689,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/used/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserInsightUsedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202487,49 +202721,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserInvitedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/invitedBy", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserInvitedBy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/invitedBy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserJoinedGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/joinedGroups", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserJoinedGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/joinedGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserJoinedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -202588,34 +202821,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/joinedTeams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/joinedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserLicenseDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202658,19 +202891,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/licenseDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserLicenseDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202713,20 +202947,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202761,35 +202995,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserLoggedOnManagedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgBetaUserLoggedOnManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MailboxSettings.Read", @@ -202808,20 +203042,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202856,20 +203090,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202904,34 +203137,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202966,19 +203199,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203013,329 +203247,329 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "ApiVersion": "beta", - "Module": "Beta.Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "ApiVersion": "beta", - "Module": "Beta.Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203370,20 +203604,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203418,20 +203652,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -203458,20 +203692,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203506,63 +203739,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203597,20 +203831,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203645,196 +203879,198 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserMailFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMailFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgBetaUserMailFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderMessageRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaUserMailTip", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -203853,22 +204089,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMailTips", - "OutputType": "IMicrosoftGraphMailTips", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailTips" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBetaUserManagedAppBlockedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -203903,19 +204136,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/getManagedAppBlockedUsers", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Get" - ] + "Uri": "/users/getManagedAppBlockedUsers", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -203934,20 +204168,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -203966,652 +204200,652 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/getManagedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedAppRegistration", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedAppRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Get-MgBetaUserManagedAppRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedAppRegistrationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedAppRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgBetaUserManagedAppRegistrationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaUserManagedDeviceCategory", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaUserManagedDeviceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgBetaUserManagedDeviceUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204630,20 +204864,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204662,20 +204896,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserManager", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -204710,20 +204944,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/manager", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -204758,20 +204992,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaUserMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -204854,22 +205090,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaUserMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -204968,22 +205204,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/getMemberObjects", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205002,20 +205236,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205050,34 +205283,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205096,34 +205329,34 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205142,34 +205375,34 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserMemberOfAsGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205188,19 +205421,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205235,20 +205469,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205267,20 +205501,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205299,20 +205533,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205331,20 +205565,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205371,20 +205605,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205419,63 +205652,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205502,20 +205736,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205550,20 +205784,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205590,108 +205824,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMessageExtensionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageMention", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "Get-MgBetaUserMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMessageMentionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserMessageMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205710,20 +205944,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205742,19 +205975,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205773,167 +206007,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", - "OutputType": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/notifications/{notification-id}", - "OutputType": "IMicrosoftGraphNotification", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "ApiVersion": "beta", - "Module": "Beta.Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/notifications", - "OutputType": "IMicrosoftGraphNotification", + "Command": "Get-MgBetaUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserNotificationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/notifications/$count", - "OutputType": null, + "Command": "Get-MgBetaUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/notifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOauth2PermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Command": "Get-MgBetaUserNotificationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/notifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -205952,19 +206185,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -205983,20 +206217,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206039,20 +206273,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206095,19 +206328,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206150,20 +206384,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206206,22 +206442,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206264,19 +206497,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206319,19 +206552,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206374,35 +206608,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnenoteOperationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206437,20 +206671,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206485,19 +206718,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206532,20 +206766,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206580,20 +206814,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206636,35 +206870,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgBetaUserOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206699,35 +206933,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnenoteResourceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206770,20 +207004,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206826,19 +207059,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206881,20 +207115,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206937,20 +207171,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206993,20 +207227,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207049,22 +207285,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207107,19 +207340,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -207154,19 +207387,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207201,20 +207435,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207249,21 +207482,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", - "Permissions": [ - { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { "Name": "OnlineMeetingArtifact.Read.All", "Description": "Read online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts in your organization, without a signed-in user.", @@ -207304,145 +207538,145 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207477,20 +207711,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207525,20 +207759,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207573,20 +207807,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -207629,81 +207865,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRecording", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207738,20 +207972,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207770,64 +208004,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207854,19 +208087,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207893,109 +208127,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -208046,475 +208280,474 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookMasterCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Get-MgBetaUserOutlookMasterCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookMasterCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookMasterCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgBetaUserOutlookTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgBetaUserOutlookTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookTaskFolderCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "Get-MgBetaUserOutlookTaskGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgBetaUserOutlookTaskGroupCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOwnedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208557,77 +208790,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208670,65 +208904,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserOwnedObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208771,121 +209004,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectByType", "Permissions": [], - "Method": "POST", - "Uri": "/users/getUserOwnedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgBetaUserOwnedObjectByType", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208928,65 +209162,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -209013,35 +209247,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPerson", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/people/{person-id}", - "OutputType": "IMicrosoftGraphPerson", + "Command": "Get-MgBetaUserPerson", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/people/{person-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPerson", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -209060,19 +209293,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/people", - "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/people", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPersonCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -209091,20 +209325,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/people/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/people/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209147,22 +209383,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209205,19 +209438,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/photos", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209260,22 +209496,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209318,51 +209554,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlanner", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/planner/all", - "OutputType": "IMicrosoftGraphPlannerDelta", - "ApiVersion": "beta", - "Module": "Beta.Planner", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerAllCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/all/$count", - "OutputType": null, + "Command": "Get-MgBetaUserPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/all", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerDelta" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/all/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerAllDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209397,35 +209631,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/all/delta", - "OutputType": "IMicrosoftGraphPlannerDelta", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/planner/all/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerDelta" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerFavoritePlan", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209452,19 +209685,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/favoritePlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/favoritePlans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209491,35 +209725,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/favoritePlans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/favoritePlans/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerMyDayTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerMyDayTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerMyDayTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209554,19 +209787,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/myDayTasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/myDayTasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209601,20 +209835,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/myDayTasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/planner/myDayTasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209649,94 +209882,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/plans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerPlanBucketDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerPlanDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerPlanTaskDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerPlanDelta", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerRecentPlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", "ApiVersion": "beta", - "Module": "Beta.Planner", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlan", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209763,19 +209996,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/recentPlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/recentPlans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209802,35 +210036,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/recentPlans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner/recentPlans/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserPlannerRosterPlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerRosterPlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209865,19 +210098,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/rosterPlans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/rosterPlans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209912,20 +210146,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/rosterPlans/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/planner/rosterPlans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209976,19 +210209,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPlannerTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210007,20 +210241,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks/delta", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -210047,20 +210281,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210103,20 +210337,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile", - "OutputType": "IMicrosoftGraphProfile", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210159,20 +210393,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210215,19 +210448,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/account", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAccountCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210270,20 +210504,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/account/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/account/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210326,20 +210560,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210382,19 +210615,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/addresses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAddressCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210437,20 +210671,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/addresses/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/addresses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210493,20 +210727,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210549,19 +210782,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/anniversaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210604,20 +210838,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/anniversaries/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/anniversaries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210660,20 +210894,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210716,19 +210949,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/awards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileAwardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210771,20 +211005,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/awards/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/awards/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210827,20 +211061,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210883,19 +211116,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/certifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileCertificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210938,20 +211172,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/certifications/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/certifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210994,75 +211228,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserProfileEducationalActivity", - "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 - } + "Variants": [ + "List" ], "Method": "GET", - "Uri": "/users/{user-id}/profile/educationalActivities", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Command": "Get-MgBetaUserProfileEducationalActivity", "ApiVersion": "beta", - "Module": "Beta.People", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserProfileEducationalActivityCount", "Permissions": [ { "Name": "User.Read", @@ -211105,20 +211283,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/educationalActivities/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/educationalActivities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.Read", @@ -211161,20 +211339,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/educationalActivities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211217,19 +211395,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/emails", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemEmail" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileEmailCount", "Permissions": [ { "Name": "User.Read", @@ -211272,20 +211450,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/emails/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/emails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemEmail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmailCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.Read", @@ -211328,20 +211506,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/emails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211384,19 +211562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/interests", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileInterestCount", "Permissions": [ { "Name": "User.Read", @@ -211439,20 +211617,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/interests/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/interests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterestCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.Read", @@ -211495,75 +211673,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/interests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserProfileLanguage", - "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 - } ], "Method": "GET", - "Uri": "/users/{user-id}/profile/languages", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Command": "Get-MgBetaUserProfileLanguage", "ApiVersion": "beta", - "Module": "Beta.People", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserProfileLanguageCount", "Permissions": [ { "Name": "User.Read", @@ -211606,20 +211729,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/languages/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileName", "Permissions": [ { "Name": "User.Read", @@ -211662,20 +211784,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/languages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguageCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileName", "Permissions": [ { "Name": "User.Read", @@ -211718,19 +211840,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/names", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/languages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileName", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileNameCount", "Permissions": [ { "Name": "User.Read", @@ -211773,20 +211896,75 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/profile/names/$count", - "OutputType": null, + "Command": "Get-MgBetaUserProfileName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileNameCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.Read", @@ -211829,20 +212007,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211885,19 +212063,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/notes", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileNoteCount", "Permissions": [ { "Name": "User.Read", @@ -211940,20 +212118,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/notes/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileNoteCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.Read", @@ -211996,20 +212174,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/notes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212052,19 +212230,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/patents", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePatentCount", "Permissions": [ { "Name": "User.Read", @@ -212107,20 +212285,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/patents/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/patents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatentCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.Read", @@ -212163,20 +212341,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/patents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212219,19 +212397,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/phones", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePhoneCount", "Permissions": [ { "Name": "User.Read", @@ -212274,20 +212452,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/phones/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/phones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhoneCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.Read", @@ -212330,20 +212508,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/phones/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212386,19 +212564,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/positions", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePositionCount", "Permissions": [ { "Name": "User.Read", @@ -212441,20 +212619,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/positions/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/positions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePositionCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileProject", "Permissions": [ { "Name": "User.Read", @@ -212497,20 +212675,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/positions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212553,19 +212731,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/projects", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileProjectCount", "Permissions": [ { "Name": "User.Read", @@ -212608,20 +212786,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/projects/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileProjectCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePublication", "Permissions": [ { "Name": "User.Read", @@ -212664,20 +212842,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212720,19 +212898,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/publications", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfilePublicationCount", "Permissions": [ { "Name": "User.Read", @@ -212775,20 +212953,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/publications/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/publications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublicationCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.Read", @@ -212831,20 +213009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/publications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212887,19 +213065,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/skills", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileSkillCount", "Permissions": [ { "Name": "User.Read", @@ -212942,20 +213120,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/skills/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/skills", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkillCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.Read", @@ -212998,20 +213176,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/skills/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213054,19 +213232,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/webAccounts", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileWebAccountCount", "Permissions": [ { "Name": "User.Read", @@ -213109,20 +213287,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/webAccounts/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/webAccounts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccountCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.Read", @@ -213165,20 +213343,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/webAccounts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213221,19 +213399,75 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/websites", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserProfileWebsiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213276,35 +213510,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/profile/websites/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserRegisteredDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserRegisteredDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213347,77 +213580,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213460,65 +213694,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "OutputType": null, + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "OutputType": null, + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Get-MgBetaUserScopedRoleMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -213537,19 +213770,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -213568,50 +213802,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSecurity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/security", - "OutputType": "IMicrosoftGraphSecurity1", + "Command": "Get-MgBetaUserSecurity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurity1" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSecurityInformationProtection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Get-MgBetaUserSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213630,20 +213864,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213662,20 +213896,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213694,19 +213927,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213725,35 +213959,35 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -213772,20 +214006,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213804,20 +214038,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactMergeSuggestions" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213836,35 +214070,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInsightsSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -213899,35 +214133,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShiftPreferences" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": "IMicrosoftGraphUserStorage", + "Command": "Get-MgBetaUserSettingStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -213962,20 +214196,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214010,20 +214244,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214058,19 +214291,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214105,123 +214339,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindows", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindows", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Get-MgBetaUserSettingWindows", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindowsCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/$count", - "OutputType": null, + "Command": "Get-MgBetaUserSettingWindows", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Get-MgBetaUserSettingWindowsCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Get-MgBetaUserSettingWindowsInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSettingWindowsInstanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "OutputType": null, + "Command": "Get-MgBetaUserSettingWindowsInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserSponsor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserSettingWindowsInstanceCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214248,19 +214481,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/sponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214287,20 +214521,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/sponsors/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/sponsors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserTeamwork.Read", @@ -214319,37 +214553,36 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214376,19 +214609,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214415,20 +214649,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214551,20 +214785,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214687,19 +214920,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214774,20 +215008,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214910,50 +215144,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -214988,20 +215222,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215036,19 +215269,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215083,20 +215317,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoListDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -215123,64 +215357,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/delta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoListExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoListExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserTodoListExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoListExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTodoListExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215215,20 +215449,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "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": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -215263,19 +215544,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215310,20 +215591,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachment", "Permissions": [ { "Name": "Tasks.Read", @@ -215358,19 +215639,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", "Permissions": [ { "Name": "Tasks.Read", @@ -215405,127 +215687,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", - "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": "DelegatedPersonal", - "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": "DelegatedPersonal", - "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 - } ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "ApiVersion": "beta", - "Module": "Beta.Users", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215560,20 +215794,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215608,19 +215841,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215655,20 +215889,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215703,20 +215937,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215751,64 +215985,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaUserTodoTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTodoTaskExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTodoTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215843,20 +216077,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215891,19 +216124,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215938,35 +216172,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserTransitiveMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -216017,106 +216250,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -216167,2559 +216401,2559 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveReports", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserTransitiveReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserTransitiveReportCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveReports/$count", - "OutputType": null, + "Command": "Get-MgBetaUserTransitiveReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Command": "Get-MgBetaUserTransitiveReportCount", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users", + "Uri": "/users/{user-id}/transitiveReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "OutputType": null, + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "ApiVersion": "beta", - "Module": "Beta.Bookings", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "Get-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventPresenterSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventPresenterSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventSessionPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventSessionRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventSessionRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhall", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhall", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventTownhall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventTownhall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallByUserRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallByUserRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventTownhallSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarByUserRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarByUserRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventWebinarCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventWebinarSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "Permissions": [], - "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/catalog/entries", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/catalog/entries/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Get" - ] + "Uri": "/admin/windows/updates/catalog/entries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuDeployment", - "Command": "Get-MgBetaWindowsUpdatesDeployment", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntryCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/catalog/entries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuDeployment", - "Command": "Get-MgBetaWindowsUpdatesDeployment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeployment", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeployment", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuDeploymentCount", - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/deployments/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Get" - ] + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuPolicy", - "Command": "Get-MgBetaWindowsUpdatesPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuPolicy", - "Command": "Get-MgBetaWindowsUpdatesPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudience", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuPolicyCount", - "Command": "Get-MgBetaWindowsUpdatesPolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatePolicies/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Get" - ] + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProduct", - "Command": "Get-MgBetaWindowsUpdatesProduct", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProduct", - "Command": "Get-MgBetaWindowsUpdatesProduct", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Get-MgBetaWindowsUpdatesProduct", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProduct", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductCount", - "Command": "Get-MgBetaWindowsUpdatesProductCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesProduct", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProduct", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Get" - ] + "Uri": "/admin/windows/updates/products", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductEdition", - "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Command": "Get-MgBetaWindowsUpdatesProductCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductEdition", - "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/editions", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEdition", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEdition", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/editions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEditionCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductRevision", - "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductRevision", - "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevision", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevision", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/resourceConnections", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/resourceConnections/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "Get" - ] + "Uri": "/admin/windows/updates/resourceConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnectionCount", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatableAssets", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", - "Variants": [ - "List" - ] + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/windows/updates/updatableAssets/$count", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218754,20 +218988,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -218802,19 +219035,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218849,20 +219083,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218897,19 +219130,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessAppointmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218944,35 +219178,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Get-MgBookingBusinessCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219007,19 +219240,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCalendarViewCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219054,20 +219288,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219102,19 +219335,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/bookingBusinesses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219149,20 +219383,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219197,19 +219430,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomerBase", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomerBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219244,20 +219478,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219292,20 +219526,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219340,19 +219573,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219387,20 +219621,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219435,20 +219669,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219483,19 +219716,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219530,20 +219764,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgBookingBusinessStaffAvailability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219586,22 +219822,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219636,20 +219870,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219684,19 +219917,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingStaffMemberBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBookingBusinessStaffMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219731,20 +219965,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219779,20 +220013,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219827,19 +220060,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgBookingCurrencyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219874,19 +220107,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/solutions/bookingCurrencies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/bookingCurrencies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -219953,20 +220187,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220017,19 +220250,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgChatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220080,19 +220313,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/chats/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220183,20 +220417,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220319,19 +220552,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220454,65 +220688,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgChatInstalledAppTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgChatInstalledAppTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatLastMessagePreview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220643,20 +220877,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220755,19 +220988,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220866,20 +221100,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", + "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -220930,21 +221165,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -220987,19 +221220,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221042,20 +221276,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221106,20 +221340,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221178,22 +221414,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221252,19 +221485,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221323,140 +221557,139 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReply", - "Permissions": [], - "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgChatMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgChatMessageReplyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgChatMessageReplyDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgChatMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221563,19 +221796,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221682,37 +221916,36 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatPinnedMessage", - "Permissions": [], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221755,19 +221988,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatPinnedMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221810,20 +222044,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgChatRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -221890,19 +222123,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/chats/getAllRetainedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -221969,20 +222203,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222033,19 +222266,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgChatTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222096,35 +222330,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgChatTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgChatTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222143,52 +222377,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCall" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "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 - } ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "ApiVersion": "v1.0", - "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222207,19 +222409,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222238,36 +222440,28 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationCallContentSharingSession", "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 + "IsLeastPrivilege": true }, { "Name": "Calls.InitiateGroupCall.All", @@ -222276,30 +222470,22 @@ "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 } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222334,19 +222520,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": "IMicrosoftGraphContentSharingSession", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationCallContentSharingSessionCount", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222381,78 +222567,126 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentSharingSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/calls/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallContentSharingSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calls.JoinGroupCallAsGuest.All", + "Description": "Join group calls and meetings as a guest", + "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calls.JoinGroupCall.All", + "Description": "Join group calls and meetings as an app", + "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.InitiateGroupCall.All", + "Description": "Initiate outgoing group calls from the app", + "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.Initiate.All", + "Description": "Initiate outgoing 1 to 1 calls from the app", + "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationCallOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgCommunicationCallCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgCommunicationCallOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/calls/{call-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgCommunicationCallOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222471,20 +222705,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParticipant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222503,19 +222736,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParticipant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgCommunicationCallParticipantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222534,184 +222768,183 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/calls/{call-id}/participants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecord", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/callRecords/{callRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordOrganizerV2", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Command": "Get-MgCommunicationCallRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordParticipant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecordOrganizerV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgCommunicationCallRecordParticipant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgCommunicationCallRecordParticipantV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordSession", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgCommunicationCallRecordParticipantV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgCommunicationCallRecordSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecordSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecordSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -222746,122 +222979,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -222896,182 +223129,214 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "Permissions": [], - "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Get", + "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgCommunicationOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgCommunicationOnlineMeetingRecordingDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", + "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgCommunicationPresence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/communications/presences/{presence-id}", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -223098,19 +223363,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgCommunicationPresenceByUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read.All", @@ -223129,20 +223395,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/getPresencesByUserId", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgCommunicationPresenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -223169,33 +223434,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/communications/presences/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get" - ] + "Uri": "/communications/presences/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgCompliance", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/compliance", - "OutputType": "IMicrosoftGraphCompliance", + "Command": "Get-MgCompliance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "Get" - ] + "Uri": "/compliance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompliance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223222,20 +223488,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223262,34 +223527,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgContactById", - "Permissions": [], - "Method": "POST", - "Uri": "/contacts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgContactById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223316,19 +223581,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223355,34 +223620,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/delta", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReport", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223417,77 +223682,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgContactDirectReportAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgContactDirectReportAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgContactDirectReportAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgContactDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgContactDirectReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223522,50 +223788,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "OutputType": null, + "Command": "Get-MgContactDirectReportCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactDirectReportCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "OutputType": null, + "Command": "Get-MgContactDirectReportCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgContactManager", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223600,20 +223866,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgContactMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -223696,22 +223964,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgContactMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -223810,37 +224078,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223875,77 +224140,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgContactMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgContactMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgContactMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223980,94 +224246,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgContactMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgContactServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224094,77 +224359,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224191,50 +224457,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224253,20 +224519,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContract" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224285,34 +224550,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContract" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgContractById", - "Permissions": [], - "Method": "POST", - "Uri": "/contracts/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgContractById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgContractCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224331,19 +224596,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgContractDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224362,53 +224627,54 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/contracts/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgContractMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgContractMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/{contract-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgContractMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgContractMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Export.All", @@ -224427,48 +224693,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDataPolicyOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Get-MgDataPolicyOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDataPolicyOperationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/dataPolicyOperations/$count", - "OutputType": null, + "Command": "Get-MgDataPolicyOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/dataPolicyOperations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -224503,20 +224769,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -224551,19 +224816,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgt", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224598,19 +224863,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224629,20 +224895,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224661,19 +224926,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224708,20 +224974,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224756,19 +225021,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224803,20 +225069,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224851,20 +225117,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224899,19 +225164,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224946,20 +225212,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224978,19 +225243,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225025,20 +225291,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225073,20 +225339,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225121,19 +225386,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225168,20 +225434,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225216,19 +225481,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225263,20 +225529,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225311,19 +225576,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225358,20 +225624,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225390,20 +225656,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225422,19 +225687,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225469,20 +225735,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225517,19 +225782,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225564,20 +225830,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225612,20 +225878,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225660,19 +225925,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225707,20 +225973,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225739,19 +226004,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225786,20 +226052,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225834,20 +226100,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225882,19 +226147,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225929,19 +226194,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225976,20 +226242,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226024,19 +226289,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226071,20 +226337,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226119,19 +226384,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226166,20 +226432,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226214,19 +226479,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226261,20 +226527,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226309,19 +226574,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226356,20 +226622,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226404,20 +226670,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226452,19 +226717,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226499,20 +226765,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226547,19 +226812,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226594,20 +226860,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226642,19 +226907,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226689,19 +226954,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226720,20 +226986,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226752,19 +227017,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226783,20 +227049,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226815,19 +227080,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226846,20 +227112,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226878,19 +227143,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/managedEBooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226909,20 +227175,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226941,19 +227206,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226972,20 +227238,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227004,20 +227270,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEBookInstallSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227036,20 +227302,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227068,19 +227333,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227099,20 +227365,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227131,20 +227397,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227163,19 +227428,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227194,20 +227460,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227226,20 +227492,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227258,19 +227523,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227305,20 +227571,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227353,19 +227618,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227400,20 +227666,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227432,19 +227697,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227479,20 +227745,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227527,19 +227792,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227574,20 +227840,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227622,20 +227888,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227670,19 +227935,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227717,20 +227983,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227749,20 +228015,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227781,34 +228046,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "OutputType": "IMicrosoftGraphAndroidLobApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227827,254 +228092,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "OutputType": "IMicrosoftGraphAndroidLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228093,122 +228358,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "OutputType": "IMicrosoftGraphAndroidStoreApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "OutputType": "IMicrosoftGraphIosLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228227,254 +228492,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "OutputType": "IMicrosoftGraphIosLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "OutputType": "IMicrosoftGraphIosStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228493,122 +228758,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "OutputType": "IMicrosoftGraphIosStoreApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "OutputType": "IMicrosoftGraphIosVppApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228627,122 +228892,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "OutputType": "IMicrosoftGraphIosVppApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228761,254 +229026,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "OutputType": "IMicrosoftGraphMacOSDmgApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229027,254 +229292,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "OutputType": "IMicrosoftGraphMacOSLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229293,254 +229558,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229559,254 +229824,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "OutputType": "IMicrosoftGraphManagedIosLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229825,254 +230090,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230091,107 +230356,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230210,20 +230476,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230242,19 +230507,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230273,35 +230539,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "OutputType": "IMicrosoftGraphWin32LobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230320,254 +230585,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "OutputType": "IMicrosoftGraphWin32LobApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "OutputType": "IMicrosoftGraphWindowsAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230586,254 +230851,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "OutputType": "IMicrosoftGraphWindowsAppX", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230852,254 +231117,254 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231118,298 +231383,298 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231428,107 +231693,110 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "OutputType": "IMicrosoftGraphWindowsWebApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231547,22 +231815,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231581,20 +231847,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List", - "List1" - ] + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231613,20 +231879,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231645,20 +231911,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231677,19 +231942,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231708,20 +231974,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231740,19 +232005,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231771,20 +232037,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231803,19 +232068,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231834,20 +232100,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231866,19 +232131,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231897,20 +232163,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231929,20 +232195,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231961,20 +232227,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231993,19 +232258,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232024,20 +232290,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232056,20 +232322,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232088,19 +232353,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232119,19 +232384,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232150,19 +232415,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232181,19 +232446,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232212,19 +232477,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232243,19 +232508,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232274,19 +232539,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232305,19 +232570,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232336,19 +232601,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232367,19 +232632,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232398,19 +232663,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232429,19 +232694,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232460,19 +232725,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232491,19 +232756,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232522,19 +232787,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232553,19 +232818,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232584,19 +232849,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232615,20 +232881,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232647,19 +232912,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232694,20 +232960,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232742,19 +233007,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232789,20 +233055,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232837,20 +233103,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232885,19 +233150,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232932,20 +233198,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232964,19 +233229,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233011,20 +233277,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtVppToken", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233059,20 +233325,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtVppToken", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233107,19 +233372,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementVppTokenCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233154,19 +233419,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/vppTokens/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceAppManagement/vppTokens/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233201,20 +233467,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233249,19 +233514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233296,20 +233562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233344,19 +233609,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233391,67 +233657,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } + "Variants": [ + "Get" ], "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "OutputType": null, + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233486,20 +233704,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233534,19 +233752,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233581,20 +233799,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233629,20 +233847,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233677,19 +233895,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233724,20 +233990,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceByDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -233772,35 +234038,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceById", - "Permissions": [], - "Method": "POST", - "Uri": "/devices/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgDeviceById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -233835,77 +234100,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/devices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/delta", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgDeviceDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgDeviceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgDeviceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233988,19 +234253,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -234035,19 +234300,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234066,20 +234332,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234098,19 +234363,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234129,20 +234395,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234161,19 +234426,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234192,19 +234457,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/auditEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234239,20 +234505,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234287,19 +234552,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234334,19 +234599,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/complianceManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234381,19 +234646,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234428,20 +234694,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234476,19 +234741,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234523,19 +234788,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234554,20 +234820,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234586,19 +234851,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234617,20 +234883,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234665,20 +234931,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234713,19 +234978,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234760,19 +235025,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234791,20 +235057,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234823,19 +235088,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234854,20 +235120,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234886,19 +235151,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234917,20 +235183,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234949,19 +235214,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234980,20 +235246,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235012,19 +235277,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235043,20 +235309,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235075,19 +235340,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235106,20 +235372,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235138,19 +235403,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235169,20 +235435,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235201,20 +235467,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235233,20 +235499,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235265,19 +235530,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235296,20 +235562,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235328,20 +235594,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235360,19 +235625,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235391,20 +235657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235423,20 +235689,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235455,19 +235720,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235486,19 +235751,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235517,20 +235783,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235549,19 +235814,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235580,20 +235846,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235612,20 +235878,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235644,19 +235909,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235675,20 +235941,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235707,20 +235973,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235739,20 +236005,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235771,19 +236036,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235802,20 +236068,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235834,19 +236099,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235865,20 +236131,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235897,19 +236162,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235928,20 +236194,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235960,19 +236225,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235991,20 +236257,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236023,19 +236288,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236054,20 +236320,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236086,19 +236351,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236117,20 +236383,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236149,20 +236415,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236181,20 +236447,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236213,20 +236479,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236245,19 +236510,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236276,20 +236542,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236308,20 +236574,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236356,20 +236622,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236404,19 +236669,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236451,20 +236717,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236499,19 +236764,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236546,20 +236812,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236594,19 +236859,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementEffectivePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -236625,20 +236891,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", - "OutputType": "IMicrosoftGraphRolePermission", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRolePermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236673,20 +236939,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236721,19 +236986,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236768,19 +237033,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/exchangeConnectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/exchangeConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236799,20 +237065,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236831,19 +237096,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236862,19 +237127,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236893,20 +237159,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236925,19 +237190,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236956,19 +237221,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237003,20 +237269,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237051,122 +237316,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgDeviceManagementManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237201,63 +237466,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237292,92 +237557,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDeviceOverview", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceUser", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgDeviceManagementManagedDeviceUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237396,20 +237662,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237428,19 +237693,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237475,20 +237741,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237523,19 +237788,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237570,20 +237836,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237602,19 +237867,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237649,20 +237915,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237697,19 +237962,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237744,19 +238009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237775,20 +238041,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237807,19 +238072,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237838,19 +238103,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237869,20 +238135,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237901,19 +238166,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237932,20 +238198,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237980,20 +238246,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238028,19 +238293,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238075,19 +238340,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/deviceManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238122,20 +238388,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238170,19 +238435,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238217,19 +238482,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238296,19 +238561,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportCachedReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238359,20 +238625,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCachedReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCachedReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238423,20 +238689,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238487,20 +238753,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238551,20 +238817,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238615,20 +238881,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238679,20 +238945,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238743,20 +239009,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238807,20 +239073,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238871,20 +239137,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238935,20 +239201,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238999,20 +239265,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239063,20 +239329,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239127,19 +239392,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/reports/exportJobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239190,19 +239455,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/reports/exportJobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportFilter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239253,20 +239519,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getReportFilters", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getReportFilters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportHistoricalReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239317,20 +239583,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getHistoricalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239381,20 +239647,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239445,20 +239711,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239509,20 +239775,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239573,20 +239839,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239637,20 +239903,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Get", - "GetExpanded" - ] + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239685,20 +239951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239733,19 +239998,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239780,19 +240045,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/resourceOperations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/resourceOperations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239827,20 +240093,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239875,19 +240140,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239922,34 +240187,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239984,20 +240250,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240032,19 +240297,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240079,19 +240344,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240126,20 +240392,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "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 + } + ], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240174,67 +240487,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", - "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 - } - ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240269,20 +240535,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -240301,19 +240566,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240332,20 +240598,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240364,19 +240629,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240395,19 +240660,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240426,20 +240692,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240458,19 +240723,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240489,20 +240755,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240521,19 +240786,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240552,20 +240818,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240584,20 +240850,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240616,20 +240882,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240648,19 +240913,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240679,20 +240945,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240711,19 +240976,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/termsAndConditions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/termsAndConditions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240742,20 +241008,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240774,19 +241039,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240805,19 +241070,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/troubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240852,20 +241118,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240900,19 +241165,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240947,20 +241213,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240995,19 +241260,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241042,19 +241307,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241089,67 +241355,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "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 - } + "Variants": [ + "List" ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241184,19 +241402,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241231,20 +241449,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241279,19 +241497,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241326,19 +241544,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241373,19 +241591,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241420,20 +241638,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241468,19 +241686,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241515,19 +241733,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241562,67 +241780,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "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 - } ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241657,19 +241828,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241704,20 +241875,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241752,19 +241922,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241799,19 +241970,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241846,20 +242017,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241894,19 +242064,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241941,19 +242112,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241988,62 +242159,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] - }, - { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "Permissions": [], + "Get" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242078,20 +242206,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242126,19 +242253,63 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242173,20 +242344,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242221,20 +242391,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242269,20 +242439,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242317,19 +242487,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242364,20 +242535,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242412,20 +242582,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242460,20 +242630,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242508,20 +242678,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242556,92 +242726,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242676,20 +242774,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242724,19 +242822,92 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242771,19 +242942,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242818,20 +242989,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242866,19 +243036,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242913,19 +243084,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242960,20 +243131,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243008,19 +243178,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243055,19 +243226,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243102,20 +243273,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243150,19 +243320,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243197,24 +243368,24 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "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 @@ -243228,41 +243399,40 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "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 @@ -243276,35 +243446,36 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243339,24 +243510,24 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "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": "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 @@ -243370,41 +243541,40 @@ "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": "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.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": "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 } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "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": "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 @@ -243418,35 +243588,36 @@ "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": "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.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": "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 } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243481,19 +243652,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243528,20 +243699,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243576,66 +243746,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", - "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 - } + "Variants": [ + "Get", + "GetViaIdentity" ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Get" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243670,19 +243794,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243717,20 +243841,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243765,19 +243888,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243812,19 +243935,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243859,19 +243983,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243906,20 +244030,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243954,19 +244077,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244001,19 +244124,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244048,20 +244172,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244096,19 +244219,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244143,20 +244266,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244191,20 +244314,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244239,19 +244361,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244286,33 +244409,176 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint", - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpoint", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244331,20 +244597,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244363,19 +244628,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244394,19 +244659,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244425,19 +244690,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244456,20 +244722,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244488,19 +244753,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPc" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244519,19 +244784,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244550,20 +244816,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244582,19 +244847,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244613,19 +244878,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244644,19 +244909,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244675,20 +244941,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244707,19 +244972,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244738,19 +245003,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244769,20 +245035,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244801,19 +245066,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244832,19 +245097,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244863,20 +245129,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244895,151 +245160,151 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245058,19 +245323,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245089,20 +245355,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245121,63 +245386,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "OutputType": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245196,19 +245461,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245227,20 +245493,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245259,19 +245524,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245290,19 +245555,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245321,20 +245587,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245353,19 +245618,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245384,19 +245649,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245415,20 +245681,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245447,19 +245712,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245478,19 +245743,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245525,20 +245791,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245573,19 +245838,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245620,19 +245885,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245667,20 +245933,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245715,19 +245980,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "List" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245762,20 +246028,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgDeviceMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -245858,22 +246126,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDeviceMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -245972,37 +246240,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246037,77 +246302,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246142,50 +246408,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgDeviceMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246220,135 +246485,135 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246383,19 +246648,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246430,80 +246696,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246538,135 +246803,135 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceRegisteredUserAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246701,19 +246966,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246748,95 +247014,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceRegisteredUserCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceTransitiveMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246871,77 +247136,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246976,64 +247242,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", + "Command": "Get-MgDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247068,20 +247334,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247116,19 +247381,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247163,19 +247428,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247210,63 +247475,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/delta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247301,34 +247566,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247363,34 +247628,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247425,34 +247690,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247487,34 +247752,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247549,34 +247814,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247611,34 +247876,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247673,19 +247938,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247720,19 +247985,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247767,20 +248033,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247815,20 +248081,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247863,20 +248129,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247911,20 +248177,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247959,20 +248225,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248007,20 +248273,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248055,20 +248321,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248103,20 +248369,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248151,19 +248416,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248198,20 +248464,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248230,20 +248496,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248262,19 +248527,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/attributeSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryAttributeSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248293,19 +248558,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/attributeSets/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/attributeSets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248324,20 +248590,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248356,19 +248621,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248387,20 +248653,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248419,19 +248684,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248450,20 +248716,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248482,384 +248747,385 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItem", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDirectoryDeletedItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryDeletedItemAsApplication", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Command": "Get-MgDirectoryDeletedItemAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDirectoryDeletedItemAsApplication", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Command": "Get-MgDirectoryDeletedItemAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDirectoryDeletedItemAsDevice", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryDeletedItemAsDevice", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryDeletedItemAsGroup", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryDeletedItemAsGroup", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Command": "Get-MgDirectoryDeletedItemAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Command": "Get-MgDirectoryDeletedItemAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deletedItems/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryDeletedItemAsUser", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemById", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/deletedItems/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsUser", "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemById", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "Permissions": [], - "Method": "GET", - "Uri": "/directory/deletedItems/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsApplication", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/application/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsDevice", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/device/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/application/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsGroup", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/group/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/device/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemCountAsUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directory/deletedItems/user/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/deletedItems/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsUser", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryDeletedItemMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryDeviceLocalCredential", "Permissions": [], - "Method": "GET", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/deviceLocalCredentials", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgDirectoryDeviceLocalCredential", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryDeviceLocalCredentialCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/deviceLocalCredentials/$count", - "OutputType": null, + "Command": "Get-MgDirectoryDeviceLocalCredential", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredentialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248878,20 +249144,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248910,19 +249175,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryFederationConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248941,106 +249206,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryObject", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryObject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DirectoryObjects", - "Variants": [ - "List" - ] + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "Permissions": [], - "Method": "POST", - "Uri": "/directoryObjects/getAvailableExtensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryObjectById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryObjects/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DirectoryObjects", + "Uri": "/directoryObjects/getAvailableExtensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgDirectoryObjectById", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryObjectCount", "Permissions": [], - "Method": "GET", - "Uri": "/directoryObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", - "Variants": [ - "Get" - ] + "Uri": "/directoryObjects/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryObjectDelta", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/directoryObjects/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DirectoryObjects", + "Uri": "/directoryObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryObjectDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249123,22 +249391,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249237,37 +249505,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryOnPremiseSynchronization", - "Permissions": [], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249286,19 +249551,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249317,19 +249582,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/onPremisesSynchronization/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directory/onPremisesSynchronization/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249364,20 +249630,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249412,34 +249677,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleById", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgDirectoryRoleById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249474,20 +249740,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249522,19 +249787,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249569,19 +249834,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/delta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249616,193 +249881,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryRoleMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDirectoryRoleMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDirectoryRoleMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryRoleMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryRoleMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgDirectoryRoleMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryRoleMemberAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249837,19 +250102,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249884,159 +250150,158 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsUser", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectoryRoleScopedMember", "Permissions": [], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250071,19 +250336,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250118,20 +250384,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250166,20 +250432,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250214,34 +250479,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleTemplateById", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoleTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250276,19 +250541,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgDirectoryRoleTemplateDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250323,111 +250588,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directoryRoleTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delta" - ] + "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgDirectorySubscription", "Permissions": [], - "Method": "GET", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectorySubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/subscriptions", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgDirectorySubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgDirectorySubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDirectorySubscriptionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/directory/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgDirectorySubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250454,20 +250720,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250494,19 +250759,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgDomainCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250533,19 +250798,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/domains/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250564,64 +250830,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDomainFederationConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDomainFederationConfigurationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "OutputType": null, + "Command": "Get-MgDomainFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDomainNameReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDomainFederationConfigurationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250640,19 +250905,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDomainNameReferenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250671,35 +250937,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainServiceConfigurationRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250718,19 +250983,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250749,35 +251015,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainVerificationDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250796,19 +251061,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250827,20 +251093,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -250891,270 +251157,270 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveBundleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveContentTypeBaseTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveFollowingCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveFollowingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251221,51 +251487,51 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveItem", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251316,78 +251582,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251438,20 +251704,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251502,35 +251768,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251581,34 +251846,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemChildContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251659,20 +251925,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251723,505 +251989,505 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemCount", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveItemDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveItemItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgDriveItemListItemActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveItemListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveItemListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgDriveItemListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveItemListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252272,20 +252538,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252336,19 +252601,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItemPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252399,94 +252665,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemRetentionLabel", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgDriveItemSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252537,19 +252802,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItemThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252600,20 +252866,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252664,20 +252930,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252728,19 +252993,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252791,20 +253057,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgDriveItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252855,1111 +253121,1113 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveLastModifiedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgDriveListContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgDriveListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveListContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgDriveListItemActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/$count", - "OutputType": null, + "Command": "Get-MgDriveListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveListItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveListItemDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgDriveListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveListOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgDriveRootActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgDriveRootActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveRootAnalyticTime", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgDriveRootChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveRootCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgDriveRootDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -254010,674 +254278,672 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootItemLastModifiedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveRootItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveRootLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgDriveRootListItemActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveRootListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgDriveRootListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgDriveRootListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgDriveRootListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgDriveRootPermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgDriveRootSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgDriveRootThumbnailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveRootVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254704,20 +254970,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254744,19 +255009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254823,20 +255089,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254903,19 +255168,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254982,20 +255248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255062,20 +255328,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List", - "List1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255142,19 +255407,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255221,22 +255489,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255303,22 +255571,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255385,20 +255651,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255465,20 +255731,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255545,35 +255811,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassAssignmentGradingCategory", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationClassAssignmentGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255640,20 +255906,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255720,19 +255985,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255799,20 +256065,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255879,20 +256145,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255959,20 +256225,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256039,64 +256305,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "OutputType": null, + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256163,20 +256429,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256243,19 +256508,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256322,35 +256588,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -256385,19 +256650,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -256432,20 +256698,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256512,20 +256778,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256592,19 +256857,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256671,20 +256937,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256751,20 +257017,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256831,19 +257096,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256910,20 +257176,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256950,19 +257215,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgEducationClassDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257013,19 +257278,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/delta", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257076,49 +257342,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgEducationClassGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257153,19 +257418,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257200,19 +257465,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257247,20 +257513,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257295,20 +257561,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257343,19 +257608,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassModuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257390,20 +257656,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257438,20 +257704,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257486,19 +257751,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassModuleResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257533,35 +257799,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationClassSchool", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationClassSchool", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257588,19 +257853,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257627,20 +257893,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassTeacher", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257667,19 +257932,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257706,19 +257971,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationClassTeacherCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257745,20 +258011,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMe", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257785,34 +258050,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257879,77 +258144,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationMeAssignmentCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258016,313 +258281,313 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Delta" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationMeAssignmentDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationMeAssignmentGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationMeAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationMeAssignmentResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentRubricByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationMeAssignmentRubricByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationMeAssignmentSubmissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/me/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/classes/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258349,19 +258614,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258388,19 +258653,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258435,20 +258701,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258483,19 +258748,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/rubrics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeRubricCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258530,34 +258795,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/rubrics/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/rubrics/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeSchool", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258584,19 +258849,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258623,34 +258888,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeTaughtClass", - "Permissions": [], - "Method": "GET", - "Uri": "/education/me/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258677,19 +258942,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/taughtClasses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeTaughtClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258716,19 +258981,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/taughtClasses/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationMeUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258787,75 +259052,76 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeUserMailboxSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgEducationMeUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/me/user/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgEducationMeUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/me/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationRoot", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", + "Command": "Get-MgEducationRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258882,20 +259148,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258922,19 +259187,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258985,20 +259251,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259025,19 +259290,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259064,19 +259329,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259103,20 +259369,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259143,19 +259408,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259214,19 +259479,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/delta", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259245,19 +259510,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259276,19 +259541,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationSchoolUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259307,20 +259573,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/schools/{educationSchool-id}/users/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259347,22 +259615,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259381,34 +259646,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259475,77 +259740,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationUserAssignmentCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationUserAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259612,315 +259878,314 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentGradingCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationUserAssignmentDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationUserAssignmentGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgEducationUserAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationUserAssignmentResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentRubricByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationUserAssignmentRubricByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Get-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationUserAssignmentSubmissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "OutputType": null, + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259947,19 +260212,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/classes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationUserClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259986,20 +260252,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/classes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/classes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEducationUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -260018,19 +260283,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get" - ] + "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgEducationUserDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260089,93 +260354,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/delta", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Delta" - ] + "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserMailboxSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserRubric", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Get-MgEducationUserRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserRubricCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "OutputType": null, + "Command": "Get-MgEducationUserRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserSchool", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationUserRubricCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260202,19 +260467,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/schools", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationUserSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260241,64 +260507,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/schools/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgEducationUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEducationUserTaughtClass", - "Permissions": [], + ], "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260325,19 +260590,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "List" - ] + "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEducationUserTaughtClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260364,20 +260630,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260396,20 +260662,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260428,19 +260693,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "POST", "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260459,34 +260725,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260505,20 +260771,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260537,19 +260802,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260568,64 +260834,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260644,19 +260909,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260675,19 +260940,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260706,19 +260971,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260737,19 +261002,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260768,34 +261033,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260814,19 +261079,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260845,20 +261111,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260877,19 +261142,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Access", + "Access1", + "AccessViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260908,21 +261175,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Access", - "Access1", - "AccessViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260941,19 +261206,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260972,22 +261240,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261006,49 +261271,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261067,154 +261332,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "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 - } ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261233,19 +261467,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261264,19 +261498,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261295,20 +261529,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261327,34 +261561,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalog", "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261373,128 +261592,161 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementCatalogCount", "ApiVersion": "v1.0", + "CommandAlias": 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 + } + ], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementCatalogResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", @@ -261502,34 +261754,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "List", "List1", "List2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "Get1", @@ -261537,179 +261789,179 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -261717,34 +261969,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "List", "List1", "List2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "Get1", @@ -261752,173 +262004,187 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261937,20 +262203,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261969,19 +262234,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262000,19 +262265,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262031,19 +262296,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262062,19 +262327,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262093,20 +262359,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262125,19 +262390,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262156,19 +262421,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262187,69 +262453,55 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResource", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -262257,577 +262509,577 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Get-MgEntitlementManagementResourceRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalog", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementResourceRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", @@ -262835,34 +263087,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "List", "List1", "List2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "Get1", @@ -262870,179 +263122,179 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -263050,34 +263302,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "List", "List1", "List2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "Get1", @@ -263085,1251 +263337,1264 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResource", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "Get-MgEntitlementManagementResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgEntitlementManagementResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceScopeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgEntitlementManagementSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -264348,33 +264613,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternal", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Command": "Get-MgExternal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/external", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264401,20 +264667,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264441,19 +264706,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgExternalConnectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264480,19 +264745,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/external/connections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -264519,93 +264785,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Module": "Search", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "OutputType": null, + "Command": "Get-MgExternalConnectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgExternalConnectionGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgExternalConnectionGroupMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionGroupMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "OutputType": null, + "Command": "Get-MgExternalConnectionGroupMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -264632,108 +264898,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgExternalConnectionItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "Get-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Get-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Get-MgExternalConnectionItemActivityCount", "ApiVersion": "v1.0", - "Module": "Search", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgExternalConnectionItemActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/items/$count", - "OutputType": null, + "Command": "Get-MgExternalConnectionItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264760,49 +265026,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Get-MgExternalConnectionOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgExternalConnectionOperationCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgExternalConnectionOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgExternalConnectionSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264829,20 +265095,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264885,20 +265151,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264941,19 +265206,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupAcceptedSender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -264972,19 +265237,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/acceptedSenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265003,19 +265268,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupAcceptedSenderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265034,35 +265300,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgGroupAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265089,19 +265354,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265128,35 +265394,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupById", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgGroupById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265199,35 +265465,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgGroupCalendar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -265262,20 +265528,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265294,19 +265559,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupCalendarEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -265333,95 +265599,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupCalendarPermission", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupCalendarPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgGroupCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupCalendarPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "OutputType": null, + "Command": "Get-MgGroupCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgGroupCalendarPermissionCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupCalendarSchedule", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgGroupCalendarSchedule", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupCalendarView", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265456,20 +265722,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265504,19 +265769,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupConversationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265551,20 +265817,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265599,20 +265865,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265647,19 +265912,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265694,20 +265960,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265742,22 +266010,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265792,34 +266057,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265854,19 +266119,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265901,20 +266167,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupConversationThreadPostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265949,152 +266215,151 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupConversationThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupConversationThreadPostExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266137,34 +266402,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get" - ] + "Uri": "/groups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupCreatedOnBehalfOf", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/createdOnBehalfOf", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupCreatedOnBehalfOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266215,20 +266481,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgGroupDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266271,34 +266536,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/delta", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delta" - ] + "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266349,137 +266614,138 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveBundle", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveBundleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266530,2797 +266796,2797 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveFollowingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveFollowingCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItem", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItemAnalyticTime", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveItemChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemListItem", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveItemListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgGroupDriveItemPermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveItemSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveItemThumbnailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupDriveListContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupDriveListCreatedByUser", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveListContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveListItem", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveListItemDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveListOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRoot", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveRootActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootAnalyticTime", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgGroupDriveRootChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveRootCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveRootDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveRootLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootListItem", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveRootListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupDriveRootListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgGroupDriveRootPermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveRootSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgGroupDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveRootThumbnailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgGroupDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgGroupDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269355,20 +269621,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -269387,78 +269652,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgGroupEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgGroupEventAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupEventCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -269477,20 +269743,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -269517,79 +269783,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupEventExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupEventExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269608,78 +269873,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgGroupEventInstanceAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupEventInstanceCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupEventInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269698,108 +269964,110 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupEventInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceExtensionCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -269818,22 +270086,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -269852,19 +270117,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyByGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -269883,19 +270148,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -269914,19 +270179,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupLifecyclePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get" - ] + "Uri": "/groupLifecyclePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -269969,193 +270234,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/members/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270198,19 +270463,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270253,110 +270519,112 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/application/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/device/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/group/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/orgContact/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/members/user/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgGroupMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270439,22 +270707,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgGroupMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270553,37 +270821,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270618,77 +270883,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270723,358 +270989,358 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberWithLicenseErrorCount", "ApiVersion": "v1.0", - "Module": "Groups", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCount", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271117,20 +271383,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271173,19 +271438,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271228,20 +271494,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271284,22 +271552,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271342,19 +271607,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271397,19 +271662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271452,35 +271718,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupOnenoteOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271515,20 +271781,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271563,34 +271828,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOnenotePageContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271625,20 +271891,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271681,35 +271947,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgGroupOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271744,35 +272010,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgGroupOnenoteResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271815,20 +272081,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271871,19 +272136,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271926,20 +272192,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271982,20 +272248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272038,20 +272304,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272094,22 +272362,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272152,19 +272417,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -272199,19 +272464,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272254,193 +272519,193 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupOwnerAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupOwnerAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupOwnerAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupOwnerAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupOwnerAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupOwnerAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupOwnerAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupOwnerAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupOwnerAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272483,19 +272748,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272538,125 +272804,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/owners/application/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/device/$count", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/group/$count", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgGroupOwnerCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272691,19 +272956,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272738,20 +273004,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272778,22 +273046,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272820,19 +273085,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/photos", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272859,52 +273127,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPlanner", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "v1.0", - "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPlannerPlan", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgGroupPlanner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -272955,33 +273220,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPlannerPlanBucket", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgGroupPlannerPlanBucket", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupPlannerPlanCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -273032,49 +273298,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPlannerPlanDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Command": "Get-MgGroupPlannerPlanDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupPlannerPlanTask", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgGroupPlannerPlanTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupRejectedSender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273093,19 +273358,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/rejectedSenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273124,19 +273389,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupRejectedSenderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273155,20 +273421,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/rejectedSenders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273203,22 +273471,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273253,20 +273519,21 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List", - "List1" - ] + "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupSettingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273301,36 +273568,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/settings/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/settings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSettingTemplateById", - "Permissions": [], - "Method": "POST", - "Uri": "/groupSettingTemplates/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupSettingTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgGroupSettingTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273349,19 +273614,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupSettingTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get" - ] + "Uri": "/groupSettingTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgGroupSettingTemplateDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273380,19 +273645,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupSettingTemplates/delta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delta" - ] + "Uri": "/groupSettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273411,20 +273677,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273443,3932 +273708,3919 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groupSettingTemplates", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groupSettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSettingTemplateMemberGroup", - "Permissions": [], - "Method": "POST", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSettingTemplateMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgGroupSettingTemplateMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSite", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Sites", + "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSite", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupSiteActivityByInterval", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteAnalyticTime", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteByPath", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeBase", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSiteCount", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSiteCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteDefaultDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/delta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteDefaultDrive", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteDelta", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteDriveCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteDriveCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteExternalColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteExternalColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteExternalColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgGroupSiteExternalColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathAnalytic", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupSiteGetByPath", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathContentType", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteGetByPathColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathDrive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteGetByPathContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteGetByPathDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathExternalColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteGetByPathDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathItem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgGroupSiteGetByPathExternalColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathOnenote", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgGroupSiteGetByPathItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteGetByPathOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathPage", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgGroupSiteGetByPathOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathPermission", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupSiteGetByPathPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteGetByPathPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathTermStore", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgGroupSiteGetByPathSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgGroupSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteGetByPathTermStore", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items", - "OutputType": "IMicrosoftGraphBaseItem", + "Command": "Get-MgGroupSiteItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItemCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSiteItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSiteLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgGroupSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List1" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListColumn", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteListContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSiteListCount", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteListCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSiteListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupSiteListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupSiteListItem", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupSiteListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSiteListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSiteListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupSiteListItemDelta", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgGroupSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgGroupSiteListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupSiteListOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgGroupSiteListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Get-MgGroupSiteOnenoteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenotePageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenotePageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgGroupSiteOnenotePageParentSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgGroupSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteResourceContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Get-MgGroupSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPageContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgGroupSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgGroupSiteOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgGroupSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePage", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgGroupSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgGroupSitePageAsSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgGroupSitePageAsSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCountAsSitePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCreatedByUser", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSitePageCountAsSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSitePageCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgGroupSitePageLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgGroupSitePermission", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Module": "Sites", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSitePermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStore", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgGroupSitePermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStore", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgGroupSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgGroupSiteTermStoreCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgGroupSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -277378,35 +277630,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -277416,18 +277668,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -277437,35 +277689,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -277475,18 +277727,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -277496,18 +277748,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -277517,18 +277769,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -277538,18 +277790,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -277559,516 +277811,516 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -278078,35 +278330,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278116,18 +278368,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -278137,35 +278389,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -278175,18 +278427,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -278196,18 +278448,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278217,18 +278469,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -278238,18 +278490,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278259,84 +278511,84 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgGroupSiteTermStoreSetCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -278346,35 +278598,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278384,18 +278636,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -278405,35 +278657,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -278443,18 +278695,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -278464,18 +278716,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278485,18 +278737,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -278506,18 +278758,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -278527,2655 +278779,2669 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetTermCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "Permissions": [], + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSubSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteTermStoreSetTermSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSubSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List2" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupSubSiteCount", - "Permissions": [], + "Variants": [ + "List2" + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "OutputType": null, + "Command": "Get-MgGroupSubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgGroupSubSiteCount", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgGroupTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List1" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelCount", - "Permissions": [], + "Variants": [ + "List1" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupTeamChannelCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelFileFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamChannelMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessageReplyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgGroupTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgGroupTeamChannelTabCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTeamChannelTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgGroupTeamGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgGroupTeamIncomingChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamIncomingChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamIncomingChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgGroupTeamIncomingChannelCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgGroupTeamInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamInstalledAppCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgGroupTeamInstalledAppCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgGroupTeamInstalledAppTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/members/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgGroupTeamMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgGroupTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/operations/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgGroupTeamOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgGroupTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPermissionGrantCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgGroupTeamPermissionGrantCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Get-MgGroupTeamPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgGroupTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgGroupTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Get-MgGroupTeamSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Get-MgGroupTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Get-MgGroupTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleOpenShiftCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", + "Command": "Get-MgGroupTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleShiftCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgGroupTeamScheduleShiftCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Get-MgGroupTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Get-MgGroupTeamScheduleTimeOffCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Get-MgGroupTeamTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTagCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTagMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgGroupTeamTagCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTagMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Get-MgGroupTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTagMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "OutputType": null, + "Command": "Get-MgGroupTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTeamTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/team/template", - "OutputType": null, + "Command": "Get-MgGroupTeamTagMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupTeamTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/groups/{group-id}/team/template", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281210,20 +281476,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281258,19 +281523,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupThreadCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281305,20 +281571,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281353,22 +281621,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281403,34 +281668,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281465,19 +281730,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupThreadPostAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281512,20 +281778,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgGroupThreadPostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281560,167 +281826,166 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupThreadPostExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "OutputType": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "OutputType": null, + "Command": "Get-MgGroupThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -281763,193 +282028,194 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupTransitiveMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupTransitiveMemberAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgGroupTransitiveMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTransitiveMemberAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTransitiveMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupTransitiveMemberAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupTransitiveMemberAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -281992,125 +282258,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupTransitiveMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282145,77 +282410,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "List" - ] + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282250,93 +282516,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityApiConnector", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityApiConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityApiConnector", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityApiConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/apiConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityApiConnectorCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/apiConnectors/$count", - "OutputType": null, + "Command": "Get-MgIdentityApiConnectorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/apiConnectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282355,20 +282621,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282387,34 +282652,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282433,209 +282698,209 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowCondition", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282654,19 +282919,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventsFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282685,34 +282950,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282731,19 +282996,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282762,50 +283028,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282824,20 +283090,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282856,19 +283121,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282887,19 +283152,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/authenticationEventListeners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/authenticationEventListeners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282918,20 +283184,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282950,34 +283215,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282996,80 +283261,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProvider" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283088,20 +283354,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283120,19 +283385,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283151,20 +283417,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283183,20 +283449,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283215,19 +283480,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283246,20 +283512,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283278,20 +283544,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283310,20 +283576,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283342,19 +283607,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283373,20 +283639,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283405,80 +283671,80 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283497,20 +283763,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283529,19 +283794,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283560,20 +283826,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283592,50 +283858,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283654,19 +283919,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283685,148 +283950,149 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "Permissions": [], - "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/namedLocations/$count", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgIdentityConditionalAccessPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/policies/$count", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessTemplate", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgIdentityConditionalAccessPolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgIdentityConditionalAccessTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityConditionalAccessTemplateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identity/conditionalAccess/templates/$count", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283845,20 +284111,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283877,19 +284142,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283908,19 +284173,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/customAuthenticationExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/customAuthenticationExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -283939,20 +284205,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -283971,19 +284236,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284002,19 +284267,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/definitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284033,20 +284299,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284065,34 +284330,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284111,19 +284376,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284142,20 +284408,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284174,20 +284440,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284206,20 +284472,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284238,19 +284503,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284269,64 +284535,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284345,20 +284611,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284377,19 +284642,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284408,20 +284674,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284440,20 +284706,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284472,19 +284737,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284503,136 +284769,136 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284651,20 +284917,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284683,19 +284948,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284714,19 +284979,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284745,20 +285011,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284777,78 +285042,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284867,20 +285133,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284899,20 +285165,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284931,19 +285196,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284962,78 +285227,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285052,20 +285318,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285084,19 +285349,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285115,151 +285380,152 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285278,20 +285544,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285310,19 +285575,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285341,238 +285606,238 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285591,19 +285856,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285622,79 +285888,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285713,20 +285993,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285745,19 +286024,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285776,35 +286056,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285823,19 +286102,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285854,94 +286134,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285960,20 +286240,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285992,19 +286271,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286023,94 +286303,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286129,19 +286408,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286160,34 +286439,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286206,19 +286485,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286237,20 +286517,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286269,20 +286549,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286301,19 +286580,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286332,34 +286611,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286378,19 +286657,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286409,109 +286689,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286530,19 +286809,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286561,65 +286841,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286638,19 +286917,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286669,94 +286949,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286775,20 +287055,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286807,19 +287086,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286838,196 +287117,196 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287046,19 +287325,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287077,94 +287357,93 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287183,19 +287462,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287214,20 +287494,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287246,19 +287525,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287277,138 +287557,138 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287427,20 +287707,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287459,19 +287738,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287490,253 +287770,253 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccess", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287755,20 +288035,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287787,34 +288066,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287833,63 +288112,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287908,20 +288188,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287940,34 +288219,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287986,93 +288265,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288091,20 +288371,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288123,34 +288402,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288169,93 +288448,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288274,20 +288554,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288306,19 +288585,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288337,63 +288616,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288412,20 +288692,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288444,19 +288723,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288475,93 +288754,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288580,20 +288860,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288612,19 +288891,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288643,360 +288922,361 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289015,20 +289295,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289047,19 +289326,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityProviderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289078,19 +289357,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/identityProviders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289109,20 +289389,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289141,19 +289420,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgIdentityUserFlowAttributeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289172,47 +289451,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/userFlowAttributes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identity/userFlowAttributes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInformationProtection", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgInformationProtection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInformationProtectionBitlocker", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/informationProtection/bitlocker", - "OutputType": "IMicrosoftGraphBitlocker", + "Command": "Get-MgInformationProtectionBitlocker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/bitlocker", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289231,20 +289511,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289263,19 +289542,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289294,19 +289573,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289325,20 +289605,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289357,19 +289636,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289388,176 +289667,177 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], - "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "OutputType": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/$count", - "OutputType": null, + "Command": "Get-MgInvitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgInvitationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgInvitationInvitedUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/invitations/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserSponsor", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserSponsor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgInvitationInvitedUserSponsor", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgInvitationInvitedUserSponsorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/invitations/invitedUserSponsors/$count", - "OutputType": null, + "Command": "Get-MgInvitationInvitedUserSponsor", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/invitations/invitedUserSponsors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/invitations/invitedUserSponsors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289584,20 +289864,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289624,19 +289903,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289663,19 +289942,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgOauth2PermissionGrantDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289702,19 +289981,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/oauth2PermissionGrants/delta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delta" - ] + "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -289749,20 +290029,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -289837,19 +290116,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -289900,95 +290180,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBranding" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingBackgroundImage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingBackgroundImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingBannerLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingCustomCss", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingFavicon", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingHeaderLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290039,20 +290319,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290103,67 +290382,68 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "OrganizationalBranding.Read.All", + "Description": "Read organizational branding information", + "FullDescription": "Allows the app to read the organizational branding information, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "OrganizationalBranding.ReadWrite.All", + "Description": "Read and write organizational branding information", + "FullDescription": "Allows the app to read and write the organizational branding information, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "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": "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": false + } + ], + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "Permissions": [ - { - "Name": "OrganizationalBranding.Read.All", - "Description": "Read organizational branding information", - "FullDescription": "Allows the app to read the organizational branding information, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "OrganizationalBranding.ReadWrite.All", - "Description": "Read and write organizational branding information", - "FullDescription": "Allows the app to read and write the organizational branding information, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "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": "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": false - } - ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290198,20 +290478,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290262,20 +290542,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290310,20 +290590,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290358,20 +290638,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290406,20 +290686,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290454,20 +290734,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290502,65 +290782,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingSquareLogo", - "Permissions": [], - "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingSquareLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgOrganizationById", "Permissions": [], - "Method": "POST", - "Uri": "/organization/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgOrganizationById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290579,20 +290859,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290611,19 +290890,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290642,20 +290922,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgOrganizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -290730,255 +291009,256 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/organization/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get" - ] + "Uri": "/organization/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/organization/{organization-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgOrganizationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgOrganizationExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/organization/{organization-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgOrganizationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgOrganizationExtensionCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgOrganizationMemberGroup", "Permissions": [], - "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgOrganizationMemberObject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/getMemberObjects", - "OutputType": null, + "Command": "Get-MgOrganizationMemberGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Get-MgOrganizationMemberObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgPlaceAsRoom", "Permissions": [], - "Method": "GET", - "Uri": "/places/{place-id}/room", - "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Module": "Calendar", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/room", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgPlaceAsRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/room", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoom" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoomList", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgPlaceAsRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/room", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoomList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/roomList", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgPlaceAsRoomList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/roomList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoomListRoom", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgPlaceAsRoomList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/roomList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgPlaceAsRoomListRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceAsRoomListRoomCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/places/{place-id}/roomList/rooms/$count", - "OutputType": null, + "Command": "Get-MgPlaceAsRoomListRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/places/$count", - "OutputType": null, + "Command": "Get-MgPlaceAsRoomListRoomCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/{place-id}/roomList/rooms/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceCountAsRoom", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/places/room/$count", - "OutputType": null, + "Command": "Get-MgPlaceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPlaceCountAsRoomList", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/places/roomList/$count", - "OutputType": null, + "Command": "Get-MgPlaceCountAsRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Get" - ] + "Uri": "/places/room/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgPlaceCountAsRoomList", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgPlanner", "Permissions": [], + "Module": "Calendar", + "Uri": "/places/roomList/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", + "Command": "Get-MgPlanner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291029,20 +291309,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291093,19 +291372,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPlannerBucketCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291156,19 +291435,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/buckets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerBucketTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291219,19 +291498,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291282,20 +291562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291346,19 +291625,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerPlanBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291409,19 +291688,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPlannerPlanCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291472,19 +291751,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/plans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291535,20 +291815,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerPlanTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291599,19 +291878,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291662,20 +291942,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291726,19 +292005,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291789,20 +292069,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291853,20 +292133,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPlannerTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291917,19 +292196,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get" - ] + "Uri": "/planner/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerTaskDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291980,20 +292260,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292044,20 +292324,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292084,20 +292364,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292124,63 +292403,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "OutputType": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292207,19 +292486,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292254,19 +292533,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292293,20 +292573,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292333,34 +292612,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -292395,19 +292674,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -292442,20 +292722,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292482,19 +292761,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/appManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292513,76 +292792,77 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "OutputType": null, + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292609,20 +292889,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292649,63 +292928,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "OutputType": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292732,19 +293011,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authenticationStrengthPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292763,19 +293042,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292802,20 +293082,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292842,34 +293121,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292912,19 +293191,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292967,20 +293247,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293007,33 +293286,33 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyConditionalAccessPolicyCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/conditionalAccessPolicies/$count", - "OutputType": null, + "Command": "Get-MgPolicyConditionalAccessPolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/conditionalAccessPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293052,19 +293331,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293083,19 +293362,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293114,20 +293394,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293146,19 +293425,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293177,19 +293456,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293208,20 +293488,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -293240,47 +293519,47 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": "IMicrosoftGraphPolicyTemplate", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293307,19 +293586,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -293346,105 +293625,106 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/deviceRegistrationPolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "OutputType": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/featureRolloutPolicies/$count", - "OutputType": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293471,20 +293751,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293511,34 +293790,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293581,19 +293860,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293636,20 +293916,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293676,33 +293955,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293721,20 +294001,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293753,19 +294032,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293784,34 +294063,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/permissionGrantPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293830,19 +294109,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293861,35 +294141,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293908,19 +294187,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293939,20 +294219,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -293995,20 +294275,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294051,19 +294330,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294106,20 +294386,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294162,19 +294441,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294217,34 +294496,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/roleManagementPolicyAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294287,34 +294566,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/roleManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294357,19 +294636,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294412,20 +294692,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294468,20 +294748,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294524,19 +294803,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294579,20 +294859,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294619,20 +294899,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294659,34 +294938,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294729,19 +295008,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294784,20 +295064,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294824,19 +295103,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenIssuancePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294863,20 +295143,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294903,34 +295182,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "Permissions": [], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294973,19 +295252,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295028,20 +295308,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295068,33 +295347,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/policies/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrint", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Get-MgPrint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295113,20 +295393,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295145,19 +295424,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/connectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPrintConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295176,19 +295455,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/connectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/connectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -295215,48 +295495,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintOperation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Get-MgPrintOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintOperationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print/operations/$count", - "OutputType": null, + "Command": "Get-MgPrintOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295307,20 +295587,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295347,34 +295626,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterConnector", - "Permissions": [], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295393,19 +295672,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/connectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295424,20 +295704,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/connectors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/connectors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295464,19 +295743,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/printers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295543,20 +295823,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295623,19 +295902,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295702,20 +295982,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -295750,34 +296030,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobDocument", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgPrintPrinterJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -295812,109 +296092,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobDocumentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "OutputType": null, + "Command": "Get-MgPrintPrinterJobDocumentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintPrinterJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobTask", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintPrinterJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobTaskCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgPrintPrinterJobTaskCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintPrinterJobTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterJobTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgPrintPrinterJobTaskTrigger", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295941,20 +296221,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295981,19 +296260,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/shares", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterShareCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -296020,20 +296300,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/shares/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/shares/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296060,20 +296340,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296100,19 +296379,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintPrinterTaskTriggerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296139,35 +296419,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296338,20 +296618,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintService" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296522,19 +296801,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/services", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintService" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPrintServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296705,19 +296984,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/services/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296888,20 +297168,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297072,19 +297351,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintServiceEndpointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297255,20 +297535,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/services/{printService-id}/endpoints/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297295,20 +297575,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297335,19 +297614,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297366,19 +297645,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297397,19 +297676,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297428,49 +297708,48 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297489,19 +297768,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297520,19 +297799,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintShareAllowedUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297551,64 +297831,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPrintShareCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297635,19 +297914,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/shares/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297714,20 +297994,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297794,19 +298073,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintShareJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297873,153 +298153,153 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobDocument", - "Permissions": [], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobDocument", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgPrintShareJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobDocumentContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Get-MgPrintShareJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobDocumentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "OutputType": null, + "Command": "Get-MgPrintShareJobDocumentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintShareJobDocumentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintShareJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgPrintShareJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintShareJobTaskCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintShareJobTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgPrintShareJobTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrintSharePrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -298046,124 +298326,124 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/print/shares/{printerShare-id}/printer", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinition", - "Permissions": [], - "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinitionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/$count", - "OutputType": null, + "Command": "Get-MgPrintTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Get" - ] + "Uri": "/print/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinitionTask", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintTaskDefinitionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintTaskDefinitionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "List" - ] + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinitionTaskCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "OutputType": null, + "Command": "Get-MgPrintTaskDefinitionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Get-MgPrintTaskDefinitionTaskCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298182,20 +298462,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", "Module": "Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298214,195 +298493,195 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "Permissions": [], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "OutputType": null, + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "OutputType": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298421,34 +298700,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Compliance", - "Variants": [ - "Get" - ] + "Uri": "/privacy/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestNote", - "Permissions": [], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298467,19 +298746,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", "Module": "Compliance", - "Variants": [ - "List" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298498,49 +298778,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgPrivacySubjectRightsRequestTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgPrivacySubjectRightsRequestTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportAuthenticationMethod", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/authenticationMethods", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Command": "Get-MgReportAuthenticationMethod", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/authenticationMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298559,20 +298839,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298591,19 +298870,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298622,1750 +298901,1751 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "Permissions": [], - "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportDailyPrintUsageByPrinter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageByPrinter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportDailyPrintUsageByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportDailyPrintUsageByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/dailyPrintUsageByUser/$count", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/dailyPrintUsageByUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/deviceConfigurationDeviceActivity", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageByUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Device" - ] + "Uri": "/reports/dailyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportDeviceConfigurationUserActivity", - "Permissions": [], + "Variants": [ + "Device" + ], "Method": "GET", - "Uri": "/reports/deviceConfigurationUserActivity", - "OutputType": null, + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Device" - ] + "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportEmailActivityCount", - "Permissions": [], + "Variants": [ + "Device" + ], "Method": "GET", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportDeviceConfigurationUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/deviceConfigurationUserActivity", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportEmailActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportEmailActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportEmailActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportEmailActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportEmailAppUsageAppUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportEmailActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportEmailAppUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageAppUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportEmailAppUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportGroupArchivedPrintJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportEmailAppUsageVersionUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportM365AppPlatformUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportGroupArchivedPrintJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportM365AppUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportM365AppPlatformUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportM365AppUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getM365AppUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportM365AppUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMailboxUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportM365AppUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMailboxUsageMailboxCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageMailboxCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMailboxUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Detail", "Detail1", "DetailViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "OutputType": null, + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Top", "Top1", "TopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportMonthlyPrintUsageByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportMonthlyPrintUsageByUserCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/monthlyPrintUsageByUser/$count", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageByUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ActivationCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationCounts", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ActivationUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserCounts", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOffice365ActivationCounts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ActivationUserDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActivationsUserDetail", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ActiveUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ActiveUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportOffice365ActiveUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365GroupActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365ActiveUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365GroupActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365GroupActivityFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365GroupActivityStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOffice365ServiceUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveActivityFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOffice365ServiceUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveUsageAccountCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveUsageAccountDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageAccountCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveUsageFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageAccountDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportOneDriveUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartner", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners", - "OutputType": "IMicrosoftGraphPartners", + "Command": "Get-MgReportOneDriveUsageStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBilling", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Command": "Get-MgReportPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartners" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingManifest", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgReportPartnerBilling", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgReportPartnerBillingManifest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "List" - ] + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingManifestCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/partners/billing/manifests/$count", - "OutputType": null, + "Command": "Get-MgReportPartnerBillingManifest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgReportPartnerBillingManifestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/manifests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/partners/billing/operations", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgReportPartnerBillingOperation", "ApiVersion": "v1.0", - "Module": "Reports", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingOperationCount", "Permissions": [], - "Method": "GET", - "Uri": "/reports/partners/billing/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingReconciliation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Command": "Get-MgReportPartnerBillingOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingReconciliationBilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Get-MgReportPartnerBillingOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingUsage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Command": "Get-MgReportPartnerBillingReconciliation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingUsageBilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Get-MgReportPartnerBillingReconciliationBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportPartnerBillingUsageUnbilled", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Get-MgReportPartnerBillingUsage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportPrinterArchivedPrintJob", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportPartnerBillingUsageBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgReportRelyingPartyDetailedSummary", "Permissions": [], + "Module": "Reports", + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Command": "Get-MgReportPrinterArchivedPrintJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportSecurity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/security", - "OutputType": null, + "Command": "Get-MgReportRelyingPartyDetailedSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgReportSecurity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Get" - ] + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointActivityFileCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointActivityPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointSiteUsageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointSiteUsageFileCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointSiteUsagePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageFileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsagePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSharePointSiteUsageStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageSiteCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportTeamActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportTeamActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamActivityDistributionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamActivityDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamActivityDistributionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamUserActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportTeamUserActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportTeamUserActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgReportTeamUserActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportTeamUserActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportUserArchivedPrintJob", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportTeamUserActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportUserArchivedPrintJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerActivityUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportYammerActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerActivityUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportYammerActivityUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportYammerActivityUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerDeviceUsageUserCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerGroupActivityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageUserDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerGroupActivityDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "OutputType": null, + "Command": "Get-MgReportYammerGroupActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgReportYammerGroupActivityGroupCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "OutputType": null, + "Command": "Get-MgReportYammerGroupActivityDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgReportYammerGroupActivityGroupCount", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRiskDetectionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/riskDetections/$count", - "OutputType": null, + "Command": "Get-MgRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgRiskDetectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300384,20 +300664,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300416,19 +300695,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRiskyServicePrincipalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300447,34 +300726,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/riskyServicePrincipals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRiskyServicePrincipalHistory", - "Permissions": [], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300493,19 +300772,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300524,63 +300804,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgRiskyUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgRiskyUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgRiskyUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgRiskyUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRiskyUserCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityProtection/riskyUsers/$count", - "OutputType": null, + "Command": "Get-MgRiskyUserCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/riskyUsers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300599,20 +300879,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300631,19 +300910,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRiskyUserHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300662,20 +300942,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -300710,33 +300989,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgRoleManagementDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300763,20 +301043,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300803,19 +301082,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300842,19 +301121,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300881,20 +301161,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300921,19 +301200,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300960,20 +301240,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301016,20 +301296,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301072,34 +301351,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301142,65 +301421,74 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301232,31 +301520,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301288,60 +301575,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301373,45 +301660,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301443,31 +301731,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301499,60 +301786,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -301584,98 +301871,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "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", @@ -301699,22 +301971,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -301749,49 +302028,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -301826,94 +302105,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301956,20 +302236,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302012,19 +302291,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302067,64 +302346,73 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302156,31 +302444,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302212,45 +302499,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302282,45 +302569,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302352,31 +302640,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302408,45 +302695,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302478,98 +302765,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "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", @@ -302594,6 +302866,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", @@ -302603,20 +302883,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302659,34 +302938,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302729,195 +303008,196 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgRoleManagementEntitlementManagement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -302976,20 +303256,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303048,34 +303327,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303134,433 +303413,434 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303667,20 +303947,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303787,19 +304066,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303906,387 +304185,388 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "OutputType": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Get" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304305,20 +304585,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", "Module": "SchemaExtensions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304337,19 +304616,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", "Module": "SchemaExtensions", - "Variants": [ - "List" - ] + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSchemaExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304368,19 +304647,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/schemaExtensions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "SchemaExtensions", - "Variants": [ - "Get" - ] + "Uri": "/schemaExtensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304399,20 +304679,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304431,19 +304710,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/search/acronyms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSearchAcronymCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304462,19 +304741,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/acronyms/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/search/acronyms/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304493,20 +304773,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304525,19 +304804,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/search/bookmarks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSearchBookmarkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304556,33 +304835,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/bookmarks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/search/bookmarks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSearchEntity", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Get-MgSearchEntity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/search", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304601,20 +304881,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304633,19 +304912,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "List" - ] + "Uri": "/search/qnas", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSearchQnaCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304664,19 +304943,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/search/qnas/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Get" - ] + "Uri": "/search/qnas/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304695,20 +304975,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304727,19 +305006,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/alerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityAlertCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304758,19 +305037,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304789,20 +305069,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304821,19 +305100,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/alerts_v2", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get1" + ], + "Method": "GET", "Command": "Get-MgSecurityAlertV2Count", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304852,560 +305131,561 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/alerts_v2/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get1" - ] + "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulation", - "Permissions": [], - "Method": "GET", - "Uri": "/security/attackSimulation", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "Get-MgSecurityAttackSimulation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomation", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgSecurityAttackSimulation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgSecurityAttackSimulationAutomation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationAutomation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgSecurityAttackSimulationAutomationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/simulations/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgSecurityAttackSimulationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgSecurityAttackSimulationLandingPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationLandingPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLandingPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Get-MgSecurityAttackSimulationLandingPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgSecurityAttackSimulationLoginPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationLoginPageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/loginPages/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationLoginPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLoginPage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationOperation", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgSecurityAttackSimulationLoginPageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/loginPages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgSecurityAttackSimulationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/operations/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationPayload", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgSecurityAttackSimulationOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgSecurityAttackSimulationPayload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationPayloadCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/payloads/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationPayload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPayload" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTraining", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgSecurityAttackSimulationPayloadCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/payloads/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgSecurityAttackSimulationTraining", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTrainingCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationTraining", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTraining" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Get-MgSecurityAttackSimulationTrainingCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityCase", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305424,20 +305704,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305456,19 +305735,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305487,19 +305766,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/cases/ediscoveryCases/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305518,20 +305798,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305550,19 +305829,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305581,20 +305861,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305613,35 +305893,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305660,19 +305939,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305691,50 +305971,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305753,19 +306032,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305784,79 +306064,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305875,19 +306154,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305906,20 +306186,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305938,79 +306218,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306029,19 +306308,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306060,20 +306340,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306092,20 +306372,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306124,19 +306403,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306155,20 +306435,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306187,20 +306467,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306219,19 +306498,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306250,20 +306530,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306282,20 +306562,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306314,78 +306593,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306404,64 +306684,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306480,64 +306760,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306556,20 +306836,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306588,20 +306868,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306620,63 +306899,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306695,92 +306975,92 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", - "Permissions": [], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIdentity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/identities", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIdentityHealthIssue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgSecurityIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/identities/healthIssues", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgSecurityIdentityHealthIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIdentityHealthIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/identities/healthIssues/$count", - "OutputType": null, + "Command": "Get-MgSecurityIdentityHealthIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityIdentityHealthIssueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/identities/healthIssues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306799,20 +307079,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306831,78 +307110,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/incidents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIncidentAlert", - "Permissions": [], - "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIncidentAlert", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Get-MgSecurityIncidentAlert", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIncidentAlertCommentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "OutputType": null, + "Command": "Get-MgSecurityIncidentAlert", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityIncidentAlertCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/incidents/{incident-id}/alerts/$count", - "OutputType": null, + "Command": "Get-MgSecurityIncidentAlertCommentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlertCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityIncidentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306921,307 +307200,308 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/incidents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/incidents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabel", - "Permissions": [], - "Method": "GET", - "Uri": "/security/labels", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelAuthority", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgSecurityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelAuthority", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/authorities", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgSecurityLabelAuthority", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelAuthorityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/authorities/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelAuthority", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/authorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgSecurityLabelAuthorityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/authorities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/categories", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgSecurityLabelCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/categories/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/categories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategorySubcategory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgSecurityLabelCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgSecurityLabelCategorySubcategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCategorySubcategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelCategorySubcategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgSecurityLabelCategorySubcategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCitation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/citations", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgSecurityLabelCitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelCitationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/citations/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelCitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/citations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelDepartment", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgSecurityLabelCitationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/citations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelDepartment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/departments", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgSecurityLabelDepartment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelDepartmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/departments/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelDepartment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/departments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelFilePlanReference", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgSecurityLabelDepartmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/departments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgSecurityLabelFilePlanReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelFilePlanReferenceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/filePlanReferences/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelFilePlanReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionEventType", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Get-MgSecurityLabelFilePlanReferenceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/filePlanReferences/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307240,20 +307520,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307272,19 +307551,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307303,153 +307582,154 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", - "Permissions": [], - "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "OutputType": null, + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307468,20 +307748,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScore" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307500,19 +307779,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/secureScores", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScore" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307531,20 +307811,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307563,19 +307842,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307594,19 +307873,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScoreControlProfiles/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/secureScoreControlProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecuritySecureScoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307625,19 +307904,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/secureScores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307656,20 +307936,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307688,195 +307967,195 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "Permissions": [], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307895,19 +308174,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307926,50 +308206,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgSecuritySubjectRightsRequestNote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307988,19 +308267,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308019,677 +308299,663 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "Permissions": [], - "Method": "GET", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Command": "Get-MgSecuritySubjectRightsRequestTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articles/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/articleIndicators/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostReputation" + }, + { "Variants": [ "Get", "Get1", @@ -308697,848 +308963,862 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/subdomains/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityTrigger", - "Permissions": [], + ], "Method": "GET", - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgSecurityTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309557,20 +309837,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309589,19 +309868,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309620,19 +309899,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/triggers/retentionEvents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309651,34 +309931,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSecurityTriggerType", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Get-MgSecurityTriggerType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309697,20 +309977,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309729,19 +310008,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "List" - ] + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309760,266 +310039,267 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Get" - ] + "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverview", - "Permissions": [], - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgServiceAnnouncementHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverviewCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "Get" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementIssueCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/$count", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "Get" - ] + "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessage", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgServiceAnnouncementIssueCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgServiceAnnouncementMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgServiceAnnouncementMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgServiceAnnouncementMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "List" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServiceAnnouncementMessageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/messages/$count", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310062,20 +310342,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310118,78 +310397,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgServicePrincipalAppManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalAppManagementPolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalAppManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310232,19 +310511,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310287,35 +310567,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310358,19 +310637,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310413,20 +310693,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310469,35 +310749,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalById", - "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetExpanded" - ] + ], + "Method": "POST", + "Command": "Get-MgServicePrincipalById", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310540,19 +310819,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310595,19 +310874,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310650,20 +310930,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310706,34 +310985,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get" - ] + "Uri": "/servicePrincipals/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalCreatedObject", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310776,48 +311055,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310860,50 +311140,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310930,19 +311209,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310969,20 +311249,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311025,63 +311304,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/delta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Delta" - ] + "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalEndpoint", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalEndpointCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311124,19 +311403,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311179,19 +311458,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311234,20 +311514,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311330,22 +311612,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311444,37 +311726,34 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOf", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311517,106 +311796,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311659,80 +311939,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -311759,19 +312038,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -311798,35 +312078,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObject", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311869,164 +312148,165 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312069,95 +312349,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312200,135 +312479,135 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgServicePrincipalOwnerAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312371,19 +312650,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312426,80 +312706,80 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalOwnerCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnerCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312550,20 +312830,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312614,107 +312894,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgServicePrincipalRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgServicePrincipalRiskDetection", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgServicePrincipalRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalRiskDetectionCount", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalRiskDetectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronization", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312733,22 +313015,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312775,20 +313055,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312815,49 +313094,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312884,20 +313164,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -312940,79 +313220,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationSecretCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313039,20 +313319,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313079,19 +313358,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313118,20 +313398,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313158,123 +313438,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -313317,19 +313596,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -313372,35 +313652,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -313435,106 +313714,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -313569,197 +313849,197 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareContentTypeBase", - "Permissions": [], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgShareContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/$count", - "OutputType": null, + "Command": "Get-MgShareContentTypeBaseTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareCreatedByUser", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgShareCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgShareCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgShareCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgShareCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgShareDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -313786,20 +314066,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgShareDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -313850,602 +314130,588 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItem", - "Permissions": [], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgShareItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgShareItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "OutputType": null, + "Command": "Get-MgShareItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgShareItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgShareItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgShareLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgShareListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgShareListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgShareListContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgShareListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgShareListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgShareListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgShareListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareListContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgShareListContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgShareListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgShareListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgShareListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgShareListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgShareListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", @@ -314455,428 +314721,442 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgShareListItemActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgShareListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgShareListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgShareListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgShareListItemDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDocumentSetVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgShareListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgShareListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgShareListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgShareListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgShareListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgShareListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgShareListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgShareListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgShareListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgShareListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgShareListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgShareListOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSharePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgShareListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgSharePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": null, + "Command": "Get-MgShareRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgShareRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -314903,49 +315183,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/shares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgShareSite", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/site", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgShareSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -314964,20 +315244,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -314996,36 +315275,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteActivityByInterval", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315076,138 +315356,138 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "ApiVersion": "v1.0", - "Module": "Sites", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteAnalyticItemActivityStatCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgSiteAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315258,20 +315538,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315322,20 +315602,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteApplicableContentTypeForList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315370,35 +315650,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSiteByPath", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315433,20 +315713,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315481,19 +315760,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315528,35 +315808,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315591,20 +315871,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315639,85 +315918,86 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeBase", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeBaseTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgSiteContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315752,20 +316032,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315800,19 +316079,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315847,123 +316127,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnLink", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgSiteContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -315982,20 +316262,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316030,20 +316310,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get1" + ], + "Method": "GET", "Command": "Get-MgSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316062,19 +316341,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get1" - ] + "Uri": "/sites/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316125,20 +316405,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgSiteDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316157,34 +316436,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/delta", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Delta" - ] + "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316235,19 +316514,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316298,414 +316578,414 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteExternalColumn", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteExternalColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteExternalColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteExternalColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/externalColumns/$count", - "OutputType": null, + "Command": "Get-MgSiteExternalColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPath", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgSiteExternalColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathAnalytic", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgSiteGetByPath", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathContentType", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteGetByPathColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathDrive", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgSiteGetByPathContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgSiteGetByPathDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathExternalColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteGetByPathDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathOnenote", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Get-MgSiteGetByPathExternalColumn", "ApiVersion": "v1.0", - "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgSiteGetByPathOperation", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteGetByPathPage", "Permissions": [], + "Module": "Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Get-MgSiteGetByPathOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathPermission", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgSiteGetByPathPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSiteGetByPathPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathTermStore", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgSiteGetByPathSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSiteItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSiteLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316724,20 +317004,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316756,19 +317035,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List1" - ] + "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316803,20 +317083,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316851,19 +317130,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316898,35 +317178,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316961,20 +317241,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317009,19 +317288,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317056,20 +317336,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317104,19 +317383,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317151,123 +317431,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnLink", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgSiteListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -317286,20 +317566,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317334,20 +317614,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317366,94 +317646,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSiteListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgSiteListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317480,20 +317760,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317512,36 +317791,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemActivityByInterval", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -317592,79 +317872,81 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSiteListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317683,22 +317965,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317741,20 +318021,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317797,19 +318076,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317852,35 +318132,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -317931,50 +318211,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgSiteListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317993,20 +318273,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318025,19 +318304,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318056,35 +318336,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318119,20 +318399,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318167,19 +318446,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318214,64 +318494,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListSubscription", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteListSubscriptionCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgSiteListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318314,20 +318594,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318370,19 +318649,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318425,20 +318705,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318481,22 +318763,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318539,19 +318818,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", - "Module": "Notes", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -318594,19 +318873,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318649,35 +318929,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgSiteOnenoteOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -318712,20 +318992,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -318760,34 +319039,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteOnenotePageContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Get-MgSiteOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -318822,35 +319102,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -318885,35 +319165,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgSiteOnenoteResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318956,20 +319236,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319012,19 +319291,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319067,20 +319347,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319123,20 +319403,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319179,20 +319459,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319235,22 +319517,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319293,19 +319572,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -319340,19 +319619,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319387,20 +319667,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319435,19 +319714,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319482,20 +319762,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319514,20 +319794,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319546,34 +319825,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePage", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319592,387 +319871,388 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/sitePage", - "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSitePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayout", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSitePageAsSitePageCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": "IMicrosoftGraphWebPart", + "Command": "Get-MgSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageAsSitePageWebPartCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "OutputType": null, + "Command": "Get-MgSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSitePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319991,20 +320271,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSitePageCountAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -320023,227 +320303,227 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSitePageCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgSitePageLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSitePermission", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSitePermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSitePermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSitePermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -320286,20 +320566,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320318,51 +320600,51 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStore" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStore", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStores/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320381,22 +320663,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320415,20 +320695,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List", - "List1" - ] + "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320447,39 +320729,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320498,26 +320778,12 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List", - "List1" - ] + "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", + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChild", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "Get1", @@ -320527,35 +320793,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -320565,18 +320831,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -320586,35 +320852,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -320624,18 +320890,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -320645,18 +320911,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -320666,18 +320932,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -320687,18 +320953,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -320708,12 +320974,28 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320732,139 +321014,139 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "ApiVersion": "v1.0", - "Module": "Sites", - "Variants": [ - "List", - "List1" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320883,337 +321165,337 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "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", + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTerm", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetTermCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321232,43 +321514,27 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSet", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -321278,12 +321544,28 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1", + "List2", + "List3" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321302,28 +321584,12 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List", - "List1", - "List2", - "List3" - ] + "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", + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildCount", - "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Get", "Get1", @@ -321333,18 +321599,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -321354,35 +321620,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -321392,18 +321658,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -321413,18 +321679,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -321434,18 +321700,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -321455,18 +321721,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -321476,84 +321742,84 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Get-MgSiteTermStoreSetCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -321563,35 +321829,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -321601,18 +321867,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -321622,35 +321888,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1", "List2", "List3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", @@ -321660,18 +321926,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", @@ -321681,18 +321947,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -321702,18 +321968,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", @@ -321723,18 +321989,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", @@ -321744,478 +322010,492 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322234,20 +322514,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List", - "List1" - ] + "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", + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322266,73 +322548,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetRelationFromTerm", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "TermStore.Read.All", + "Description": "Read term store data", + "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "TermStore.ReadWrite.All", + "Description": "Read and write term store data", + "FullDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetRelationToTerm", - "Permissions": [], + "Variants": [ + "List", + "List1" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322351,54 +322697,205 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetTermChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "TermStore.Read.All", + "Description": "Read term store data", + "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "TermStore.ReadWrite.All", + "Description": "Read and write term store data", + "FullDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTerm", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ - "List", - "List1" - ] + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChild", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetTermChildSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "List", + "List1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChild", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322417,20 +322914,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List", - "List1" - ] + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322449,307 +322948,1348 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBackupRestoreRoot" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRuleCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ - "List", - "List1" - ] + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "OutputType": null, + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermChildSet", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermCount", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "OutputType": null, + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelation", - "Permissions": [ - { - "Name": "TermStore.Read.All", - "Description": "Read term store data", - "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TermStore.ReadWrite.All", - "Description": "Read and write term store data", - "FullDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" + }, + { + "Variants": [ + "Get" ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ - "List", - "List1" - ] + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelationCount", - "Permissions": [ - { - "Name": "TermStore.Read.All", - "Description": "Read term store data", - "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TermStore.ReadWrite.All", - "Description": "Read and write term store data", - "FullDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "OutputType": null, + "Command": "Get-MgSolutionBackupRestorePoint", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePointProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicyCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProtectionUnitBase" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionUnitBase" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceApp" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceApp" }, { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelationSet", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSolutionBackupRestoreSession", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgSiteTermStoreSetTermSet", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -322784,20 +324324,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -322832,63 +324371,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSubscription", - "Permissions": [], - "Method": "GET", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "ChangeNotifications", - "Variants": [ - "List" - ] + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgSubSite", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/sites/{site-id}/sites/{site-id1}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSubscription", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "ChangeNotifications", + "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List2" + ], + "Method": "GET", "Command": "Get-MgSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -322907,19 +324446,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/sites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List2" - ] + "Uri": "/sites/{site-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSubSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -322938,20 +324478,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/sites/{site-id}/sites/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -323026,20 +324566,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -323066,19 +324605,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323153,20 +324693,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get1", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323241,19 +324780,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List1" - ] + "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323328,20 +324868,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -323416,35 +324956,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -323479,20 +325019,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -323519,19 +325058,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -323558,20 +325098,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323606,22 +325148,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323656,19 +325195,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323703,20 +325243,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323751,20 +325291,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323799,22 +325341,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323849,19 +325388,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323896,20 +325436,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323944,20 +325484,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323992,19 +325531,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324039,20 +325579,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324087,20 +325627,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324135,22 +325677,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324185,19 +325724,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324232,35 +325772,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamChannelRetainedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamChannelRetainedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324279,22 +325821,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324313,34 +325852,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324359,19 +325898,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "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", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324390,20 +325930,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324422,20 +325962,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324534,20 +326074,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324646,19 +326185,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324757,35 +326297,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgTeamChannelTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -324812,63 +326351,63 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamGroupServiceProvisioningError", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "List" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgTeamGroupServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamIncomingChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -324895,19 +326434,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/incomingChannels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamIncomingChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -324934,20 +326474,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/incomingChannels/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -325102,20 +326642,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325262,19 +326801,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325421,50 +326961,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgTeamInstalledAppTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325491,20 +327031,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325531,19 +327070,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325570,79 +327110,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamOperation", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/operations/$count", - "OutputType": null, + "Command": "Get-MgTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgTeamOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325733,19 +327272,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325836,50 +327376,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/permissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgTeamPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -325922,453 +327462,453 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelFileFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelFileFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "OutputType": null, + "Command": "Get-MgTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgTeamPrimaryChannelTabCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326403,20 +327943,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326451,20 +327991,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -326483,19 +328022,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -326514,20 +328054,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326562,20 +328102,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326610,19 +328149,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326657,20 +328197,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326705,19 +328244,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326752,20 +328292,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326800,20 +328340,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326848,20 +328388,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326896,19 +328435,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326943,20 +328483,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -326991,20 +328531,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327039,19 +328578,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327086,35 +328626,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327149,19 +328688,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327196,20 +328736,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327244,20 +328784,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327292,19 +328831,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327339,20 +328879,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327387,20 +328927,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327435,19 +328974,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327482,20 +329022,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327530,20 +329070,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327578,19 +329117,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327625,20 +329165,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327673,20 +329213,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327721,19 +329260,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327768,20 +329308,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/tags/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327816,20 +329356,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327864,19 +329403,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamTagMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327911,629 +329451,628 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamTemplate", - "Permissions": [], - "Method": "GET", - "Uri": "/teams/{team-id}/template", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamwork", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", + "Command": "Get-MgTeamTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teams/{team-id}/template", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedChat", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, + "Command": "Get-MgTeamwork", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamwork" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedChat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedChats", - "OutputType": "IMicrosoftGraphDeletedChat", + "Command": "Get-MgTeamworkDeletedChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedChatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedChats/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeam", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgTeamworkDeletedChatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedChats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgTeamworkDeletedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannel", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgTeamworkDeletedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgTeamworkDeletedTeamChannelCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTeamworkDeletedTeamCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/$count", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get" - ] + ], + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -328552,19 +330091,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328583,20 +330123,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328615,19 +330154,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328646,19 +330185,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teamwork/workforceIntegrations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get" - ] + "Uri": "/teamwork/workforceIntegrations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328677,20 +330217,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328709,19 +330248,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328740,34 +330279,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328786,19 +330325,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328817,20 +330357,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328849,20 +330389,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328881,19 +330420,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328912,20 +330452,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328944,19 +330483,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328975,20 +330515,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329007,19 +330546,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329038,20 +330578,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329070,19 +330609,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329101,20 +330641,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329133,20 +330673,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329165,19 +330704,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329196,20 +330736,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Partner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329236,19 +330775,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -329267,34 +330806,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329321,19 +330860,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329360,19 +330899,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get" - ] + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -329495,20 +331035,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -329615,137 +331154,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivity", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivityCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/$count", - "OutputType": null, + "Command": "Get-MgUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivityHistoryItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Get-MgUserActivityCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivityHistoryItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Get-MgUserActivityHistoryItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivityHistoryItemActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgUserActivityHistoryItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserActivityHistoryItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "OutputType": null, + "Command": "Get-MgUserActivityHistoryItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAgreementAcceptance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgUserActivityHistoryItemCount", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -329764,19 +331303,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAgreementAcceptanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -329795,35 +331335,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -329842,19 +331381,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -329873,68 +331413,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAuthenticationEmailMethod", - "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 - } ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Command": "Get-MgUserAuthenticationEmailMethod", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329969,19 +331461,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationEmailMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330016,20 +331508,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethodCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330064,20 +331556,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330112,19 +331604,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationFido2MethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330159,25 +331651,25 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2MethodCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationMethod", "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 @@ -330199,28 +331691,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 } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330255,19 +331747,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330302,25 +331794,25 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/methods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethodCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "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 @@ -330342,28 +331834,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 } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330398,19 +331890,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330445,40 +331937,25 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationOperation", "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 @@ -330500,57 +331977,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 } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAuthenticationOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Variants": [ - "List" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Get-MgUserAuthenticationOperationCount", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/operations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationPasswordMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330585,20 +332048,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Command": "Get-MgUserAuthenticationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330633,19 +332125,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationPasswordMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330680,20 +332172,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethodCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330728,20 +332220,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330776,19 +332268,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "ApiReferenceLink": null, + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserAuthenticationPhoneMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330823,20 +332315,68 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": 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 + } + ], + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330871,20 +332411,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330919,19 +332458,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330966,20 +332506,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331014,20 +332554,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331062,19 +332601,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331109,20 +332649,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331157,20 +332697,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331205,19 +332744,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331252,65 +332792,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserById", "Permissions": [], - "Method": "POST", - "Uri": "/users/getByIds", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Get-MgUserById", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserCalendar", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", + "Module": "Users.Actions", + "Uri": "/users/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331345,19 +332884,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserCalendarCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331392,20 +332932,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendars/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List1" + ], + "Method": "GET", "Command": "Get-MgUserCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331432,19 +332971,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List1" - ] + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgUserCalendarEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -331471,22 +333013,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ] + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331505,20 +333045,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331545,19 +333084,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331592,19 +333131,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserCalendarGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331631,86 +333171,86 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendarGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserCalendarPermission", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserCalendarPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgUserCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserCalendarPermissionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "OutputType": null, + "Command": "Get-MgUserCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Get-MgUserCalendarPermissionCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserCalendarSchedule", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "Get-MgUserCalendarSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgUserCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331737,20 +333277,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/calendarView", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List", - "List1" - ] + "Uri": "/users/{user-id}/calendar/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331833,20 +333373,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331889,19 +333428,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331944,109 +333484,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/chats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatInstalledApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgUserChatInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatInstalledApp", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "Get-MgUserChatInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatInstalledAppCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "OutputType": null, + "Command": "Get-MgUserChatInstalledAppCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgUserChatInstalledAppTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatLastMessagePreview", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Get-MgUserChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -332145,20 +333685,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -332257,19 +333796,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -332368,20 +333908,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332440,20 +333980,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332496,19 +334035,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332551,20 +334091,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332623,20 +334163,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332695,22 +334237,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332769,19 +334308,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -332840,215 +334380,215 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReply", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReply", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgUserChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReplyCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "OutputType": null, + "Command": "Get-MgUserChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReplyDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgUserChatMessageReplyCount", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgUserChatMessageReplyDelta", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgUserChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatMessageReplyHostedContentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "OutputType": null, + "Command": "Get-MgUserChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgUserChatMessageReplyHostedContentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgUserChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPermissionGrantCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "OutputType": null, + "Command": "Get-MgUserChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPinnedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgUserChatPermissionGrantCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPinnedMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgUserChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatPinnedMessageCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "OutputType": null, + "Command": "Get-MgUserChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserChatRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -333067,79 +334607,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/getAllRetainedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatTab", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgUserChatTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatTab", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Get-MgUserChatTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatTabCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "OutputType": null, + "Command": "Get-MgUserChatTabCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserChatTabTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgUserChatTabTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333158,20 +334698,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333190,19 +334729,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333221,20 +334761,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333253,64 +334793,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333329,20 +334869,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333361,34 +334900,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333407,19 +334946,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333438,20 +334978,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333470,19 +335009,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333501,20 +335041,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333533,94 +335073,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333639,35 +335179,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserContactFolderChildFolderDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333686,20 +335226,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333718,19 +335257,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333749,20 +335289,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333781,94 +335321,94 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderContactExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserContactFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderContactExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserContactFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderContactPhoto", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactFolderContactExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactFolderContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgUserContactFolderContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333887,20 +335427,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "PersonalContacts", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserContactFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333919,50 +335459,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/contactFolders/delta", - "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContactFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactPhoto", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserContactPhotoContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Get-MgUserContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get" + ], + "Method": "GET", "Command": "Get-MgUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -334069,34 +335608,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get" - ] + "Uri": "/users/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserCreatedObject", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -334147,48 +335686,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserCreatedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -334239,50 +335779,49 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDefaultCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgUserDefaultCalendar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserDefaultCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -334309,19 +335848,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgUserDefaultCalendarSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -334348,22 +335890,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/calendar/getSchedule", - "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -334414,20 +335954,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta" + ], + "Method": "GET", "Command": "Get-MgUserDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -334462,78 +336001,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/delta", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta" - ] + "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "OutputType": null, + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "ApiVersion": "v1.0", - "Module": "Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -334576,77 +336115,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/directReports", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportAsOrgContact", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgUserDirectReportAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportAsUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDirectReportAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/directReports/orgContact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/user", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDirectReportAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/directReports/user", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserDirectReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -334689,65 +336229,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/directReports/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/directReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportCountAsOrgContact", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "OutputType": null, + "Command": "Get-MgUserDirectReportCountAsOrgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDirectReportCountAsUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/directReports/user/$count", - "OutputType": null, + "Command": "Get-MgUserDirectReportCountAsUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/directReports/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDrive", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get1", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -334798,137 +336337,138 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveBundle", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveBundle", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveBundleContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveBundleCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "OutputType": null, + "Command": "Get-MgUserDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveContentTypeBase", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveBundleCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveContentTypeBase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveContentTypeBaseType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveContentTypeBaseTypeCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "OutputType": null, + "Command": "Get-MgUserDriveContentTypeBaseType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -334979,2797 +336519,2797 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/drives/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveCreatedByUser", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveFollowing", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveFollowingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveFollowing", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveFollowingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "OutputType": null, + "Command": "Get-MgUserDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveFollowingCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItem", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItemAnalyticTime", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Get-MgUserDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveItemChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemListItem", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveItemListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveItemListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveItemListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgUserDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgUserDriveItemPermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveItemSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveItemThumbnailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveItemVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "List", "List1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveList", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveListColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumn", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgUserDriveListContentTypeColumnCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgUserDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListContentTypeCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserDriveListCreatedByUser", "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveListContentTypeCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveListCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveListDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemActivityByInterval", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveListItem", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveListItemDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Get-MgUserDriveListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgUserDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListOperation", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Get-MgUserDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListOperationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveListOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveListSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveListSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveRootActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRoot", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveRootActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootAnalyticTime", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootAnalyticTime", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootChild", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootChildContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootChildCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Get-MgUserDriveRootChildCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveRootCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserDriveRootDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootItemLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveRootDelta", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootLastModifiedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveRootLastModifiedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootListItem", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemAnalytic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveRootListItemActivityByInterval", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemCreatedByUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveRootListItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgUserDriveRootListItemCreatedByUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Get-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemVersionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Get-MgUserDriveRootListItemVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgUserDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootPermissionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgUserDriveRootPermissionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootSubscription", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootSubscriptionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveRootSubscriptionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Get-MgUserDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootThumbnailCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveRootThumbnailCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Get-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootVersionContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveRootVersionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "OutputType": null, + "Command": "Get-MgUserDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootVersionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveSpecial", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveSpecialContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Get-MgUserDriveSpecial", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserDriveSpecialCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "OutputType": null, + "Command": "Get-MgUserDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337788,20 +339328,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337828,78 +339367,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgUserEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgUserEventAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserEventCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337926,20 +339466,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -337966,79 +339506,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserEventExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -338057,78 +339596,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "OutputType": null, + "Command": "Get-MgUserEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceCalendar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgUserEventInstanceAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserEventInstanceCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserEventInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -338147,138 +339687,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgUserEventInstanceDelta", "ApiVersion": "v1.0", - "Module": "Calendar", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserEventInstanceExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgUserEventInstanceExtensionCount", "ApiVersion": "v1.0", - "Module": "Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserFollowedSite", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/followedSites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgUserExtensionCount", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338297,19 +339836,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/followedSites", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/followedSites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserFollowedSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338328,109 +339868,108 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/followedSites/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/users/{user-id}/followedSites/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInferenceClassification", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Command": "Get-MgUserInferenceClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Get-MgUserInferenceClassificationOverride", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInferenceClassificationOverride", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Get-MgUserInferenceClassificationOverride", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInferenceClassificationOverrideCount", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "OutputType": null, + "Command": "Get-MgUserInferenceClassificationOverrideCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights", - "OutputType": "IMicrosoftGraphItemInsights", + "Command": "Get-MgUserInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsightShared", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "Get-MgUserInsightShared", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338449,19 +339988,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserInsightSharedCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338480,65 +340020,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/insights/shared/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsightSharedLastSharedMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "OutputType": null, + "Command": "Get-MgUserInsightSharedLastSharedMethod", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsightSharedResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "OutputType": null, + "Command": "Get-MgUserInsightSharedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsightTrending", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": "IMicrosoftGraphTrending", + "Command": "Get-MgUserInsightTrending", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338557,19 +340096,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserInsightTrendingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338588,20 +340128,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/insights/trending/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserInsightTrendingResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338620,35 +340160,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserInsightUsed", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Get-MgUserInsightUsed", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338667,19 +340206,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserInsightUsedCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338698,20 +340238,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/insights/used/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserInsightUsedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338730,20 +340270,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserJoinedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338802,34 +340341,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/joinedTeams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/joinedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserLicenseDetail", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -338872,19 +340411,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/licenseDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserLicenseDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -338927,20 +340467,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -338975,20 +340515,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MailboxSettings.Read", @@ -339007,20 +340547,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339055,20 +340595,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339103,34 +340642,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339165,19 +340704,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339212,241 +340752,241 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderDelta", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgUserMailFolderChildFolderDelta", "ApiVersion": "v1.0", - "Module": "Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgUserMailFolderChildFolderMessageCount", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delta", "DeltaViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "ApiVersion": "v1.0", - "Module": "Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339481,20 +341021,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339529,20 +341069,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/delta", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -339569,20 +341109,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339617,63 +341156,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339708,20 +341248,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339756,108 +341296,110 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserMailFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserMailFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderMessageExtensionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Get-MgUserMailFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMailFolderMessageRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "GET", + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "OutputType": null, + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgUserMailTip", "ApiVersion": "v1.0", - "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Get-MgUserMailTip", "Permissions": [ { "Name": "Mail.Read", @@ -339876,22 +341418,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMailTips", - "OutputType": "IMicrosoftGraphMailTips", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailTips" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserManagedAppDiagnosticStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -339910,20 +341450,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -339942,328 +341482,328 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/getManagedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedAppRegistration", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedAppRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Get-MgUserManagedAppRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedAppRegistrationCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "OutputType": null, + "Command": "Get-MgUserManagedAppRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgUserManagedAppRegistrationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceCategory", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Get-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgUserManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "OutputType": null, + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Get-MgUserManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceConfigurationStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "OutputType": null, + "Command": "Get-MgUserManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/$count", - "OutputType": null, + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "OutputType": null, + "Command": "Get-MgUserManagedDeviceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceUser", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceWindowsProtectionState", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Get-MgUserManagedDeviceUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "OutputType": null, + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserManagedDeviceWithAppFailure", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -340282,20 +341822,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserManager", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -340330,20 +341870,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/manager", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -340378,20 +341918,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgUserMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -340474,22 +342016,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Get-MgUserMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -340588,22 +342130,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340622,20 +342162,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340670,34 +342209,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340716,34 +342255,34 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMemberOfAsDirectoryRole", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340762,34 +342301,34 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserMemberOfAsGroup", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340808,19 +342347,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340855,20 +342395,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340887,20 +342427,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340919,20 +342459,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340951,20 +342491,20 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -340991,20 +342531,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341039,63 +342578,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageAttachment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageAttachment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageAttachmentCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "OutputType": null, + "Command": "Get-MgUserMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -341122,20 +342662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341170,20 +342710,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Mail", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -341210,79 +342750,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/messages/delta", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserMessageExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOauth2PermissionGrant", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Command": "Get-MgUserMessageExtensionCount", "ApiVersion": "v1.0", - "Module": "Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -341301,19 +342840,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -341332,20 +342872,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341388,20 +342928,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341444,19 +342983,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341499,20 +343039,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341555,22 +343097,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341613,19 +343152,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341668,19 +343207,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341723,35 +343263,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnenoteOperationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/operations/$count", - "OutputType": null, + "Command": "Get-MgUserOnenoteOperationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -341786,20 +343326,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -341834,19 +343373,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -341881,20 +343421,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -341929,20 +343469,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenoteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -341985,35 +343525,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnenoteResource", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Get-MgUserOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -342048,35 +343588,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnenoteResourceCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onenote/resources/$count", - "OutputType": null, + "Command": "Get-MgUserOnenoteResourceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342119,20 +343659,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342175,19 +343714,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342230,20 +343770,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342286,20 +343826,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List", + "List1" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342342,20 +343882,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List", - "List1" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342398,22 +343940,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342456,19 +343995,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -342503,19 +344042,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342550,20 +344090,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342598,122 +344137,123 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOnlineMeetingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342748,153 +344288,183 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingRecording", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgUserOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecording" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingRecordingContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingRecordingCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgUserOnlineMeetingRecordingCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingDelta", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingTranscript", "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgUserOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingTranscriptCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptDelta", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -342945,79 +344515,78 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOutlookMasterCategory", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Get-MgUserOutlookMasterCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOutlookMasterCategoryCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "OutputType": null, + "Command": "Get-MgUserOutlookMasterCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserOutlookMasterCategoryCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343060,106 +344629,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserOwnedDeviceAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserOwnedDeviceAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOwnedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343202,80 +344772,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedDeviceCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObject", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserOwnedObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343318,106 +344887,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsApplication", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgUserOwnedObjectAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserOwnedObjectAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/application", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserOwnedObjectAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserOwnedObjectAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserOwnedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343460,80 +345030,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectCountAsApplication", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedObjectCountAsApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedObjectCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "OutputType": null, + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserPerson", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/people/{person-id}", - "OutputType": "IMicrosoftGraphPerson", + "Command": "Get-MgUserPerson", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/people/{person-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -343552,19 +345121,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/people", - "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "v1.0", "Module": "People", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/people", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserPersonCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -343583,20 +345153,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/people/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "People", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/people/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343639,22 +345211,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343697,19 +345266,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photos", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/photos", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -343752,22 +345324,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ] + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -343810,20 +345380,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -343858,19 +345427,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/plans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -343921,19 +345490,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/planner/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -343960,35 +345530,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserRegisteredDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344031,106 +345600,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserRegisteredDeviceAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserRegisteredDeviceAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/device", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserRegisteredDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344173,80 +345743,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/registeredDevices/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "OutputType": null, + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "OutputType": null, + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -344265,19 +345834,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -344296,20 +345866,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -344328,20 +345898,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserSettingItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344360,20 +345930,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInsightsSettings" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserSettingShiftPreference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -344408,35 +345978,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShiftPreferences" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingStorage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": "IMicrosoftGraphUserStorage", + "Command": "Get-MgUserSettingStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserSettingStorageQuota", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -344471,20 +346041,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -344519,20 +346089,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -344567,19 +346136,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserSettingStorageQuotaServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -344614,123 +346184,122 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindows", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindows", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Get-MgUserSettingWindows", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindowsCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/$count", - "OutputType": null, + "Command": "Get-MgUserSettingWindows", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Get-MgUserSettingWindowsCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Get-MgUserSettingWindowsInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSettingWindowsInstanceCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "OutputType": null, + "Command": "Get-MgUserSettingWindowsInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserSponsor", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserSettingWindowsInstanceCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344757,19 +346326,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/sponsors", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344796,20 +346366,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/sponsors/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/sponsors/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserTeamwork.Read", @@ -344828,37 +346398,36 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTeamworkAssociatedTeam", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -344885,19 +346454,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -344924,20 +346494,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345060,20 +346630,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345196,19 +346765,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345283,20 +346853,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345419,50 +346989,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTeamworkInstalledAppTeamApp", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345497,20 +347067,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345545,19 +347114,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345592,20 +347162,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoListDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -345632,64 +347202,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/delta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoListExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoListExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserTodoListExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoListExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserTodoListExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserTodoListExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345724,20 +347294,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345772,19 +347341,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345819,20 +347389,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345867,19 +347436,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345914,20 +347484,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345962,79 +347532,79 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskAttachmentSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Get-MgUserTodoTaskAttachmentSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskAttachmentSession", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Get-MgUserTodoTaskAttachmentSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskAttachmentSessionContent", - "Permissions": [], + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskAttachmentSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "OutputType": null, + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346069,20 +347639,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346117,19 +347686,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346164,20 +347734,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346212,20 +347782,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346260,64 +347830,64 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTodoTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskExtension", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskExtension", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgUserTodoTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTodoTaskExtensionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "OutputType": null, + "Command": "Get-MgUserTodoTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] + ], + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346352,20 +347922,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346400,19 +347969,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346447,35 +348017,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOf", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserTransitiveMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -346526,106 +348095,107 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "List" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "List" - ] + ], + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -346676,1201 +348246,1203 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "OutputType": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "OutputType": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "OutputType": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Get", - "GetViaIdentity" - ] + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEvent", - "Permissions": [], - "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Module": "Bookings", "Variants": [ "Get1", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEvent", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "Get-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/$count", - "OutputType": null, + "Command": "Get-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventPresenterCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhall", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgVirtualEventSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhall", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgVirtualEventTownhall", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhall", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventTownhallCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventTownhallPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhallPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventTownhallPresenterCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventTownhallSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventTownhallSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventTownhallSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventTownhallSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinar", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarByUserRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarByUserRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "Get" - ] + "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarPresenter", - "Permissions": [], + "Variants": [ + "Get" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventWebinarCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventWebinarPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarPresenterCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarPresenterCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarRegistrationCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventWebinarSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "List" - ] + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "Permissions": [], + "Variants": [ + "List" + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Get-MgVirtualEventWebinarSessionCount", - "Permissions": [], + ], "Method": "GET", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionCount", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Grant-MgBetaDriveItemListItemPermission", "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaGroupSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Grant-MgBetaSharePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -347897,260 +349469,260 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaSiteListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaSiteListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Grant-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgGroupSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Grant-MgSharePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -348177,381 +349749,426 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Grant-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Hide-MgBetaChatForUser", - "Permissions": [], + "Variants": [ + "Hide", + "HideExpanded", + "HideViaIdentity", + "HideViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/chats/{chat-id}/hideForUser", - "OutputType": null, + "Command": "Hide-MgBetaChatForUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Hide-MgBetaUserChatForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "OutputType": null, + "Command": "Hide-MgBetaUserChatForUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Hide-MgChatForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/hideForUser", - "OutputType": null, + "Command": "Hide-MgChatForUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Hide-MgUserChatForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "OutputType": null, + "Command": "Hide-MgUserChatForUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Hide", - "HideExpanded", - "HideViaIdentity", - "HideViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult" + }, + { "Variants": [ "Import", "ImportExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult" + }, + { "Variants": [ "Import", "ImportExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Import", "ImportViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Import" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + "Variants": [ + "Import" + ], "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Import", "ImportExpanded" - ] + ], + "Method": "POST", + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", + "Command": "Initialize-MgBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", "Permissions": [], - "Method": "POST", + "Module": "Bookings", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", - "ApiVersion": "beta", - "Module": "Beta.Bookings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Activate", - "ActivateViaIdentity" - ] + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Initialize-MgBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", + "Command": "Initialize-MgBackupRestoreSession", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Initialize-MgBetaBackupRestoreServiceApp", "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "Method": "POST", - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Initialize-MgBetaBackupRestoreSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Initialize-MgBetaBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceApp" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" - ] + ], + "Method": "POST", + "Command": "Initialize-MgBetaBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348570,20 +350187,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348602,22 +350221,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348636,22 +350255,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Activate", - "ActivateExpanded", - "ActivateViaIdentity", - "ActivateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", "Command": "Initialize-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -348670,84 +350287,84 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Initialize-MgBetaEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgBetaEducationMeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Initialize-MgBetaEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgBetaEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "OutputType": null, + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348766,37 +350383,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Initialize-MgBetaUserManagedDeviceEsim", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Initialize-MgBetaUserManagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", "Command": "Initialize-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -348815,84 +350432,84 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Initialize-MgEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgEducationMeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Activate", "ActivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Initialize-MgEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "OutputType": null, + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "Method": "POST", "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348911,20 +350528,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgAbortPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -348951,190 +350570,190 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAbortPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, + "Command": "Invoke-MgAbortPrintShareJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptGroupCalendarEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/accept", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptGroupEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupEventTentatively", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/accept", - "OutputType": null, + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "OutputType": null, + "Command": "Invoke-MgAcceptUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgAcceptUserEventInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgAcceptUserEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventTentatively", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgAnswerCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349153,37 +350772,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/answer", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/archive", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "Variants": [ "Archive", "ArchiveExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgArchiveTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -349218,73 +350837,71 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/archive", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgArchiveTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "OutputType": null, + "Command": "Invoke-MgArchiveTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgArchiveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/archive", - "OutputType": null, + "Command": "Invoke-MgArchiveTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "OutputType": null, + "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "As", + "AsViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -349303,20 +350920,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "As", - "AsViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Available" + ], + "Method": "GET", "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -349335,19 +350951,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Available" - ] + "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Available" + ], + "Method": "GET", "Command": "Invoke-MgAvailableIdentityProviderType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -349366,36 +350982,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Available" - ] + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Begin", + "BeginViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349414,20 +351031,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Begin", - "BeginViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaAbortPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -349454,282 +351073,282 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAbortPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "OutputType": null, + "Command": "Invoke-MgBetaAbortPrintShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/accept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptGroupEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/accept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEventInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptUserEventTentatively", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEventTentatively", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Accept", "AcceptViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Account", "AccountViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "OutputType": null, + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Allow", "AllowViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "OutputType": null, + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Allow", "AllowViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaAnswerCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349748,22 +351367,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/answer", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "App", + "AppViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349782,20 +351399,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + }, + { "Variants": [ "App", "AppViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349814,52 +351431,54 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + }, + { "Variants": [ "App", "AppViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", - "Variants": [ - "App", - "AppViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", - "Permissions": [], + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaArchivePlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -349878,37 +351497,37 @@ "IsLeastPrivilege": true } ], - "Method": "POST", + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}/archive", - "OutputType": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Archive", + "ArchiveExpanded" + ], + "Method": "POST", + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "ApiVersion": "beta", - "Module": "Beta.Planner", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveTeam", "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "Archive", - "ArchiveExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -349943,90 +351562,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/archive", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaArchiveUserPlannerPlan", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveUserPlannerPlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "As", + "AsViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350045,20 +351662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag" + }, + { "Variants": [ "As", "AsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350077,95 +351694,95 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "As", - "AsViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + "Variants": [ + "Assigned", + "AssignedViaIdentity" + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -350192,110 +351809,109 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Assigned", "AssignedViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ] + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Available" + ], + "Method": "GET", "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350314,19 +351930,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Available" - ] + "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Available" + ], + "Method": "GET", "Command": "Invoke-MgBetaAvailableIdentityProviderType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350345,70 +351961,71 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Available" - ] + "Uri": "/identity/identityProviders/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Begin", + "BeginViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -350427,357 +352044,359 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Begin", - "BeginViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/decryptBuffer", - "OutputType": null, + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult" + }, + { "Variants": [ "Buffer", "BufferExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/encryptBuffer", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Buffer", "BufferExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", - "OutputType": null, + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/decryptBuffer", - "OutputType": null, + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult" + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/encryptBuffer", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkUserCloudPcResize", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkUserCloudPcResize", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + }, + { "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaCalendarGroupCalendar", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + }, + { "Variants": [ "Calendar", "CalendarViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, + "Command": "Invoke-MgBetaCalendarGroupCalendar", "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaCheckinDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -350804,107 +352423,105 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckinDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckinGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckinGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckinUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckinUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaCheckoutDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -350931,429 +352548,431 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckoutDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckoutGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckoutUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCheckoutUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaCommentSecurityAlert", "Permissions": [], - "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Comment", "CommentViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Invoke-MgBetaCommentSecurityAlert", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "Module": "Beta.Security", + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Consent", "ConsentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" + }, + { "Variants": [ "Create1", "CreateExpanded1" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -351372,22 +352991,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Creation", + "CreationViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -351422,35 +353039,34 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", - "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Creation", - "CreationViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", - "Permissions": [], - "Method": "GET", - "Uri": "/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess", - "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", "Variants": [ "Cross", "CrossViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Custom" + ], + "Method": "GET", "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351485,19 +353101,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Custom" - ] + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -351516,148 +353133,150 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ] + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeclineGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "OutputType": null, + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeclineUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/decline", - "OutputType": null, + "Command": "Invoke-MgBetaDeclineGroupEvent", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDeclineUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "OutputType": null, + "Command": "Invoke-MgBetaDeclineUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Deprovision", + "DeprovisionExpanded", + "DeprovisionViaIdentity", + "DeprovisionViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351676,22 +353295,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351710,244 +353329,241 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "OutputType": null, + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Deprovision", - "DeprovisionExpanded", - "DeprovisionViaIdentity", - "DeprovisionViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "OutputType": null, + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissDirectoryRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissGroupEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "OutputType": null, + "Command": "Invoke-MgBetaDismissGroupEventReminder", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissRiskyUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/dismiss", - "OutputType": null, + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgBetaDismissRiskyUser", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaDismissUserEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "OutputType": null, + "Command": "Invoke-MgBetaDismissUserEventReminder", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Down", "DownViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Down", "DownViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Download" + ], + "Method": "GET", "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351966,19 +353582,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Download" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Download", + "DownloadExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351997,20 +353614,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Download", "DownloadExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352029,52 +353646,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Download", - "DownloadExpanded" - ] + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaDownUserManagedDeviceShut", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Down", "DownViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Enroll", + "EnrollViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352093,20 +353710,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352125,182 +353742,182 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Enroll", "EnrollExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", - "Permissions": [], - "Method": "GET", - "Uri": "/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary", - "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", "Variants": [ "Entities", "EntitiesViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -352319,20 +353936,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Estimate", "EstimateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -352351,20 +353968,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -352383,50 +354000,50 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Excuse", "ExcuseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Excuse", "ExcuseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Excuse", - "ExcuseViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Execute", + "ExecuteExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352453,20 +354070,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/executeAction", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + }, + { "Variants": [ "Execute", "ExecuteExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352493,54 +354110,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Execute", - "ExecuteExpanded" - ] + "Uri": "/deviceManagement/managedDevices/executeAction", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "OutputType": "IMicrosoftGraphBulkDriverActionResult", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkDriverActionResult" + }, + { "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/executeAction", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Experience", + "Experience1" + ], + "Method": "GET", "Command": "Invoke-MgBetaExperienceDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352559,20 +354176,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Experience", - "Experience1" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -352607,82 +354224,82 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ] + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Extract", + "ExtractExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -352701,99 +354318,101 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + }, + { "Variants": [ "Extract", "ExtractExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Extract", - "ExtractExpanded" - ] + "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityContentLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Extract", + "ExtractExpanded", + "ExtractViaIdentity", + "ExtractViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -352812,52 +354431,50 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Extract", - "ExtractExpanded", - "ExtractViaIdentity", - "ExtractViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityContentLabel" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352876,20 +354493,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352908,35 +354525,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352955,20 +354572,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352987,20 +354604,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -353019,80 +354636,80 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353111,20 +354728,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353143,20 +354760,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353175,20 +354792,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353207,20 +354824,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353239,20 +354856,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -353271,20 +354888,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -353303,65 +354920,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353380,20 +354997,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353412,20 +355029,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353444,20 +355061,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353476,20 +355093,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353508,20 +355125,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353540,36 +355157,44 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -353601,31 +355226,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": 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", @@ -353657,39 +355282,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "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", @@ -353713,23 +355322,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -353761,31 +355386,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -353817,39 +355442,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "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", @@ -353874,6 +355483,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", @@ -353883,230 +355500,230 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354125,20 +355742,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354157,170 +355774,170 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", - "Variants": [ - "Filter", - "FilterViaIdentity" - ] + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaFinancialCompanyJournal", - "Permissions": [], - "Method": "POST", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", - "OutputType": null, + "Command": "Invoke-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Post", "PostViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", - "OutputType": null, + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Post", "PostViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", - "OutputType": null, + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Post", "PostViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaFollowDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -354371,129 +355988,131 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFollowDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFollowGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFollowGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFollowUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFollowUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Follow", - "FollowViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForceDomainDelete", - "Permissions": [], - "Method": "POST", - "Uri": "/domains/{domain-id}/forceDelete", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaForceDomainDelete", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/forceDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -354512,56 +356131,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaForwardGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -354580,139 +356199,137 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserEventInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaForwardUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", - "Permissions": [], + "Variants": [ + "Function", + "FunctionViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354731,20 +356348,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354763,20 +356380,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354795,37 +356412,37 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Function", - "FunctionViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphChat", - "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaGraphChat", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Graph", + "GraphViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaGraphDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -354860,101 +356477,87 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "OutputType": null, + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaGraphDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/unsubscribeByMail", - "OutputType": null, + "Command": "Invoke-MgBetaGraphGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaGraphGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Graph", - "GraphViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", - "Permissions": [], - "Method": "GET", - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "ApiVersion": "beta", - "Module": "Beta.Reports", "Variants": [ "Graph", "Graph1", @@ -354962,323 +356565,337 @@ "Graph3", "GraphViaIdentity", "GraphViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaGraphUserChat", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Reports", + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaGraphUserChat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaGraphUserDrive", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgBetaGraphUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "OutputType": null, + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Graph", "GraphExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", - "Permissions": [], + "Variants": [ + "Link", + "LinkExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + }, + { "Variants": [ "Link", "LinkExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Link", - "LinkExpanded" - ] + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", - "Permissions": [], + "Variants": [ + "Has" + ], "Method": "POST", - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "OutputType": null, + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Has" - ] + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Have", + "HaveViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaHaveTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -355297,65 +356914,65 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Have", "HaveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Have", "HaveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Have", - "HaveViaIdentity" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", - "Permissions": [], + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Initiate", "InitiateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355374,20 +356991,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Initiate", - "InitiateViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Initiate", + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355406,37 +357025,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", - "Permissions": [], + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Initiate", "InitiateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355455,20 +357072,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Initiate", - "InitiateViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Initiate", + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355487,69 +357106,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Initiate", "InitiateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaInstantiateApplicationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355576,22 +357195,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ] + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", - "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", + "Variants": [ + "Invalidate", + "InvalidateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -355618,37 +357235,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "OutputType": null, + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Variants": [ - "Invalidate", - "InvalidateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", "CommandAlias": null, - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/invite", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaInviteDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -355675,107 +357294,104 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaInviteDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaInviteGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaInviteGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaInviteUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaInviteUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Are" + ], + "Method": "GET", "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355810,19 +357426,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Are" - ] + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Keep", + "KeepViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaKeepCommunicationCallAlive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -355841,20 +357458,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/keepAlive", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Keep", - "KeepViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaLicenseUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -355873,280 +357490,279 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "License", - "LicenseViaIdentity" - ] + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Log", "LogExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Logout", + "LogoutViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Logout", "LogoutViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Logout", "LogoutViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Logout", - "LogoutViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkChatReadForUser", - "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/markChatReadForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkChatUnreadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, + "Command": "Invoke-MgBetaMarkChatReadForUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markRead", - "OutputType": null, + "Command": "Invoke-MgBetaMarkChatUnreadForUser", "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "OutputType": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserChatReadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "OutputType": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, + "Command": "Invoke-MgBetaMarkUserChatReadForUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMessageAsJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Message" + ], + "Method": "GET", "Command": "Invoke-MgBetaMessageChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -356213,19 +357829,19 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/chats/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Message" - ] + "Uri": "/chats/allMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Message" + ], + "Method": "GET", "Command": "Invoke-MgBetaMessageTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -356300,19 +357916,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Message" - ] + "Uri": "/teams/allMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Message", + "MessageViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaMessageTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -356387,35 +358004,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/allMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Message", "MessageViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Message", "MessageViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaMessageUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -356498,20 +358115,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/chats/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Message", - "MessageViaIdentity" - ] + "Uri": "/users/{user-id}/chats/allMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Mute1", + "MuteExpanded1", + "MuteViaIdentity1", + "MuteViaIdentityExpanded1" + ], + "Method": "POST", "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -356530,22 +358149,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/muteAll", - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Mute1", - "MuteExpanded1", - "MuteViaIdentity1", - "MuteViaIdentityExpanded1" - ] + "Uri": "/communications/calls/{call-id}/participants/muteAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantsOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaMuteCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -356564,22 +358183,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantOperation" + }, + { "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -356598,149 +358217,149 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", - "Permissions": [], + "Variants": [ + "My" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignments/my", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "My" - ] + "Uri": "/privilegedRoleAssignments/my", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", - "Permissions": [], + "Variants": [ + "My" + ], "Method": "GET", - "Uri": "/privilegedRoleAssignmentRequests/my", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "My" - ] + "Uri": "/privilegedRoleAssignmentRequests/my", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaOnboardNetworkAccess", - "Permissions": [], + "Variants": [ + "Onboard" + ], "Method": "POST", - "Uri": "/networkAccess/onboard", - "OutputType": null, + "Command": "Invoke-MgBetaOnboardNetworkAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Onboard" - ] + "Uri": "/networkAccess/onboard", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "OutputType": null, + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356759,22 +358378,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356793,22 +358412,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Pending", + "PendingViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaPendingUserApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -356827,20 +358444,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Pending", - "PendingViaIdentity" - ] + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Pin", + "PinViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaPinEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -356859,20 +358476,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Pin", - "PinViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -356891,124 +358510,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/playPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlayPromptOperation" + }, + { "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "OutputType": null, + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaPreviewDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -357059,257 +358678,255 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgBetaPreviewDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgBetaPreviewGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewGroupOnenotePage", - "Permissions": [], + "Variants": [ + "Preview", + "PreviewViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Preview", - "PreviewViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewUserDriveItem", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgBetaPreviewUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveRoot", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaPreviewUserOnenotePage", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Invoke-MgBetaPreviewUserOnenotePage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaPromoteDomain", "Permissions": [], - "Method": "POST", - "Uri": "/domains/{domain-id}/promote", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Promote", "PromoteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaPromoteDomainToInitial", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/promoteToInitial", - "OutputType": null, + "Command": "Invoke-MgBetaPromoteDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/promote", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Promote", "PromoteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomainToInitial", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/promoteToInitial", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Query", + "QueryExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + }, + { "Variants": [ "Query", "QueryExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaQuerySearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -357384,65 +359001,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/query", - "OutputType": "IMicrosoftGraphSearchResponse", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Query", - "QueryExpanded" - ] + "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchResponse" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Reactivate", "ReactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Reactivate", "ReactivateViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -357469,507 +359086,507 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", - "Permissions": [], + "Variants": [ + "Reauthorize", + "ReauthorizeViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeShareListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Reauthorize", - "ReauthorizeViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecentDrive", - "Permissions": [], + "Variants": [ + "Recent", + "RecentViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaRecentDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecentGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaRecentGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRecentUserActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/recent", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Invoke-MgBetaRecentUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/activities/recent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecentUserDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaRecentUserDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", - "Variants": [ - "Recent", - "RecentViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordCommunicationCall", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/record", - "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordCommunicationCallResponse", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/recordResponse", - "OutputType": "IMicrosoftGraphRecordOperation", + "Command": "Invoke-MgBetaRecordCommunicationCall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/record", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecordOperation" + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecordOperation" + }, + { "Variants": [ "Record", "RecordExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRedirectCommunicationCall", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/redirect", - "OutputType": null, + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRedirectPrintPrinterJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgBetaRedirectCommunicationCall", "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRedirectPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Reenable", + "ReenableViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357988,20 +359605,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reenable", "ReenableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -358020,52 +359637,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reenable", "ReenableViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReenableUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "OutputType": null, + "Command": "Invoke-MgBetaReenableUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Reenable", - "ReenableViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRejectCommunicationCall", - "Permissions": [], + "Variants": [ + "Reject", + "RejectExpanded", + "RejectViaIdentity", + "RejectViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/reject", - "OutputType": null, + "Command": "Invoke-MgBetaRejectCommunicationCall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/reject", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -358084,232 +359703,230 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Reject", - "RejectExpanded", - "RejectViaIdentity", - "RejectViaIdentityExpanded" - ] + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Remediate", "RemediateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/collaboration/analyzedEmails/remediate", - "OutputType": null, + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "ApiVersion": "beta", - "Module": "Beta.Security", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remediate", "RemediateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/collaboration/analyzedEmails/remediate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Renew", + "RenewViaIdentity" + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaRenewGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -358328,20 +359945,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/renew", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Renew", - "RenewViaIdentity" - ] + "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Renew", + "RenewExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -358360,20 +359977,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groupLifecyclePolicies/renewGroup", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Renew", - "RenewExpanded" - ] + "Uri": "/groupLifecyclePolicies/renewGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358392,20 +360009,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reopen", "ReopenViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358424,105 +360041,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "OutputType": null, + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "OutputType": null, + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "OutputType": null, + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyAllUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "OutputType": null, + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaReplyGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358541,22 +360160,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358575,39 +360194,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaReplyGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358626,22 +360245,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaReplyGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358660,364 +360279,362 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReplyUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgBetaReplyUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", - "Permissions": [], + "Variants": [ + "Report", + "ReportViaIdentity" + ], "Method": "GET", - "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessDestination", + "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDestination" + }, + { "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessDevice", + "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDevice" + }, + { "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReportNetworkAccessReportUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", - "OutputType": "IMicrosoftGraphNetworkaccessUser", + "Command": "Invoke-MgBetaReportNetworkAccessReportUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessUser" + }, + { "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "Report", - "ReportViaIdentity" - ] + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cloud", "CloudViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cloud", "CloudViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReprovisionUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cloud", "CloudViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Retire", + "RetireViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "OutputType": null, + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Retire", "RetireViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "OutputType": null, + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Retire", "RetireViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRetireUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "OutputType": null, + "Command": "Invoke-MgBetaRetireUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Retire", - "RetireViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRetryContactServiceProvisioning", - "Permissions": [], + "Variants": [ + "Retry", + "RetryViaIdentity" + ], "Method": "POST", - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "OutputType": null, + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "OutputType": null, + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaRetryUserServiceProvisioning", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Retry", - "RetryViaIdentity" - ] + "Uri": "/users/{user-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359036,65 +360653,65 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Return", "ReturnViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Return", "ReturnViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Return", - "ReturnViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reupload", "ReuploadViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -359113,35 +360730,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "OutputType": null, + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359160,20 +360777,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -359192,35 +360809,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "OutputType": null, + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359239,133 +360856,132 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "OutputType": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rotate", "RotateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Rotate", - "RotateViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "OutputType": null, + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Schedule" + ], + "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -359384,19 +361000,19 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Schedule" - ] + "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", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Schedule" + ], + "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -359415,220 +361031,223 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Schedule" - ] + "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", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", - "Permissions": [], - "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Schedule", "ScheduleViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + }, + { "Variants": [ "Schedule", "ScheduleViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Schedule" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", - "Permissions": [], + "Variants": [ + "Schedule" + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Schedule" - ] + "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" }, { - "ApiReferenceLink": null, + "Variants": [ + "Schedule" + ], + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "Permissions": [], - "Method": "POST", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Self", "SelfViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "OutputType": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Share", "ShareViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaShareTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -359647,338 +361266,336 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/share", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSignInformationProtectionDigest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult" + }, + { "Variants": [ "Sign", "SignExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", + "Command": "Invoke-MgBetaSignInformationProtectionDigest", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/signDigest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult" + }, + { "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/signDigest", - "OutputType": "IMicrosoftGraphSigningResult", + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult" + }, + { "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult" + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSnoozeGroupEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSnoozeUserEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventReminder", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaSoftChatMessageDelete", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Soft", + "SoftViaIdentity" + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftChatMessageDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftUserChatMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Soft", - "SoftViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/subscribeToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaSubscribeGroupByMail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/subscribeByMail", - "OutputType": null, + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + }, + { "Variants": [ "Subscribe", "SubscribeViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaSubscribeGroupByMail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/subscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -360013,20 +361630,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + }, + { "Variants": [ "Summarize", "SummarizeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360045,20 +361662,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + }, + { "Variants": [ "Summarize", "SummarizeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360077,20 +361694,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -360109,20 +361726,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -360141,50 +361758,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Summary", - "SummaryViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -360211,37 +361828,39 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "OutputType": "IMicrosoftGraphLocaleInfo", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Supported", - "SupportedViaIdentity" - ] + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLocaleInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", - "Permissions": [], - "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360260,22 +361879,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360294,22 +361913,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360328,39 +361947,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "OutputType": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360379,22 +361998,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Tenant", + "TenantExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -360413,35 +362030,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Tenant", - "TenantExpanded" - ] + "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", - "Permissions": [], - "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tenant", "TenantViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360460,20 +362077,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], + "Method": "GET", "Command": "Invoke-MgBetaTimeUserOutlook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -360500,67 +362119,67 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ] + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeZoneInformation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", - "Permissions": [], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Top", "TopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary" + }, + { "Variants": [ "Top", "TopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary" + }, + { "Variants": [ "Transaction", "TransactionViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaTranslateUserExchangeId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -360603,69 +362222,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/translateExchangeIds", - "OutputType": "IMicrosoftGraphConvertIdResult", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConvertIdResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + "Variants": [ + "Troubleshoot", + "TroubleshootViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "OutputType": null, + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaTroubleshootUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "OutputType": null, + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Troubleshoot", - "TroubleshootViaIdentity" - ] + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", - "Permissions": [], + "Variants": [ + "Unarchive", + "UnarchiveExpanded", + "UnarchiveViaIdentity", + "UnarchiveViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaUnarchivePlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -360684,37 +362303,35 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/planner/plans/{plannerPlan-id}/unarchive", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Unarchive", - "UnarchiveExpanded", - "UnarchiveViaIdentity", - "UnarchiveViaIdentityExpanded" - ] + "Uri": "/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Unarchive", "UnarchiveExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaUnarchiveTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -360749,97 +362366,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/unarchive", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unassign", "UnassignViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360858,202 +362475,204 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", - "Permissions": [], + "Variants": [ + "Unbind" + ], "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "OutputType": null, + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Unbind" - ] + "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Permissions": [], + "Variants": [ + "Unbind" + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "OutputType": null, + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Unbind" - ] + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "OutputType": null, + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "OutputType": null, + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unenroll", "UnenrollExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "OutputType": null, + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Unfavorite", "UnfavoriteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowDriveItem", "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Unfollow", + "UnfollowViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Unfollow", - "UnfollowViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowUserDriveItem", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnfollowUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgBetaUnmuteCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -361072,22 +362691,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/unmute", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Unpin", + "UnpinViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaUnpinEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -361106,20 +362723,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Unpin", - "UnpinViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -361146,129 +362763,129 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "OutputType": null, + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUnsubscribeUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "OutputType": null, + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "OutputType": null, + "Command": "Invoke-MgBetaUnsubscribeUserMessage", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "OutputType": null, + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Upload", + "UploadViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -361287,171 +362904,171 @@ "IsLeastPrivilege": true } ], - "Method": "GET", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Upload", - "UploadViaIdentity" - ] + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", - "Permissions": [], - "Method": "POST", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey" + }, + { "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + }, + { + "Variants": [ + "Usage", + "UsageViaIdentity" + ], "Method": "GET", - "Uri": "/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", - "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint", + "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint" + }, + { "Variants": [ "Usage", "UsageViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -361478,97 +363095,99 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Usage", - "UsageViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaViewUserReminder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", "Variants": [ "View", "ViewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary", + "Command": "Invoke-MgBetaViewUserReminder", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphReminder" + }, + { "Variants": [ "Web", "WebViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary" + }, + { "Variants": [ "Workflows", "WorkflowsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Invoke-MgCalendarGroupCalendar", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary" + }, + { "Variants": [ "Calendar", "CalendarViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "OutputType": null, + "Command": "Invoke-MgCalendarGroupCalendar", "ApiVersion": "v1.0", - "Module": "Users.Functions", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" - ] + ], + "Method": "GET", + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgCheckinDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -361595,107 +363214,105 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckinDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgCheckinDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckinGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, + "Command": "Invoke-MgCheckinGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckinGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgCheckinGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckinUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "OutputType": null, + "Command": "Invoke-MgCheckinUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckinUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "OutputType": null, + "Command": "Invoke-MgCheckinUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgCheckoutDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -361722,346 +363339,348 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckoutDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgCheckoutDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckoutGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, + "Command": "Invoke-MgCheckoutGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckoutGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgCheckoutGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckoutUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "OutputType": null, + "Command": "Invoke-MgCheckoutUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Checkout", "CheckoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCheckoutUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "OutputType": null, + "Command": "Invoke-MgCheckoutUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "OutputType": null, + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgCommentSecurityAlert", "Permissions": [], - "Method": "GET", - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Comment", "CommentViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Invoke-MgCommentSecurityAlert", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", + "Module": "Security", + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "OutputType": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create1", "CreateExpanded1" - ] + ], + "Method": "POST", + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -362080,22 +363699,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgDeactivateEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -362114,223 +363731,252 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDeactivateEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgDeactivateEducationMeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDeactivateEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgDeactivateEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Deactivate", "DeactivateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgDeclineGroupCalendarEvent", "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "OutputType": null, + "Command": "Invoke-MgDeactivateSolutionBackupRestoreServiceApp", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceApp" + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDeclineGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "OutputType": null, + "Command": "Invoke-MgDeclineGroupCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDeclineUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/decline", - "OutputType": null, + "Command": "Invoke-MgDeclineGroupEvent", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDeclineUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "OutputType": null, + "Command": "Invoke-MgDeclineUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgDeclineUserEventInstance", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissGroupEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgDismissGroupCalendarEventReminder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissRiskyServicePrincipal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "OutputType": null, + "Command": "Invoke-MgDismissGroupEventReminder", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissRiskyUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/dismiss", - "OutputType": null, + "Command": "Invoke-MgDismissRiskyServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissUserEventInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgDismissRiskyUser", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDismissUserEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "OutputType": null, + "Command": "Invoke-MgDismissUserEventInstanceReminder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Dismiss", "DismissViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, + "Command": "Invoke-MgDismissUserEventReminder", "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Down", "DownViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Download" + ], + "Method": "GET", "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -362349,34 +363995,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Download" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgDownUserManagedDeviceShut", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Down", "DownViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgDownUserManagedDeviceShut", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -362395,20 +364042,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -362427,50 +364074,49 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Excuse", "ExcuseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Excuse", "ExcuseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Excuse", - "ExcuseViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Experience" + ], + "Method": "GET", "Command": "Invoke-MgExperienceDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -362489,19 +364135,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Experience" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -362536,125 +364183,125 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + }, + { "Variants": [ "Extract", "ExtractViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362673,20 +364320,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362705,20 +364352,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362737,20 +364384,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362769,20 +364416,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362801,20 +364448,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362833,20 +364480,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362865,20 +364512,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362897,20 +364544,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362929,20 +364576,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362961,20 +364608,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -362993,20 +364640,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -363025,35 +364672,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363072,20 +364719,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363104,20 +364751,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363136,20 +364783,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363168,20 +364815,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363200,20 +364847,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363232,21 +364879,29 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -363278,31 +364933,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": 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", @@ -363334,39 +364989,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "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", @@ -363390,23 +365029,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -363438,31 +365093,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -363494,39 +365149,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 } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "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", @@ -363551,6 +365190,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", @@ -363560,110 +365207,110 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "Permissions": [], + ], "Method": "GET", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -363682,20 +365329,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" + }, + { "Variants": [ "Filter", "FilterViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -363714,20 +365361,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Filter", - "FilterViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgFollowDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -363778,129 +365425,131 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFollowDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFollowGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFollowGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFollowUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Follow", "FollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFollowUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Follow", - "FollowViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForceDomainDelete", - "Permissions": [], - "Method": "POST", - "Uri": "/domains/{domain-id}/forceDelete", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgForceDomainDelete", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgForwardGroupCalendarEvent", "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/forceDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardGroupCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363919,56 +365568,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardGroupEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363987,139 +365636,137 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "OutputType": null, + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardUserEventInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgForwardUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/forward", - "OutputType": null, + "Command": "Invoke-MgForwardUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "Permissions": [], + "Variants": [ + "Function", + "FunctionViaIdentity" + ], "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364138,20 +365785,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364170,20 +365817,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + }, + { "Variants": [ "Function", "FunctionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364202,88 +365849,89 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Function", - "FunctionViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgGraphChat", - "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgGraphChat", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgGraphDrive", "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Graph", + "GraphViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgGraphDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgGraphGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/unsubscribeByMail", - "OutputType": null, + "Command": "Invoke-MgGraphGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgGraphGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgGraphGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgGraphReportAuthenticationMethod", - "Permissions": [], + ], "Method": "GET", - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Command": "Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "v1.0", - "Module": "Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory" + }, + { "Variants": [ "Graph", "Graph1", @@ -364291,44 +365939,58 @@ "Graph3", "GraphViaIdentity", "GraphViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Invoke-MgGraphReportAuthenticationMethod", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgGraphUserChat", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + }, + { "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgGraphUserChat", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgGraphUserDrive", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Functions", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Graph", "GraphViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgGraphUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Have", + "HaveViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgHaveTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -364347,50 +366009,52 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Have", "HaveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgHaveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, + "Command": "Invoke-MgHaveTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Have", "HaveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "GET", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "OutputType": null, + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Have", - "HaveViaIdentity" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgInstantiateApplicationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364417,39 +366081,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ] + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteCommunicationCallParticipant", - "Permissions": [], + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/invite", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Command": "Invoke-MgInviteCommunicationCallParticipant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgInviteDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -364476,107 +366140,105 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgInviteUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Keep", + "KeepViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgKeepCommunicationCallAlive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -364595,20 +366257,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/keepAlive", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Keep", - "KeepViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgLicenseUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -364627,163 +366289,165 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "License", - "LicenseViaIdentity" - ] + "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Log", "LogExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Logout", + "LogoutViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Logout", "LogoutViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "OutputType": null, + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Logout", - "LogoutViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkChatReadForUser", - "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/markChatReadForUser", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkChatUnreadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, + "Command": "Invoke-MgMarkChatReadForUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markRead", - "OutputType": null, + "Command": "Invoke-MgMarkChatUnreadForUser", "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "OutputType": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkUserChatReadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "OutputType": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgMarkUserChatUnreadForUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "OutputType": null, + "Command": "Invoke-MgMarkUserChatReadForUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgMuteCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -364802,22 +366466,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation" + }, + { "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgMuteCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -364836,56 +366500,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", - "Permissions": [], + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364904,22 +366568,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse" + }, + { "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364938,22 +366602,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ] + "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", + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Pin", + "PinViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgPinEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -364972,20 +366634,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Pin", - "PinViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgPlayCommunicationCallPrompt", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -365004,22 +366668,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/playPrompt", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlayPromptOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgPreviewDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -365070,227 +366734,225 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgPreviewDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgPreviewGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgPreviewGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewGroupOnenotePage", - "Permissions": [], + "Variants": [ + "Preview", + "PreviewViaIdentity" + ], "Method": "GET", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewGroupOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewSiteOnenotePage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Preview", - "PreviewViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewUserDriveItem", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgPreviewUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgPreviewUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveRoot", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgPreviewUserOnenotePage", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Module": "Users.Functions", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo" + }, + { "Variants": [ "Preview", "PreviewViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Invoke-MgPreviewUserOnenotePage", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgPromoteDomain", "Permissions": [], - "Method": "POST", - "Uri": "/domains/{domain-id}/promote", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview" + }, + { "Variants": [ "Promote", "PromoteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgPromoteDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/promote", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Query", + "QueryExpanded" + ], + "Method": "POST", "Command": "Invoke-MgQuerySearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -365365,20 +367027,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/query", - "OutputType": "IMicrosoftGraphSearchResponse", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Query", - "QueryExpanded" - ] + "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchResponse" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -365405,555 +367067,555 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Reassign", "ReassignViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "Permissions": [], + "Variants": [ + "Reauthorize", + "ReauthorizeViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeShareListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "OutputType": null, + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Reauthorize", - "ReauthorizeViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRecentDrive", - "Permissions": [], + "Variants": [ + "Recent", + "RecentViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgRecentDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRecentGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgRecentGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRecentUserActivity", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/activities/recent", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Invoke-MgRecentUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Functions", + "Uri": "/users/{user-id}/activities/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Recent", "RecentViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRecentUserDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgRecentUserDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Functions", - "Variants": [ - "Recent", - "RecentViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRecordCommunicationCallResponse", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/recordResponse", - "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRedirectCommunicationCall", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/redirect", - "OutputType": null, + "Command": "Invoke-MgRecordCommunicationCallResponse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecordOperation" + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRedirectPrintPrinterJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgRedirectCommunicationCall", "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRedirectPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgRedirectPrintPrinterJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRejectCommunicationCall", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/reject", - "OutputType": null, + "Command": "Invoke-MgRedirectPrintShareJob", "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Invoke-MgRejectCommunicationCall", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/reject", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Renew", + "RenewViaIdentity" + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Renew", "RenewViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgRenewGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -365972,20 +367634,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/renew", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Renew", - "RenewViaIdentity" - ] + "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366004,71 +367666,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyAllUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "OutputType": null, + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyAllUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "OutputType": null, + "Command": "Invoke-MgReplyAllUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366087,22 +367751,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366121,39 +367785,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgReplyGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366172,22 +367836,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366206,195 +367870,193 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "OutputType": null, + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgReplyUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReplyUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "OutputType": null, + "Command": "Invoke-MgReplyUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "Permissions": [], - "Method": "GET", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "Permissions": [], + ], "Method": "GET", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "OutputType": null, + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Report", "ReportViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + ], + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Retire", + "RetireViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "OutputType": null, + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Retire", "RetireViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRetireUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "OutputType": null, + "Command": "Invoke-MgRetireUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Retire", - "RetireViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgRetryContactServiceProvisioning", - "Permissions": [], + "Variants": [ + "Retry", + "RetryViaIdentity" + ], "Method": "POST", - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgRetryContactServiceProvisioning", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRetryGroupServiceProvisioning", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgRetryGroupServiceProvisioning", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Retry", "RetryViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgRetryUserServiceProvisioning", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/retryServiceProvisioning", - "OutputType": null, + "Command": "Invoke-MgRetryUserServiceProvisioning", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Retry", - "RetryViaIdentity" - ] + "Uri": "/users/{user-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -366413,101 +368075,103 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Return", "ReturnViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Return", "ReturnViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Return", - "ReturnViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", - "Permissions": [], + "Variants": [ + "Scan", + "ScanExpanded", + "ScanViaIdentity", + "ScanViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "OutputType": null, + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Scan", - "ScanExpanded", - "ScanViaIdentity", - "ScanViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgShareTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -366526,272 +368190,270 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/share", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSnoozeGroupEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgSnoozeGroupEventReminder", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSnoozeUserEventReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "OutputType": null, + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventReminder", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgSoftChatMessageDelete", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Soft", + "SoftViaIdentity" + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftChatMessageDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftChatMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftChatMessageReplyDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamChannelMessageDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftUserChatMessageDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftUserChatMessageDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Soft", "SoftViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "OutputType": null, + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Soft", - "SoftViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/subscribeToTone", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgSubscribeGroupByMail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/subscribeByMail", - "OutputType": null, + "Command": "Invoke-MgSubscribeCommunicationCallToTone", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + }, + { "Variants": [ "Subscribe", "SubscribeViaIdentity" - ] + ], + "Method": "POST", + "Command": "Invoke-MgSubscribeGroupByMail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/subscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -366826,20 +368488,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -366858,20 +368520,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -366890,50 +368552,50 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + }, + { "Variants": [ "Summary", "SummaryViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Permissions": [], + ], "Method": "GET", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Summary", - "SummaryViaIdentity" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgSupportedUserOutlookLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -366960,20 +368622,22 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "OutputType": "IMicrosoftGraphLocaleInfo", - "ApiVersion": "v1.0", "Module": "Users.Functions", - "Variants": [ - "Supported", - "SupportedViaIdentity" - ] + "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocaleInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -366992,22 +368656,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367026,22 +368690,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367060,39 +368724,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "OutputType": null, + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgTerminateDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -367111,20 +368773,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ] + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], + "Method": "GET", "Command": "Invoke-MgTimeUserOutlook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -367151,22 +368815,52 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "ApiVersion": "v1.0", "Module": "Users.Functions", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeZoneInformation" + }, + { "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ] + "Top", + "TopViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "Variants": [ + "Top", + "TopViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary" + }, + { + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgTranslateUserExchangeId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -367209,52 +368903,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/translateExchangeIds", - "OutputType": "IMicrosoftGraphConvertIdResult", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConvertIdResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "OutputType": null, + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveExpanded" - ] + ], + "Method": "POST", + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgUnarchiveTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -367289,65 +368981,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/unarchive", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnarchiveTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "OutputType": null, + "Command": "Invoke-MgUnarchiveTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "OutputType": null, + "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "OutputType": null, + "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -367366,125 +369058,127 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "Variants": [ "Unfavorite", "UnfavoriteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgUnfollowDriveItem", "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Unfollow", + "UnfollowViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfollowDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfollowGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfollowGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfollowUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unfollow", "UnfollowViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnfollowUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "OutputType": null, + "Command": "Invoke-MgUnfollowUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Unfollow", - "UnfollowViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Invoke-MgUnmuteCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -367503,22 +369197,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/unmute", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Unpin", + "UnpinViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgUnpinEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -367537,20 +369229,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Unpin", - "UnpinViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "Method": "POST", "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -367577,116 +369269,116 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "Permissions": [], - "Method": "POST", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], - "Method": "GET", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Usage", "UsageViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Usage", + "UsageViaIdentity" + ], + "Method": "GET", "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -367713,120 +369405,137 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Usage", - "UsageViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Invoke-MgViewUserReminder", - "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "v1.0", - "Module": "Users.Functions", "Variants": [ "View", "ViewViaIdentity" - ] + ], + "Method": "GET", + "Command": "Invoke-MgViewUserReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphReminder" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Variants": [ + "Workflows", + "WorkflowsViaIdentity" + ], + "Method": "GET", + "Command": "Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary" + }, + { + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaShareListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaShareListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Join-MgBetaSiteContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -367845,141 +369554,141 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaSiteListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgDriveListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgDriveListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgGroupSiteContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgGroupSiteContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgShareListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgShareListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Join-MgSiteContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -367998,148 +369707,146 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgSiteListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgSiteListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "OutputType": null, + "Command": "Join-MgUserDriveListContentTypeWithHubSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", - "Permissions": [], + "Variants": [ + "Lock", + "LockViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Lock", "LockViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Lock", "LockViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Lock-MgBetaUserManagedDeviceRemote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, + "Command": "Lock-MgBetaUserManagedDeviceRemote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Lock", "LockViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Lock", "LockViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Lock-MgUserManagedDeviceRemote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "OutputType": null, + "Command": "Lock-MgUserManagedDeviceRemote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Lock", - "LockViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaCommunicationCall", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/transfer", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Move-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/transfer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Move", + "MoveExpanded" + ], + "Method": "POST", "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368158,37 +369865,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Move", - "MoveExpanded" - ] + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Move-MgBetaDeviceManagementIntentToTemplate", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Move", + "MoveExpanded" + ], + "Method": "POST", "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368207,456 +369914,456 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Move", - "MoveExpanded" - ] + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", - "Permissions": [], + "Variants": [ + "Move", + "MoveExpanded", + "MoveViaIdentity", + "MoveViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "OutputType": null, + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaGroupPlannerPlanToContainer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Move-MgBetaGroupPlannerPlanToContainer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaPlannerPlanToContainer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Move-MgBetaPlannerPlanToContainer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgBetaUserMailFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgBetaUserMailFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Move-MgBetaUserManagedDeviceToOu", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "OutputType": null, + "Command": "Move-MgBetaUserManagedDeviceToOu", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Move-MgBetaUserPlannerPlanToContainer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Move-MgBetaUserPlannerPlanToContainer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Move", - "MoveExpanded", - "MoveViaIdentity", - "MoveViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgCommunicationCall", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/transfer", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgCommunicationCall", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/transfer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgUserMailFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Move-MgUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/move", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "Move-MgUserMessage", "ApiVersion": "v1.0", - "Module": "DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgAdminPeopleProfileCardProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/people/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreement", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgAdminPeopleProfileCardProperty", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreementAcceptance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreementFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreementFileLocalization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgAgreementFileVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -368683,20 +370390,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -368723,22 +370432,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368757,20 +370464,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -368797,22 +370506,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368839,22 +370548,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368873,22 +370582,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgApplicationOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368923,107 +370632,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgApplicationSynchronizationJob", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgApplicationSynchronizationJobOnDemand", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgApplicationSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgApplicationSynchronizationJobOnDemand", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgApplicationSynchronizationTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgApplicationSynchronizationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -369066,22 +370775,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -369124,22 +370833,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -369158,122 +370865,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/accessReviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAccessReviewDecision", - "Permissions": [], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAccessReviewInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances", - "OutputType": "IMicrosoftGraphAccessReview", + "Command": "New-MgBetaAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstance", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "New-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAccessReviewInstanceMyDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "New-MgBetaAccessReviewInstanceMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAccessReviewInstanceReviewer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "New-MgBetaAccessReviewInstanceReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAccessReviewMyDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "New-MgBetaAccessReviewMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -369292,103 +371001,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdministrativeUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -369407,22 +371116,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -369441,154 +371150,152 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", - "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaAdminPeopleProfileCardProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/people/profileCardProperties", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreement", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgBetaAdminPeopleProfileCardProperty", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreementAcceptance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/acceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgBetaAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreementFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreementFileLocalization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgBetaAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAgreementFileVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgBetaAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -369615,20 +371322,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/appCatalogs/teamsApps", - "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -369655,39 +371364,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Permissions": [], + ], "Method": "POST", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369706,20 +371413,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaApplicationAppManagementPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -369746,22 +371455,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369788,22 +371497,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369822,22 +371531,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369872,107 +371581,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaApplicationSynchronizationJob", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaApplicationSynchronizationTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgBetaApplicationSynchronizationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370015,22 +371724,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370073,39 +371782,82 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaBookingBusiness", - "Permissions": [], + "Variants": [ + "Provision" + ], "Method": "POST", - "Uri": "/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Command": "New-MgBetaApproval", "ApiVersion": "beta", + "CommandAlias": 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 + } + ], "Module": "Beta.Bookings", + "Uri": "/solutions/approval/provision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalsolution-provision?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" - ] + ], + "Method": "POST", + "Command": "New-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "Method": "POST", "Command": "New-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370140,11 +371892,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Create", "Create1", @@ -370154,18 +371907,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "New-MgBetaBookingBusinessCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Create", "Create1", @@ -370175,12 +371928,11 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370207,11 +371959,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer" + }, + { "Variants": [ "Create", "Create1", @@ -370221,12 +371974,11 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370253,11 +372005,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion" + }, + { "Variants": [ "Create", "Create1", @@ -370267,12 +372020,11 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -370291,11 +372043,12 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService" + }, + { "Variants": [ "Create", "Create1", @@ -370305,12 +372058,11 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -370329,58 +372081,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Module": "Beta.Bookings", - "Variants": [ - "Create", - "Create1", - "CreateExpanded", - "CreateExpanded1", - "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ] + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaBookingCurrency", - "Permissions": [], - "Method": "POST", - "Uri": "/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaBookingCurrency", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaBusinessFlowTemplate", "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/bookingCurrencies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/businessFlowTemplates", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Command": "New-MgBetaBusinessFlowTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/businessFlowTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Create", @@ -370399,20 +372145,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -370503,22 +372251,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -370561,22 +372309,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -370611,107 +372359,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaChatMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaChatMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaChatOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgBetaChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaChatPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgBetaChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -370738,22 +372486,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create", @@ -370820,22 +372568,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -370878,20 +372624,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/communications/calls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCall" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -370910,145 +372658,129 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationCallContentSharingSession", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationCallOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "New-MgBetaCommunicationCallContentSharingSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationCallParticipant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", + "Command": "New-MgBetaCommunicationCallOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "New-MgBetaCommunicationCallParticipant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "New-MgBetaCommunicationCallRecordParticipantV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "New-MgBetaCommunicationCallRecordSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgBetaCommunicationOnlineMeeting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "Create1", @@ -371058,95 +372790,109 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaCommunicationPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371165,20 +372911,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/compliance/ediscovery/cases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371197,22 +372945,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371231,39 +372979,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371282,22 +373030,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371316,22 +373064,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371350,39 +373098,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371401,22 +373149,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371435,39 +373183,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371486,22 +373234,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371520,22 +373268,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371554,22 +373302,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371588,22 +373336,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371622,97 +373370,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaContact", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "New-MgBetaContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaContract", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", + "Command": "New-MgBetaContract", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDataPolicyOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "New-MgBetaDataPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", + "Command": "New-MgBetaDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371731,39 +373479,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371782,20 +373528,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371814,135 +373562,135 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371961,54 +373709,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372027,71 +373773,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372110,167 +373858,167 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "Command": "New-MgBetaDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Command": "New-MgBetaDeviceAppManagementManagedEBook", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBookCategories", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372289,22 +374037,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372323,1608 +374071,1608 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "Command": "New-MgBetaDeviceAppManagementMobileApp", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "Command": "New-MgBetaDeviceAppManagementPolicySet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/policySets", - "OutputType": "IMicrosoftGraphPolicySet", + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Command": "New-MgBetaDeviceAppManagementPolicySet", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "Command": "New-MgBetaDeviceAppManagementPolicySetItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373943,39 +375691,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -373994,22 +375742,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtTask", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374028,20 +375774,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374060,69 +375806,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374141,20 +375887,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374173,37 +375919,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374222,22 +375970,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374256,22 +376004,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374290,20 +376036,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374322,20 +376068,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374354,197 +376102,194 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceCommand", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", + "Command": "New-MgBetaDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Generate" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374563,160 +376308,161 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Generate" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Command": "New-MgBetaDeviceManagementAssignmentFilter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAuditEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", + "Command": "New-MgBetaDeviceManagementAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAutopilotEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/autopilotEvents", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Command": "New-MgBetaDeviceManagementAutopilotEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCartToClassAssociation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/cartToClassAssociations", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/categories", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374735,171 +376481,171 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374918,20 +376664,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagementEligibleDevices", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374950,248 +376696,248 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCompliancePolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "New-MgBetaDeviceManagementCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementComplianceSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/complianceSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "New-MgBetaDeviceManagementComplianceSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/complianceSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementConfigurationSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375210,35 +376956,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/dataSharingConsents", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/depOnboardingSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -375257,69 +377003,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Generate", - "GenerateViaIdentity" - ] + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/derivedCredentials", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Command": "New-MgBetaDeviceManagementDerivedCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -375338,20 +377084,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375370,329 +377116,329 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationProfiles", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375711,20 +377457,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375743,22 +377491,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -375777,20 +377523,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375817,20 +377563,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceHealthScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375849,22 +377597,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375883,22 +377631,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375917,20 +377663,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceShellScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375949,22 +377697,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375983,22 +377731,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376017,22 +377765,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376051,103 +377799,101 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementDomainJoinConnector", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/domainJoinConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -376166,621 +377912,621 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyCategories", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/groupPolicyCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Command": "New-MgBetaDeviceManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Command": "New-MgBetaDeviceManagementIntentAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentCategorySetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementIntentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentCopy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Command": "New-MgBetaDeviceManagementIntentCopy", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementIntentDeviceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntentUserState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Command": "New-MgBetaDeviceManagementIntentSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Command": "New-MgBetaDeviceManagementIntentUserState", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -376799,118 +378545,120 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDeviceCleanupRules", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceCleanupRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -376929,180 +378677,180 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Update", "UpdateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateViaIdentity", + "Generate", + "GenerateViaIdentity" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -377121,86 +378869,86 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Create", - "CreateViaIdentity", - "Generate", - "GenerateViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -377219,22 +378967,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateViaIdentity" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -377269,20 +379015,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Create", - "CreateViaIdentity" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377301,97 +379047,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/monitoring/alertRecords", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring/alertRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/monitoring/alertRules", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/monitoring/alertRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementNdeConnector", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/ndesConnectors", - "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Command": "New-MgBetaDeviceManagementNdeConnector", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377410,20 +379156,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377442,20 +379188,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteActionAudits", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377474,52 +379220,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementResourceAccessProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377538,35 +379284,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementReusableSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/reusableSettings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "New-MgBetaDeviceManagementReusableSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/reusableSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377585,20 +379331,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377617,20 +379363,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377649,22 +379397,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377683,52 +379429,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/roleScopeTags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementScript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377747,22 +379495,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377781,22 +379529,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377815,22 +379563,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377849,22 +379597,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377883,335 +379631,333 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementSettingDefinition", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "New-MgBetaDeviceManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateCategory", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "New-MgBetaDeviceManagementTemplateCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "New-MgBetaDeviceManagementTemplateInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTemplateSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "New-MgBetaDeviceManagementTemplateSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTermAndCondition", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "New-MgBetaDeviceManagementTermAndCondition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378230,35 +379976,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378277,20 +380023,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378309,20 +380055,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378341,20 +380087,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378373,20 +380119,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378405,20 +380151,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378437,20 +380183,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378469,20 +380215,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378501,20 +380247,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378533,20 +380279,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378565,35 +380311,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378612,20 +380358,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378644,20 +380390,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378676,20 +380422,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378708,20 +380454,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378740,20 +380486,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378772,20 +380518,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378804,52 +380550,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378868,20 +380614,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378900,20 +380646,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378932,20 +380678,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378964,20 +380710,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378996,20 +380742,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379028,20 +380774,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379060,35 +380806,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379107,20 +380853,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379139,20 +380885,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379171,20 +380917,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379203,20 +380949,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379235,20 +380981,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379267,20 +381013,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379299,20 +381045,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379331,20 +381077,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379363,20 +381109,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379395,22 +381143,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379429,390 +381175,390 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementUserPfxCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userPfxCertificates", - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExportJob" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSnapshot" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379831,20 +381577,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379863,137 +381611,137 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceRegisteredOwnerByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDeviceRegisteredUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, + "Command": "New-MgBetaDeviceRegisteredUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryAdministrativeUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380036,22 +381784,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380094,54 +381842,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryAttributeSet", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "New-MgBetaDirectoryAttributeSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/attributeSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -380160,20 +381906,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -380192,560 +381940,560 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deviceLocalCredentials", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryExternalUserProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/externalUserProfiles", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "New-MgBetaDirectoryDeviceLocalCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgBetaDirectoryExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/externalUserProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUserProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryFederationConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "New-MgBetaDirectoryFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryInboundSharedUserProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Command": "New-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/directory/impactedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryObject", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Module": "Beta.DirectoryObjects", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaDirectoryObject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [], + "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "OutputType": null, + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryPendingExternalUserProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/pendingExternalUserProfiles", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRecommendation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "New-MgBetaDirectoryPendingExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/pendingExternalUserProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "New-MgBetaDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRoleMemberByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, + "Command": "New-MgBetaDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgBetaDirectoryRoleMemberByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "New-MgBetaDirectoryRoleScopedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDirectorySetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgBetaDirectoryRoleTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectorySettingTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Command": "New-MgBetaDirectorySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectorySharedEmailDomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/sharedEmailDomains", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Command": "New-MgBetaDirectorySettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDirectorySubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/subscriptions", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "New-MgBetaDirectorySharedEmailDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", + "Command": "New-MgBetaDirectorySubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDomainFederationConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "New-MgBetaDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgBetaDomainFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDomainSharedEmailDomainInvitation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "New-MgBetaDomainServiceConfigurationRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgBetaDomainVerificationDnsRecord", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -380772,22 +382520,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDriveItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -380814,141 +382562,141 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveItemListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDriveItemUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -380975,462 +382723,462 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaDriveRootUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaEducationClass", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationClass", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "New-MgBetaEducationClassAssignment", "ApiVersion": "beta", - "Module": "Beta.Education", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta", "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381449,22 +383197,26 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta", - "CommandAlias": null, + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381483,26 +383235,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381521,22 +383269,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381555,56 +383303,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381623,39 +383371,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgBetaEducationClassAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -381674,22 +383422,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381708,73 +383456,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -381793,22 +383541,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -381827,22 +383575,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -381861,224 +383609,222 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationClassTeacherByRef", - "Permissions": [], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgBetaEducationClassTeacherByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgBetaEducationMeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "New-MgBetaEducationMeAssignmentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgBetaEducationMeAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -382097,414 +383843,416 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/education/me/rubrics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationSchool", - "Permissions": [], - "Method": "POST", - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationSchoolClassByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, + "Command": "New-MgBetaEducationSchool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationSchoolUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, + "Command": "New-MgBetaEducationSchoolClassByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationSynchronizationProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/synchronizationProfiles", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Command": "New-MgBetaEducationSchoolUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationSynchronizationProfileError", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Command": "New-MgBetaEducationSynchronizationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEducationUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "New-MgBetaEducationSynchronizationProfileError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgBetaEducationUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgBetaEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "New-MgBetaEducationUserAssignmentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgBetaEducationUserAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEducationUserRubric", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "New-MgBetaEducationUserRubric", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgBetaEntitlementManagementAccessPackage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -382523,199 +384271,197 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementConnectedOrganization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "New-MgBetaEntitlementManagementAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaEntitlementManagementSubject", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/subjects", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/external/authorizationSystems", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "New-MgBetaExternalAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/authorizationSystems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -382734,20 +384480,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/external/connections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -382766,22 +384514,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -382800,471 +384548,455 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalConnectionItem", - "Permissions": [], - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "New-MgBetaExternalConnectionItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalConnectionOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "New-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataConnector", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/dataConnectors", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "New-MgBetaExternalConnectionOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataInboundFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/inboundFlows", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "New-MgBetaExternalIndustryDataConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/dataConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgBetaExternalIndustryDataInboundFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/inboundFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/outboundProvisioningFlowSets", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Command": "New-MgBetaExternalIndustryDataOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/referenceDefinitions", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataRoleGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/roleGroups", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/referenceDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataSourceSystem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/sourceSystems", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "New-MgBetaExternalIndustryDataRoleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/roleGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaExternalIndustryDataYear", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/years", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "New-MgBetaExternalIndustryDataSourceSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/sourceSystems", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCountryRegion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/countriesRegions", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "New-MgBetaExternalIndustryDataYear", "ApiVersion": "beta", - "Module": "Beta.Financials", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/industryData/years", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCurrency", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/currencies", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "New-MgBetaFinancialCompanyCountryRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customers", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "New-MgBetaFinancialCompanyCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/currencies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPayment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPayments", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "New-MgBetaFinancialCompanyCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyEmployee", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/employees", - "OutputType": "IMicrosoftGraphEmployee", + "Command": "New-MgBetaFinancialCompanyCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyEmployeePicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyEmployee", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/items", - "OutputType": "IMicrosoftGraphItem", + "Command": "New-MgBetaFinancialCompanyEmployeePicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyItemCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/itemCategories", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "New-MgBetaFinancialCompanyItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyJournal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/journals", - "OutputType": "IMicrosoftGraphJournal", + "Command": "New-MgBetaFinancialCompanyItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyJournalLine", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/journalLines", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "New-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal" + }, + { "Variants": [ "Create", "Create1", @@ -383274,69 +385006,69 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyPaymentMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/paymentMethods", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "New-MgBetaFinancialCompanyJournalLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyPaymentTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/paymentTerms", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "New-MgBetaFinancialCompanyPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "Create1", @@ -383346,103 +385078,103 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "Create1", @@ -383452,35 +385184,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "Create1", @@ -383490,50 +385222,50 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "OutputType": null, + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Make", "MakeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "Create1", @@ -383543,114 +385275,128 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyShipmentMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyTaxArea", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/taxAreas", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "New-MgBetaFinancialCompanyShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyTaxGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/taxGroups", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "New-MgBetaFinancialCompanyTaxArea", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "New-MgBetaFinancialCompanyTaxGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyVendor", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/vendors", - "OutputType": "IMicrosoftGraphVendor", + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaFinancialCompanyVendorPicture", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "OutputType": "IMicrosoftGraphPicture", + "Command": "New-MgBetaFinancialCompanyVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Create", @@ -383677,88 +385423,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupAcceptedSenderByRef", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, + "Command": "New-MgBetaGroupAcceptedSenderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "New-MgBetaGroupAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgBetaGroupCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupCalendarPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgBetaGroupCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383777,22 +385525,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383811,1078 +385559,1078 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupConversationThreadPostAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupConversationThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupConversationThreadPostMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaGroupConversationThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgBetaGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaGroupDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaGroupDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveItemListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaGroupDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupDriveItemUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaGroupDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaGroupDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaGroupDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveRootLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveRootListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaGroupDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupDriveRootUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "New-MgBetaGroupEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgBetaGroupEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupEventExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "New-MgBetaGroupLifecyclePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupMemberByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, + "Command": "New-MgBetaGroupMemberByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -384909,22 +386657,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -384951,22 +386699,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -384993,22 +386741,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -385035,56 +386783,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaGroupOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgBetaGroupOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -385111,22 +386859,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -385153,22 +386901,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -385187,1133 +386935,1117 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgBetaGroupPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupRejectedSenderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, + "Command": "New-MgBetaGroupRejectedSenderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgBetaGroupSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteContentModel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "New-MgBetaGroupSiteColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaGroupSiteContentModel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaGroupSiteContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteDocumentProcessingJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupSiteDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathContentModel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "New-MgBetaGroupSiteGetByPathColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaGroupSiteGetByPathContentModel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "New-MgBetaGroupSiteGetByPathContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaGroupSiteGetByPathList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgBetaGroupSiteGetByPathOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteGetByPathPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteGetByPathPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "New-MgBetaGroupSiteGetByPathPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "New-MgBetaGroupSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupSiteListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaGroupSiteListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaGroupSiteListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "New-MgBetaGroupSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaGroupSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteListItemLink", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaGroupSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "New-MgBetaGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaGroupSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgBetaGroupSiteOnenoteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "New-MgBetaGroupSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaGroupSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgBetaGroupSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgBetaGroupSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgBetaGroupSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteRecycleBinItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Command": "New-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgBetaGroupSiteRecycleBinItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaGroupSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -386323,18 +388055,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -386344,120 +388076,120 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -386467,18 +388199,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -386488,35 +388220,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -386526,18 +388258,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -386547,743 +388279,759 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannel", "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "New-MgBetaGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaGroupTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaGroupTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaGroupTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgBetaGroupTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "New-MgBetaGroupTeamInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaGroupTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgBetaGroupTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgBetaGroupTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleDayNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "New-MgBetaGroupTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "New-MgBetaGroupTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", + "Command": "New-MgBetaGroupTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "New-MgBetaGroupTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "New-MgBetaGroupTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamTag", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "New-MgBetaGroupTeamTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupTeamTagMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgBetaGroupTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -387302,522 +389050,506 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupThreadPostAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": null, + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaGroupThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaGroupThreadPostMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaGroupThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityApiConnector", - "Permissions": [], - "Method": "POST", - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "New-MgBetaIdentityApiConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "New-MgBetaIdentityAuthenticationEventListener", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "OutputType": null, + "Command": "New-MgBetaIdentityB2CUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlowLanguage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, + "Command": "New-MgBetaIdentityB2XUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create1", - "CreateExpanded1" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], - "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Create1", "CreateExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + }, + { + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + }, + { "Variants": [ "Create1", "CreateExpanded1", @@ -387825,12 +389557,26 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -387849,20 +389595,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -387889,728 +389635,728 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityCustomAuthenticationExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Generate", "GenerateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "OutputType": "IMicrosoftGraphFinding", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -388629,50 +390375,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -388691,118 +390437,104 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "OutputType": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Create", "Create1", @@ -388810,187 +390542,201 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityProvider", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityUserFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/userFlows", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "New-MgBetaIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "New-MgBetaIdentityUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "New-MgBetaIdentityUserFlowAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgBetaInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Invite.All", @@ -389017,359 +390763,359 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInvitation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessAlert", - "Permissions": [], - "Method": "POST", - "Uri": "/networkAccess/alerts", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", - "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityBranch", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/branches", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "New-MgBetaNetworkAccessAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "New-MgBetaNetworkAccessConnectivityBranch", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/remoteNetworks", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessFilteringPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/filteringPolicies", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "New-MgBetaNetworkAccessFilteringPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessFilteringProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/filteringProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "New-MgBetaNetworkAccessFilteringProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessForwardingPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/forwardingPolicies", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "New-MgBetaNetworkAccessForwardingPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessForwardingProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/forwardingProfiles", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "New-MgBetaNetworkAccessForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/logs/remoteNetworks", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaNetworkAccessLogTraffic", - "Permissions": [], + ], "Method": "POST", - "Uri": "/networkAccess/logs/traffic", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs/remoteNetworks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs/traffic", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -389388,92 +391134,78 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/onPremisesPublishingProfiles", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "New-MgBetaOnPremisePublishingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "New-MgBetaOnPremisePublishingProfileAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Create", "Create1", @@ -389483,197 +391215,213 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileConnector", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "OutputType": "IMicrosoftGraphConnector", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "New-MgBetaOnPremisePublishingProfileConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "OutputType": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "OutputType": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOrganization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -389692,90 +391440,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaOrganizationExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaOrganizationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/places/{place-id}/roomList/rooms", - "OutputType": "IMicrosoftGraphRoom", + "Command": "New-MgBetaPlaceAsRoomListRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPlaceAsRoomListWorkspace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/places/{place-id}/roomList/workspaces", - "OutputType": "IMicrosoftGraphWorkspace", + "Command": "New-MgBetaPlaceAsRoomListWorkspace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/places/{place-id}/roomList/workspaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389802,20 +391548,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389842,20 +391588,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -389874,20 +391620,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/planner/rosters", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/planner/rosters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -389906,22 +391654,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389948,20 +391694,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -389980,20 +391726,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390012,35 +391758,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -390059,69 +391805,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyAuthorizationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Command": "New-MgBetaPolicyAuthorizationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390140,84 +391886,84 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390236,261 +391982,261 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyMobileAppManagementPolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/mobileAppManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/mobileDeviceManagementPolicies", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyPermissionGrantPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgBetaPolicyPermissionGrantPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPreApprovalPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPreApprovalPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Command": "New-MgBetaPolicyRoleManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyRoleManagementPolicyRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390509,20 +392255,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390541,50 +392287,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintConnector", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "New-MgBetaPrintConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/connectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "New-MgBetaPrintOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/print/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create1", + "CreateExpanded1" + ], + "Method": "POST", "Command": "New-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -390611,20 +392357,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/create", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Create1", - "CreateExpanded1" - ] + "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -390667,39 +392415,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "New-MgBetaPrintPrinterJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -390726,156 +392474,156 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShare", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "Permissions": [], - "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "New-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareJobDocument", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "New-MgBetaPrintPrinterShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintPrinterShareJobTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgBetaPrintPrinterShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -390894,103 +392642,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaPrintService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintService", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "New-MgBetaPrintServiceEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintServiceEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "New-MgBetaPrintShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrintShare", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgBetaPrintShareAllowedGroupByRef", "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", "CommandAlias": null, - "Command": "New-MgBetaPrintShareAllowedGroupByRef", "Permissions": [], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrintShareAllowedUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "New-MgBetaPrintShareAllowedUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -391025,39 +392773,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintShareJobDocument", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "New-MgBetaPrintShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaPrintShareJobDocumentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -391084,399 +392832,383 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "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", + "OutputType": "IMicrosoftGraphUploadSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintShareJobTask", - "Permissions": [], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrintTaskDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "New-MgBetaPrintShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgBetaPrintTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgBetaPrintTaskDefinitionTask", "ApiVersion": "beta", - "Module": "Beta.Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgBetaPrivacySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccess", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "New-MgBetaPrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "New-MgBetaPrivilegedAccessResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedAccessRoleSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedApproval", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "New-MgBetaPrivilegedAccessRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedOperationEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedOperationEvents", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "New-MgBetaPrivilegedApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoles", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "New-MgBetaPrivilegedOperationEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedOperationEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignments", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "New-MgBetaPrivilegedRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "New-MgBetaPrivilegedRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Make", "MakeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaProgram", - "Permissions": [], + ], "Method": "POST", - "Uri": "/programs", - "OutputType": "IMicrosoftGraphProgram", + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaProgramControl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/programControls", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "New-MgBetaProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram" + }, + { "Variants": [ "Create", "Create1", @@ -391488,183 +393220,197 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaProgramControlType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/programControlTypes", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "New-MgBetaProgramControl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControl" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Command": "New-MgBetaProgramControlType", "ApiVersion": "beta", - "Module": "Beta.Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programControlTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/manifests", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/operations", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "New-MgBetaReportPartnerBillingManifest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRiskDetection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "New-MgBetaReportPartnerBillingOperation", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRiskyServicePrincipal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Command": "New-MgBetaRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "New-MgBetaRiskyServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRiskyUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "New-MgBetaRiskyServicePrincipalHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRiskyUserHistory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Command": "New-MgBetaRiskyUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRiskyUserHistory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -391683,37 +393429,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -391756,69 +393502,69 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -391837,37 +393583,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -391910,146 +393656,146 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -392084,20 +393830,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -392116,67 +393862,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -392195,320 +393941,320 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -392527,298 +394273,298 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/customAppScopes", - "OutputType": "IMicrosoftGraphCustomAppScope", + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/customAppScopes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -392837,20 +394583,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392869,20 +394615,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/search/acronyms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392901,20 +394647,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/search/bookmarks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392933,268 +394679,268 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/search/qnas", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityAction", - "Permissions": [], - "Method": "POST", - "Uri": "/security/securityActions", - "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAlert", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", + "Command": "New-MgBetaSecurityAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/securityActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAlertV2", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "New-MgBetaSecurityAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "New-MgBetaSecurityAlertV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "New-MgBetaSecurityAttackSimulation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "New-MgBetaSecurityAttackSimulationAutomation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/loginPages", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/operations", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/payloads", - "OutputType": "IMicrosoftGraphPayload", + "Command": "New-MgBetaSecurityAttackSimulationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/trainings", - "OutputType": "IMicrosoftGraphTraining", + "Command": "New-MgBetaSecurityAttackSimulationPayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/trainingCampaigns", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "New-MgBetaSecurityAttackSimulationTraining", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainingCampaigns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -393253,37 +394999,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/auditLog/queries", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/security/auditLog/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityAuditLogQueryRecord", - "Permissions": [], - "Method": "POST", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393302,20 +395048,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393334,22 +395082,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393368,22 +395116,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393402,22 +395150,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393436,22 +395184,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393470,22 +395218,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393504,22 +395252,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393538,22 +395286,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393572,39 +395320,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393623,39 +395371,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393674,22 +395422,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393708,39 +395456,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393759,689 +395507,687 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityCloudAppSecurityProfile", - "Permissions": [], - "Method": "POST", - "Uri": "/security/cloudAppSecurityProfiles", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/collaboration/analyzedEmails", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cloudAppSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityDomainSecurityProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/domainSecurityProfiles", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/collaboration/analyzedEmails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityFileSecurityProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/fileSecurityProfiles", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Command": "New-MgBetaSecurityDomainSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/domainSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityHostSecurityProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/hostSecurityProfiles", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Command": "New-MgBetaSecurityFileSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/fileSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/identities/healthIssues", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "New-MgBetaSecurityHostSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/hostSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityIdentitySensor", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/identities/sensors", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Command": "New-MgBetaSecurityIdentityHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", - "OutputType": null, + "Command": "New-MgBetaSecurityIdentitySensor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Regenerate" - ] + "Uri": "/security/identities/sensors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityIncident", - "Permissions": [], + "Variants": [ + "Regenerate" + ], "Method": "POST", - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "New-MgBetaSecurityIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/incidents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIncident" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityIPSecurityProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/ipSecurityProfiles", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelAuthority", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/authorities", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "New-MgBetaSecurityIPSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/ipSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/categories", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "New-MgBetaSecurityLabelAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/authorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "New-MgBetaSecurityLabelCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelCitation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/citations", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "New-MgBetaSecurityLabelCategorySubcategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelDepartment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/departments", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "New-MgBetaSecurityLabelCitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/citations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/filePlanReferences", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "New-MgBetaSecurityLabelDepartment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/departments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "New-MgBetaSecurityLabelFilePlanReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "New-MgBetaSecurityLabelRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityPartnerSecurityAlert", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/partner/securityAlerts", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityProviderTenantSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/providerTenantSettings", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "New-MgBetaSecurityPartnerSecurityAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/partner/securityAlerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityRuleDetectionRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/rules/detectionRules", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Command": "New-MgBetaSecurityProviderTenantSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/providerTenantSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecuritySecureScore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "New-MgBetaSecurityRuleDetectionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/rules/detectionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "New-MgBetaSecuritySecureScore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgBetaSecuritySecureScoreControlProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgBetaSecuritySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "New-MgBetaSecurityThreatIntelligenceHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostPorts", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostSslCertificates", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/sslCertificates", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394460,35 +396206,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/threatSubmission/emailThreats", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394507,20 +396253,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/threatSubmission/fileThreats", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/threatSubmission/fileThreats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394539,159 +396285,159 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/threatSubmission/urlThreats", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/threatSubmission/urlThreats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityTiIndicator", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/tiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "New-MgBetaSecurityTiIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/tiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityTriggerRetentionEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "New-MgBetaSecurityTriggerRetentionEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSecurityUserSecurityProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/userSecurityProfiles", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "New-MgBetaSecurityUserSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/security/userSecurityProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServiceAnnouncementHealthOverview", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "New-MgBetaServiceAnnouncementHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "New-MgBetaServiceAnnouncementIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "New-MgBetaServiceAnnouncementMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -394718,20 +396464,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -394758,22 +396506,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -394800,22 +396548,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -394858,56 +396606,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "New-MgBetaServicePrincipalEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -394950,39 +396698,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalLicenseDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "New-MgBetaServicePrincipalLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395017,22 +396765,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -395059,22 +396807,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -395109,37 +396857,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgBetaServicePrincipalRiskDetection", "ApiVersion": "beta", - "Module": "Beta.Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "New-MgBetaServicePrincipalSynchronizationJob", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395158,22 +396906,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395192,164 +396940,148 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaShareListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaShareListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaShareListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaShareListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "Create1", @@ -395359,18 +397091,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "Create1", @@ -395380,18 +397112,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaShareListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "Create1", @@ -395401,112 +397133,128 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaShareListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaShareListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "New-MgBetaShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395525,22 +397273,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395559,22 +397307,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395593,141 +397341,141 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaSiteGetByPathColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaSiteGetByPathContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathList", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgBetaSiteGetByPathList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaSiteGetByPathOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgBetaSiteGetByPathPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteGetByPathPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaSiteGetByPathPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395746,39 +397494,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "New-MgBetaSiteListActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395797,39 +397545,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -395848,73 +397596,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSiteListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "New-MgBetaSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -395949,22 +397697,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -395991,22 +397739,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -396033,56 +397781,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -396109,39 +397857,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396168,22 +397916,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396210,22 +397958,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396252,22 +398000,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396294,56 +398042,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgBetaSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396370,22 +398118,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -396412,198 +398160,182 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteOperation", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSitePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgBetaSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgBetaSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -396613,18 +398345,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -396634,120 +398366,120 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -396757,18 +398489,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -396778,35 +398510,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgBetaSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -396816,18 +398548,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -396837,473 +398569,504 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgBetaSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/driveInclusionRules", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "New-MgBetaSiteTermStoreSetTermRelation", "ApiVersion": "beta", - "Module": "Beta.BackupRestore", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/driveProtectionUnits", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestorePoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/restorePoints", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/protectionPolicies", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "New-MgBetaSolutionBackupRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreServiceApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/serviceApps", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/restoreSessions", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "New-MgBetaSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceApp" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/siteInclusionRules", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/backupRestore/siteProtectionUnits", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -397322,20 +399085,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/businessScenarios", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/solutions/businessScenarios", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -397354,69 +399119,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaSubscribedSku", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Command": "New-MgBetaSubscribedSku", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/subscribedSkus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ChangeNotifications", + "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -397451,20 +399214,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Create.Group", @@ -397507,54 +399272,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" + }, + { + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], + "Method": "POST", + "Command": "New-MgBetaTeamChannelEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, + "Command": "New-MgBetaTeamChannelMember", "ApiVersion": "beta", - "Module": "Beta.Teams", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", "CommandAlias": null, - "Command": "New-MgBetaTeamChannelMember", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -397581,39 +399346,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -397640,56 +399405,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgBetaTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -397764,22 +399529,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -397870,224 +399635,224 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgBetaTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "OutputType": null, + "Command": "New-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", - "Module": "Beta.Teams", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelMember", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgBetaTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamScheduleDayNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/dayNotes", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "New-MgBetaTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/dayNotes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398106,22 +399871,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398148,22 +399913,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398182,22 +399947,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398216,22 +399981,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398250,39 +400015,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398301,39 +400066,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "New-MgBetaTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398352,22 +400117,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398386,39 +400151,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "New-MgBetaTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -398437,1031 +400202,1029 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamTagMember", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedChat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedChats", - "OutputType": null, + "Command": "New-MgBetaTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "New-MgBetaTeamworkDeletedChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "New-MgBetaTeamworkDeletedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Provision", "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/devices", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkDeviceOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Command": "New-MgBetaTeamworkDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDevice" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkTeamTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/teamTemplates", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "New-MgBetaTeamworkDeviceOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTeamworkTeamTemplateDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "New-MgBetaTeamworkTeamTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTeamworkWorkforceIntegration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "New-MgBetaTeamworkWorkforceIntegration", "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenants", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Command": "New-MgBetaTenantRelationshipManagedTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/appPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/auditEvents", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/myRoles", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantTag", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTrustFrameworkKeySet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/keySets", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaTrustFrameworkKeySetKey", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "New-MgBetaTrustFrameworkKeySet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + }, + { "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaTrustFrameworkPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/trustFramework/policies", - "OutputType": null, + "Command": "New-MgBetaTrustFrameworkKeySetKey", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/policies", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399512,88 +401275,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserActivity", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "New-MgBetaUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserActivityHistoryItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "New-MgBetaUserActivityHistoryItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserActivityStatistics", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/analytics/activityStatistics", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Command": "New-MgBetaUserActivityStatistics", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", + "Uri": "/users/{user-id}/analytics/activityStatistics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserAppRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "New-MgBetaUserAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -399612,56 +401377,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserAuthenticationMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Command": "New-MgBetaUserAuthenticationMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserAuthenticationOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgBetaUserAuthenticationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -399680,113 +401445,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserCalendar", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgBetaUserCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserCalendarGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Command": "New-MgBetaUserCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserCalendarGroupCalendar", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "New-MgBetaUserCalendarGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserCalendarPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgBetaUserCalendarGroupCalendar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Create", "Create1", @@ -399796,1234 +401545,1250 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", + "Command": "New-MgBetaUserCalendarPermission", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatInstalledApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "New-MgBetaUserChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaUserChatInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaUserChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaUserChatMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgBetaUserChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgBetaUserChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgBetaUserChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgBetaUserChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatPinnedMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "New-MgBetaUserChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserChatTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgBetaUserChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserCloudPcSnapshot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", - "OutputType": null, + "Command": "New-MgBetaUserChatTab", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaUserCloudPcSnapshot", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaUserContact", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgBetaUserContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "New-MgBetaUserContactFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "New-MgBetaUserContactFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgBetaUserContactFolderChildFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolderContact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgBetaUserContactFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserContactFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDefaultCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgBetaUserDefaultCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices", - "OutputType": "IMicrosoftGraphDevice", + "Command": "New-MgBetaUserDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceCommand", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "OutputType": "IMicrosoftGraphCommand", + "Command": "New-MgBetaUserDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "OutputType": null, + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceRegisteredUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDeviceUsageRights", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "New-MgBetaUserDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgBetaUserDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaUserDriveBundle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaUserDriveItemChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaUserDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserDriveItemUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaUserDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgBetaUserDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgBetaUserDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaUserDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgBetaUserDriveRootChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootListItemLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgBetaUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgBetaUserDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserDriveRootUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgBetaUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserEventAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -401042,970 +402807,970 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserEventInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "New-MgBetaUserInferenceClassificationOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInsightShared", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "New-MgBetaUserInsightShared", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInsightTrending", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", + "Command": "New-MgBetaUserInsightTrending", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserInsightUsed", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "New-MgBetaUserInsightUsed", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "New-MgBetaUserMailFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "New-MgBetaUserMailFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserMailFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserMailFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageForward", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessageForward", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMailFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageReply", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReplyAll", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgBetaUserMailFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "New-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "New-MgBetaUserManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Update", "UpdateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserMessageAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -402024,190 +403789,190 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMessageForward", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessageForward", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMessageMention", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMessageReply", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMobileAppIntentAndState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Command": "New-MgBetaUserMessageReplyAll", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "New-MgBetaUserMobileAppIntentAndState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "New-MgBetaUserNotification", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/notifications", - "OutputType": "IMicrosoftGraphNotification", + "Command": "New-MgBetaUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/notifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402234,22 +403999,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402276,22 +404041,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402318,22 +404083,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402360,56 +404125,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgBetaUserOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgBetaUserOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402436,22 +404201,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -402478,22 +404243,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -402512,45 +404277,29 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "Create1", @@ -402560,46 +404309,62 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "New-MgBetaUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-registrants?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -402626,260 +404391,260 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-registrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgBetaUserOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "New-MgBetaUserOutlookMasterCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserOutlookTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "New-MgBetaUserOutlookTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskFolderTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgBetaUserOutlookTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "New-MgBetaUserOutlookTaskGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -402898,22 +404663,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/account", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/account", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -402932,22 +404697,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/addresses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -402966,22 +404731,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/anniversaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403000,22 +404765,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/awards", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403034,22 +404799,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/certifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403068,22 +404833,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/educationalActivities", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/educationalActivities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403102,22 +404867,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/emails", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/emails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemEmail" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403136,22 +404901,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/interests", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/interests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403170,22 +404935,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/languages", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/languages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -403228,22 +404993,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/names", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403262,22 +405027,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/notes", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403296,22 +405061,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/patents", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/patents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403330,22 +405095,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/phones", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/phones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403364,22 +405129,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/positions", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/positions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403398,22 +405163,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/projects", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403432,22 +405197,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/publications", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/publications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403466,22 +405231,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/skills", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/skills", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403500,22 +405265,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/webAccounts", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/webAccounts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -403534,124 +405299,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/profile/websites", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgBetaUserScopedRoleMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/storage/quota/services", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Command": "New-MgBetaUserSettingStorageQuotaService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserSettingWindows", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/windows", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "New-MgBetaUserSettingWindows", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "New-MgBetaUserSettingWindowsInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "New-MgBetaUserTeamworkAssociatedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -403750,22 +405515,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403784,39 +405549,39 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserTodoListExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserTodoListExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403835,22 +405600,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403869,22 +405634,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403903,22 +405668,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403937,582 +405702,582 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, + "Command": "New-MgBetaUserTodoListTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/solutions/virtualEvents/events", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgBetaVirtualEventPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgBetaVirtualEventSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventTownhall", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgBetaVirtualEventTownhall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgBetaVirtualEventTownhallPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgBetaVirtualEventTownhallSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinar", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgBetaVirtualEventWebinar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "New-MgBetaVirtualEventWebinarPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "New-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgBetaVirtualEventWebinarSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", - "CommandAlias": "New-MgBetaWuDeployment", - "Command": "New-MgBetaWindowsUpdatesDeployment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "New-MgBetaWindowsUpdatesDeployment", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeployment", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", - "CommandAlias": "New-MgBetaWuPolicy", - "Command": "New-MgBetaWindowsUpdatesPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "New-MgBetaWindowsUpdatesPolicy", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "OutputType": null, + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "OutputType": null, + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuProduct", - "Command": "New-MgBetaWindowsUpdatesProduct", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/products", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyComplianceChange", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuProductEdition", - "Command": "New-MgBetaWindowsUpdatesProductEdition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/products/{product-id}/editions", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Command": "New-MgBetaWindowsUpdatesProduct", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProduct", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "New-MgBetaWindowsUpdatesProductEdition", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductEdition", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/editions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgBetaWuProductRevision", - "Command": "New-MgBetaWindowsUpdatesProductRevision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductKnownIssue", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", - "CommandAlias": "New-MgBetaWuResourceConnection", - "Command": "New-MgBetaWindowsUpdatesResourceConnection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/resourceConnections", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "New-MgBetaWindowsUpdatesProductRevision", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductRevision", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", - "CommandAlias": "New-MgBetaWuUpdatableAsset", - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets", - "OutputType": null, + "Command": "New-MgBetaWindowsUpdatesResourceConnection", "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuResourceConnection", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuUpdatableAsset", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgBookingBusiness", - "Permissions": [], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404547,39 +406312,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "New-MgBookingBusinessCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404606,22 +406371,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404648,22 +406413,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -404682,22 +406447,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -404716,37 +406481,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgBookingCurrency", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/solutions/bookingCurrencies", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "New-MgBookingCurrency", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Create", @@ -404765,20 +406528,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -404869,22 +406634,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -404927,22 +406692,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -404977,90 +406742,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgChatMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgChatMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgChatMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgChatPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -405087,22 +406852,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create", @@ -405169,22 +406934,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -405227,20 +406990,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/communications/calls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCall" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -405259,280 +407024,280 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationCallContentSharingSession", - "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationCallOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/operations", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "New-MgCommunicationCallContentSharingSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationCallParticipant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants", - "OutputType": "IMicrosoftGraphParticipant", + "Command": "New-MgCommunicationCallOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "New-MgCommunicationCallParticipant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "New-MgCommunicationCallRecordParticipantV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "New-MgCommunicationCallRecordSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgCommunicationOnlineMeeting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgCommunicationOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgCommunicationPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences", - "OutputType": "IMicrosoftGraphPresence", + "Command": "New-MgCommunicationOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgCommunicationPresence", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgContact", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/presences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/contacts", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "New-MgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgContract", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts", - "OutputType": "IMicrosoftGraphContract", + "Command": "New-MgContract", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDataPolicyOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/dataPolicyOperations", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "New-MgDataPolicyOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices", - "OutputType": "IMicrosoftGraphDevice", + "Command": "New-MgDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405551,39 +407316,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405602,20 +407365,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405634,37 +407399,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405683,54 +407448,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "Command": "New-MgDeviceAppManagementManagedAppPolicy", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgDeviceAppManagementManagedAppPolicy", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405749,54 +407512,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405815,152 +407580,152 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", - "Command": "New-MgDeviceAppManagementManagedAppStatus", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/managedAppStatuses", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", - "Command": "New-MgDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks", - "OutputType": "IMicrosoftGraphManagedEBook", + "Command": "New-MgDeviceAppManagementManagedAppStatus", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", - "Command": "New-MgDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Command": "New-MgDeviceAppManagementManagedEBook", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405979,22 +407744,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -406013,1000 +407778,1000 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileApp", - "Command": "New-MgDeviceAppManagementMobileApp", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "OutputType": null, + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", - "Command": "New-MgDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppCategories", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", - "Command": "New-MgDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Command": "New-MgDeviceAppManagementMobileAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407025,39 +408790,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtVppToken", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407076,20 +408839,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407108,37 +408871,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407157,22 +408922,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407191,54 +408956,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/extensions", - "OutputType": null, + "Command": "New-MgDeviceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementAuditEvent", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/auditEvents", - "OutputType": "IMicrosoftGraphAuditEvent", + "Command": "New-MgDeviceManagementAuditEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407257,20 +409020,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407289,20 +409052,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407321,252 +409084,252 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "New-MgDeviceManagementDeviceConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407585,20 +409348,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407617,22 +409382,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407651,50 +409414,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/iosUpdateStatuses", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "New-MgDeviceManagementIoUpdateStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407713,116 +409476,118 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "ApiVersion": "v1.0", - "Module": "DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407841,22 +409606,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateViaIdentity" + ], + "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -407891,20 +409654,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Create", - "CreateViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407923,52 +409686,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407987,20 +409750,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -408019,20 +409782,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408051,20 +409814,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408083,20 +409846,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408115,20 +409878,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408147,101 +409912,99 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementTermAndCondition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "New-MgDeviceManagementTermAndCondition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgDeviceManagementTroubleshootingEvent", "Permissions": [], + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/troubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "New-MgDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408260,20 +410023,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408292,20 +410055,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408324,20 +410087,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408356,20 +410119,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408388,20 +410151,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408420,20 +410183,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408452,20 +410215,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408484,35 +410247,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408531,52 +410294,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408595,20 +410358,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408627,20 +410390,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408659,20 +410422,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408691,20 +410454,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408723,20 +410486,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408755,20 +410518,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408787,20 +410550,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408819,20 +410582,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408851,20 +410614,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408883,22 +410648,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408917,174 +410680,174 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409103,20 +410866,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/windowsMalwareInformation", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409135,88 +410900,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDeviceRegisteredOwnerByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "OutputType": null, + "Command": "New-MgDeviceRegisteredOwnerByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$ref", - "OutputType": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryAdministrativeUnit", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/administrativeUnits", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "New-MgDirectoryAdministrativeUnitExtension", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgDirectoryAdministrativeUnitExtension", "Permissions": [], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -409259,22 +411024,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -409317,357 +411082,357 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], - "Method": "POST", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryAttributeSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/attributeSets", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "New-MgDirectoryAttributeSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deviceLocalCredentials", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryFederationConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/federationConfigurations", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgDirectoryDeviceLocalCredential", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryObject", - "Permissions": [], - "Method": "POST", - "Uri": "/directoryObjects", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/onPremisesSynchronization", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "New-MgDirectoryFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "New-MgDirectoryObject", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgDirectoryRole", "Permissions": [], + "Module": "DirectoryObjects", + "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/directoryRoles", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "New-MgDirectoryOnPremiseSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDirectoryRoleMemberByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "OutputType": null, + "Command": "New-MgDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgDirectoryRoleMemberByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "New-MgDirectoryRoleScopedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDirectorySubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/subscriptions", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "New-MgDirectoryRoleTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains", - "OutputType": "IMicrosoftGraphDomain", + "Command": "New-MgDirectorySubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDomainFederationConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/federationConfiguration", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "New-MgDomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgDomainFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgDomainServiceConfigurationRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgDomainVerificationDnsRecord", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -409693,23 +411458,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", + ], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDriveItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -409736,124 +411501,124 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveItemListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDriveItemUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -409880,411 +411645,411 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveRootLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveRootListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgDriveRootUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgEducationClass", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/classes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationClass", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "New-MgEducationClassAssignment", "ApiVersion": "v1.0", - "Module": "Education", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0", "CommandAlias": null, - "Command": "New-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410303,22 +412068,26 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0", - "CommandAlias": null, + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "Method": "POST", "Command": "New-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410337,26 +412106,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0", - "CommandAlias": null, + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410375,22 +412140,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410409,56 +412174,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "New-MgEducationClassAssignmentSettingGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationClassAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -410477,22 +412242,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410511,39 +412276,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -410562,22 +412327,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -410596,22 +412361,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -410630,173 +412395,171 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationClassTeacherByRef", - "Permissions": [], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationClassTeacherByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgEducationMeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "New-MgEducationMeAssignmentCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgEducationMeAssignmentCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationMeAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationMeAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410815,469 +412578,455 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/me/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/education/me/rubrics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationSchool", - "Permissions": [], - "Method": "POST", - "Uri": "/education/schools", - "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationSchoolClassByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, + "Command": "New-MgEducationSchool", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationSchoolUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, + "Command": "New-MgEducationSchoolClassByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEducationUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "New-MgEducationSchoolUserByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "New-MgEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentCategoryByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, + "Command": "New-MgEducationUserAssignmentCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "New-MgEducationUserAssignmentCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "New-MgEducationUserAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "New-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "New-MgEducationUserAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEducationUserRubric", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/rubrics", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "New-MgEducationUserRubric", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgEntitlementManagementAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignments", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAssignmentPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgEntitlementManagementAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "New-MgEntitlementManagementAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalog", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "New-MgEntitlementManagementAssignmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "New-MgEntitlementManagementCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Create", "Create1", @@ -411291,18 +413040,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "Create1", @@ -411312,35 +413061,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "Create1", @@ -411354,18 +413103,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "Create1", @@ -411375,248 +413124,248 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementConnectedOrganization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, + "Command": "New-MgEntitlementManagementConnectedOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "New-MgEntitlementManagementResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironmentResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "New-MgEntitlementManagementResourceRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Create", "Create1", @@ -411630,18 +413379,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "Create1", @@ -411651,35 +413400,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "Create1", @@ -411693,18 +413442,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "Create1", @@ -411714,282 +413463,296 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceScope", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgEntitlementManagementResourceScopeResourceRole", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "New-MgEntitlementManagementResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -412008,20 +413771,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/external/connections", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -412040,22 +413805,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -412074,73 +413839,71 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgExternalConnectionItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "New-MgExternalConnectionItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "New-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgExternalConnectionOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/connections/{externalConnection-id}/operations", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "New-MgExternalConnectionOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Create", @@ -412167,88 +413930,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupAcceptedSenderByRef", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, + "Command": "New-MgGroupAcceptedSenderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "New-MgGroupAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgGroupCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupCalendarPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgGroupCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -412267,22 +414032,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -412301,857 +414066,857 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostAttachment", - "Permissions": [], + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupConversationThreadPostAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": null, + "Command": "New-MgGroupConversationThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": null, + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgGroupDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgGroupDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupDriveItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveItemListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgGroupDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupDriveItemUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgGroupDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgGroupDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveRootLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveRootListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgGroupDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupDriveRootUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgGroupEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupEventAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupEventExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "OutputType": null, + "Command": "New-MgGroupEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgGroupEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/extensions", - "OutputType": null, + "Command": "New-MgGroupExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "New-MgGroupLifecyclePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupMemberByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/members/$ref", - "OutputType": null, + "Command": "New-MgGroupMemberByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413178,22 +414943,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413220,22 +414985,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413262,22 +415027,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413304,56 +415069,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgGroupOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgGroupOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413380,22 +415145,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -413422,22 +415187,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -413456,62 +415221,46 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupPermissionGrant", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupRejectedSenderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, + "Command": "New-MgGroupPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/settings", - "OutputType": "IMicrosoftGraphGroupSetting", + "Command": "New-MgGroupRejectedSenderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "Create1", @@ -413519,832 +415268,832 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupSettingTemplates", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Command": "New-MgGroupSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupSettingTemplates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupSettingTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "New-MgGroupSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgGroupSiteColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupSiteContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgGroupSiteGetByPathColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgGroupSiteGetByPathContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupSiteGetByPathList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgGroupSiteGetByPathOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupSiteGetByPathPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "New-MgGroupSiteGetByPathPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgGroupSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgGroupSiteListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgGroupSiteListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgGroupSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgGroupSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgGroupSiteListItemLink", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgGroupSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "New-MgGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgGroupSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgGroupSiteOnenoteNotebookSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgGroupSiteOnenoteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "New-MgGroupSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgGroupSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgGroupSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgGroupSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgGroupSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgGroupSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgGroupSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgGroupSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "New-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgGroupSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Create", "Create1", @@ -414354,18 +416103,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgGroupSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Create", "Create1", @@ -414375,18 +416124,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -414404,18 +416153,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414433,18 +416182,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414454,18 +416203,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414475,18 +416224,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414496,18 +416245,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414517,18 +416266,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414538,18 +416287,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414559,18 +416308,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -414588,18 +416337,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414617,18 +416366,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgGroupSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414638,18 +416387,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -414667,18 +416416,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414696,18 +416445,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414717,18 +416466,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414738,18 +416487,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414759,18 +416508,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414780,18 +416529,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414801,18 +416550,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414822,18 +416571,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414843,18 +416592,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgGroupSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414864,18 +416613,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -414885,18 +416634,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -414906,522 +416655,538 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgGroupTeamChannel", "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "New-MgGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgGroupTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgGroupTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgGroupTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgGroupTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "New-MgGroupTeamInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgGroupTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgGroupTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgGroupTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgGroupTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgGroupTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "New-MgGroupTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "New-MgGroupTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", + "Command": "New-MgGroupTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "New-MgGroupTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "New-MgGroupTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "New-MgGroupTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamTag", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "New-MgGroupTeamTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupTeamTagMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgGroupTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -415440,352 +417205,350 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupThreadPostAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupThreadPostAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupThreadPostExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "OutputType": null, + "Command": "New-MgGroupThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "OutputType": null, + "Command": "New-MgGroupThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityApiConnector", - "Permissions": [], - "Method": "POST", - "Uri": "/identity/apiConnectors", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "New-MgIdentityApiConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/authenticationEventListeners", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "New-MgIdentityAuthenticationEventListener", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlowLanguage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -415804,20 +417567,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -415836,20 +417599,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/conditionalAccess/namedLocations", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -415876,442 +417639,442 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityCustomAuthenticationExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "New-MgIdentityCustomAuthenticationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Generate", "GenerateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAppConsentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "New-MgIdentityGovernanceAppConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -416330,50 +418093,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -416392,41 +418155,27 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements", - "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Create", "Create1", @@ -416434,142 +418183,156 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityProvider", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/identityProviders", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identity/userFlowAttributes", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "New-MgIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgIdentityUserFlowAttribute", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgInvitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Invite.All", @@ -416596,20 +418359,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/invitations", - "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInvitation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -416628,35 +418391,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgOrganization", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization", - "OutputType": "IMicrosoftGraphOrganization", + "Command": "New-MgOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/organization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganization" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -416675,73 +418440,71 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/organization/{organization-id}/branding/localizations", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgOrganizationExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/organization/{organization-id}/extensions", - "OutputType": null, + "Command": "New-MgOrganizationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/places/{place-id}/roomList/rooms", - "OutputType": "IMicrosoftGraphRoom", + "Command": "New-MgPlaceAsRoomListRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416768,20 +418531,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416808,20 +418571,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416848,20 +418611,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -416880,20 +418643,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/activityBasedTimeoutPolicies", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -416912,35 +418675,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/appManagementPolicies", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -416959,37 +418722,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417008,84 +418771,84 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/partners", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgPolicyFeatureRolloutPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417104,133 +418867,133 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/homeRealmDiscoveryPolicies", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyPermissionGrantPolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/policies/permissionGrantPolicies", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgPolicyPermissionGrantPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicyAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Command": "New-MgPolicyRoleManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "New-MgPolicyRoleManagementPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPolicyRoleManagementPolicyRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417249,20 +419012,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/tokenIssuancePolicies", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417281,50 +419044,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/tokenLifetimePolicies", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintConnector", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/connectors", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "New-MgPrintConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/connectors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/operations", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "New-MgPrintOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/print/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create1", + "CreateExpanded1" + ], + "Method": "POST", "Command": "New-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -417351,20 +419114,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/create", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Create1", - "CreateExpanded1" - ] + "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -417407,39 +419172,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "New-MgPrintPrinterJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPrintPrinterJobDocumentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -417466,39 +419231,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintPrinterJobTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgPrintPrinterJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -417517,103 +419282,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgPrintService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintService", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/services", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "New-MgPrintServiceEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintServiceEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/services/{printService-id}/endpoints", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "New-MgPrintShare", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPrintShare", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgPrintShareAllowedGroupByRef", "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", "CommandAlias": null, - "Command": "New-MgPrintShareAllowedGroupByRef", "Permissions": [], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPrintShareAllowedUserByRef", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "New-MgPrintShareAllowedUserByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -417648,39 +419413,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintShareJobDocument", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "New-MgPrintShareJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgPrintShareJobDocumentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -417707,304 +419472,302 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "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", + "OutputType": "IMicrosoftGraphUploadSession" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintShareJobTask", - "Permissions": [], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPrintTaskDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/taskDefinitions", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "New-MgPrintShareJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgPrintTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privacy/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgPrintTaskDefinitionTask", "ApiVersion": "v1.0", - "Module": "Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgPrivacySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Command": "New-MgPrivacySubjectRightsRequestNote", "ApiVersion": "v1.0", - "Module": "Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/manifests", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/reports/partners/billing/operations", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "New-MgReportPartnerBillingManifest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRiskDetection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskDetections", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "New-MgReportPartnerBillingOperation", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRiskyServicePrincipal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Command": "New-MgRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "New-MgRiskyServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRiskyUser", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "New-MgRiskyServicePrincipalHistory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRiskyUserHistory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Command": "New-MgRiskyUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgRiskyUserHistory", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgRoleManagementDirectoryResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -418039,20 +419802,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -418071,67 +419834,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -418150,52 +419913,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -418214,142 +419977,142 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Module": "Identity.Governance", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], - "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -418368,20 +420131,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/schemaExtensions", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", "Module": "SchemaExtensions", + "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418400,20 +420163,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/acronyms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418432,20 +420195,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/bookmarks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418464,238 +420227,238 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/search/qnas", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAlert", - "Permissions": [], - "Method": "POST", - "Uri": "/security/alerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAlertV2", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/alerts_v2", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "New-MgSecurityAlert", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulations", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "New-MgSecurityAlertV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "New-MgSecurityAttackSimulation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "New-MgSecurityAttackSimulationAutomation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/endUserNotifications", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "New-MgSecurityAttackSimulationAutomationRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "New-MgSecurityAttackSimulationEndUserNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/landingPages", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "New-MgSecurityAttackSimulationLandingPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/loginPages", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "New-MgSecurityAttackSimulationLandingPageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/operations", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "New-MgSecurityAttackSimulationLoginPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/payloads", - "OutputType": "IMicrosoftGraphPayload", + "Command": "New-MgSecurityAttackSimulationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/trainings", - "OutputType": "IMicrosoftGraphTraining", + "Command": "New-MgSecurityAttackSimulationPayload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "New-MgSecurityAttackSimulationTraining", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418714,20 +420477,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418746,22 +420511,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418780,22 +420545,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418814,22 +420579,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418848,22 +420613,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418882,39 +420647,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418933,22 +420698,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418967,22 +420732,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -419001,39 +420766,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -419052,619 +420817,617 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityIdentityHealthIssue", - "Permissions": [], - "Method": "POST", - "Uri": "/security/identities/healthIssues", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityIncident", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/incidents", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "New-MgSecurityIdentityHealthIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelAuthority", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/authorities", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "New-MgSecurityIncident", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/incidents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIncident" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/categories", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "New-MgSecurityLabelAuthority", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/authorities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "New-MgSecurityLabelCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelCitation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/citations", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "New-MgSecurityLabelCategorySubcategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelDepartment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/departments", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "New-MgSecurityLabelCitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/citations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/filePlanReferences", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "New-MgSecurityLabelDepartment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/departments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/retentionLabels", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "New-MgSecurityLabelFilePlanReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "New-MgSecurityLabelRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecuritySecureScore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/secureScores", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/secureScoreControlProfiles", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "New-MgSecuritySecureScore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/subjectRightsRequests", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgSecuritySecureScoreControlProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgSecuritySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/articles", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "New-MgSecuritySubjectRightsRequestNote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/articleIndicators", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "New-MgSecurityThreatIntelligenceArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hosts", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostComponents", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "New-MgSecurityThreatIntelligenceHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostCookies", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "New-MgSecurityThreatIntelligenceHostComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostPairs", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "New-MgSecurityThreatIntelligenceHostCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostPorts", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "New-MgSecurityThreatIntelligenceHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostSslCertificates", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "New-MgSecurityThreatIntelligenceHostPort", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/hostTrackers", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/intelProfiles", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "New-MgSecurityThreatIntelligenceHostTracker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/sslCertificates", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/subdomains", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "New-MgSecurityThreatIntelligenceSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "New-MgSecurityThreatIntelligenceSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "New-MgSecurityThreatIntelligenceVulnerability", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/threatIntelligence/whoisRecords", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityTriggerRetentionEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/triggers/retentionEvents", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/triggerTypes/retentionEventTypes", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "New-MgSecurityTriggerRetentionEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServiceAnnouncementHealthOverview", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "New-MgServiceAnnouncementHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/issues", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "New-MgServiceAnnouncementIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "New-MgServiceAnnouncementMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419691,20 +421454,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -419731,22 +421496,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -419773,22 +421538,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419831,56 +421596,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "New-MgServicePrincipalEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419923,22 +421688,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419973,22 +421738,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -420023,37 +421788,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgServicePrincipalRiskDetection", "ApiVersion": "v1.0", - "Module": "Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityProtection/servicePrincipalRiskDetections", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "New-MgServicePrincipalSynchronizationJob", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", "CommandAlias": null, - "Command": "New-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420072,22 +421837,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420106,164 +421871,148 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgServicePrincipalSynchronizationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgShareListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgShareListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgShareListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgShareListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "Create1", @@ -420273,18 +422022,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "Create1", @@ -420294,95 +422043,111 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgShareListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgShareListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "New-MgShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Module": "Files", + "Uri": "/shares", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "New-MgSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420401,22 +422166,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420435,22 +422200,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420469,158 +422234,158 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgSiteGetByPathColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgSiteGetByPathContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathList", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "OutputType": "IMicrosoftGraphList", + "Command": "New-MgSiteGetByPathList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgSiteGetByPathOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathPage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgSiteGetByPathPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgSiteGetByPathPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "New-MgSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420639,22 +422404,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists", - "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420673,39 +422438,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -420724,56 +422489,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSiteListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -420808,22 +422573,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -420850,73 +422615,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -420943,22 +422708,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -420985,22 +422750,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -421027,22 +422792,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -421069,56 +422834,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -421145,22 +422910,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -421187,181 +422952,165 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteOperation", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSitePage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "OutputType": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "OutputType": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "OutputType": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSitePermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStore", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStores", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "New-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Create", "Create1", @@ -421371,18 +423120,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Create", "Create1", @@ -421392,18 +423141,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -421421,18 +423170,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421450,18 +423199,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421471,18 +423220,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421492,18 +423241,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421513,18 +423262,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421534,18 +423283,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421555,18 +423304,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421576,18 +423325,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -421605,18 +423354,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421634,18 +423383,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421655,18 +423404,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Create", "Create1", @@ -421684,18 +423433,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421713,18 +423462,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421734,18 +423483,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421755,18 +423504,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421776,18 +423525,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Create", "Create1", @@ -421797,18 +423546,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421818,18 +423567,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421839,18 +423588,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421860,18 +423609,60 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Create", "Create1", @@ -421881,84 +423672,364 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ] + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" + }, + { "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ] + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgSubscribedSku", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/subscribedSkus", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Command": "New-MgSolutionBackupRestoreServiceApp", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceApp" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgSubscription", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "v1.0", - "Module": "ChangeNotifications", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" + }, + { "Variants": [ "Create", "CreateExpanded" - ] + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Command": "New-MgSubscription", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "ChangeNotifications", + "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", "Command": "New-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -421993,20 +424064,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Create.Group", @@ -422049,54 +424122,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Teams", "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" + }, + { + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], + "Method": "POST", + "Command": "New-MgTeamChannelEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, + "Command": "New-MgTeamChannelMember", "ApiVersion": "v1.0", - "Module": "Teams", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", "CommandAlias": null, - "Command": "New-MgTeamChannelMember", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -422123,39 +424196,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -422182,56 +424255,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -422306,22 +424379,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -422412,207 +424485,207 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/operations", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "POST", + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { + "Variants": [ + "Provision", + "ProvisionViaIdentity" + ], + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "OutputType": null, + "Command": "New-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", - "Module": "Teams", - "Variants": [ - "Provision", - "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelMember", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422631,22 +424704,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422673,22 +424746,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422707,22 +424780,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422741,22 +424814,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422775,22 +424848,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422809,22 +424882,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422843,22 +424916,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422877,39 +424950,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "New-MgTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -422928,348 +425001,346 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamTagMember", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedChat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedChats", - "OutputType": null, + "Command": "New-MgTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "New-MgTeamworkDeletedChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "OutputType": "IMicrosoftGraphChannel", + "Command": "New-MgTeamworkDeletedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "OutputType": null, + "Command": "New-MgTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Provision", "ProvisionViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamworkDeletedTeamChannelEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamworkDeletedTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTeamworkWorkforceIntegration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/workforceIntegrations", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "New-MgTeamworkDeletedTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "New-MgTeamworkWorkforceIntegration", "ApiVersion": "v1.0", - "Module": "Identity.Partner", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + }, + { + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423320,71 +425391,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Create", - "CreateExpanded" - ] + "Uri": "/users", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserActivity", - "Permissions": [], + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/activities", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "New-MgUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserActivityHistoryItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "New-MgUserActivityHistoryItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserAppRoleAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "New-MgUserAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -423403,56 +425476,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/emailMethods", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserAuthenticationMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": null, + "Command": "New-MgUserAuthenticationMethod", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserAuthenticationOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/operations", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgUserAuthenticationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -423471,113 +425544,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/phoneMethods", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserCalendar", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgUserCalendar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserCalendarGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Command": "New-MgUserCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserCalendarGroupCalendar", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "New-MgUserCalendarGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserCalendarPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgUserCalendarGroupCalendar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { "Variants": [ "Create", "Create1", @@ -423587,981 +425644,997 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgUserCalendarPermission", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgUserChat", "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/chats", - "OutputType": "IMicrosoftGraphChat", + "Command": "New-MgUserChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatInstalledApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Command": "New-MgUserChatInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatMember", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgUserChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgUserChatMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgUserChatMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "New-MgUserChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "New-MgUserChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgUserChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatPinnedMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "New-MgUserChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserChatTab", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "New-MgUserChatTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgUserContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgUserContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "New-MgUserContactFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "New-MgUserContactFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgUserContactFolderChildFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgUserContactFolderChildFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolderContact", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgUserContactFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "OutputType": null, + "Command": "New-MgUserContactFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDefaultCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/calendar/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgUserDefaultCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives", - "OutputType": "IMicrosoftGraphDrive", + "Command": "New-MgUserDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveBundle", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgUserDriveBundle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgUserDriveItemChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserDriveItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveItemListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgUserDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserDriveItemUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgUserDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "New-MgUserDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "New-MgUserDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "OutputType": "IMicrosoftGraphListItem", + "Command": "New-MgUserDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListOperation", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgUserDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveListSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootChild", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "New-MgUserDriveRootChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserDriveRootLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveRootLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootListItemLink", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveRootListItemLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "New-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootSubscription", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "New-MgUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "New-MgUserDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserDriveRootUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events", - "OutputType": "IMicrosoftGraphEvent", + "Command": "New-MgUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserEventAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserEventAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -424580,630 +426653,630 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserEventExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "OutputType": null, + "Command": "New-MgUserEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserEventInstanceExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "OutputType": null, + "Command": "New-MgUserEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/extensions", - "OutputType": null, + "Command": "New-MgUserExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "New-MgUserInferenceClassificationOverride", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserInsightShared", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/shared", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "New-MgUserInsightShared", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserInsightTrending", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/trending", - "OutputType": "IMicrosoftGraphTrending", + "Command": "New-MgUserInsightTrending", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserInsightUsed", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/insights/used", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "New-MgUserInsightUsed", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "New-MgUserMailFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "New-MgUserMailFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgUserMailFolderChildFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageForward", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageForward", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "ApiVersion": "v1.0", - "Module": "Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserMailFolderMessageAttachment", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "ApiVersion": "v1.0", - "Module": "Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageForward", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageExtension", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageForward", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgUserMailFolderMessageReplyAll", "ApiVersion": "v1.0", - "Module": "Mail", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "New-MgUserMailFolderMessageRule", "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "New-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "New-MgUserManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "New-MgUserManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "OutputType": null, + "Command": "New-MgUserManagedDeviceLogCollectionResponse", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Create", "CreateViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "OutputType": null, + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMessageAttachment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgUserMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserMessageAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -425222,90 +427295,90 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserMessageExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "OutputType": null, + "Command": "New-MgUserMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMessageForward", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMessageReply", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageForward", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "New-MgUserMessageReplyAll", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ] + ], + "Method": "POST", + "Command": "New-MgUserMessageReplyAll", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", "Command": "New-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425332,22 +427405,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425374,22 +427447,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425416,22 +427489,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425458,56 +427531,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnenoteSection", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "New-MgUserOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "New-MgUserOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425534,22 +427607,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -425576,22 +427649,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -425610,192 +427683,192 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgUserOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "New-MgUserOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "New-MgUserOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/outlook/masterCategories", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "New-MgUserOutlookMasterCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgUserScopedRoleMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/storage/quota/services", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Command": "New-MgUserSettingStorageQuotaService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserSettingWindows", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/windows", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "New-MgUserSettingWindows", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "New-MgUserSettingWindowsInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "New-MgUserTeamworkAssociatedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -425894,22 +427967,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/installedApps", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -425928,39 +428001,39 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserTodoListExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, + "Command": "New-MgUserTodoListExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -425979,22 +428052,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426013,22 +428086,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426047,22 +428120,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426081,39 +428154,39 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, + "Command": "New-MgUserTodoListTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "New-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426132,352 +428205,350 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/solutions/virtualEvents/events", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgVirtualEventPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgVirtualEventSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgVirtualEventSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventTownhall", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgVirtualEventTownhall", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgVirtualEventTownhallPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgVirtualEventTownhallSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinar", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Create", "CreateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgVirtualEventWebinar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "New-MgVirtualEventWebinarPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "New-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgVirtualEventWebinarSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Ping-MgBetaApplicationSynchronization", "Permissions": [], - "Method": "GET", - "Uri": "/applications/{application-id}/synchronization/Ping", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", + "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Ping", "PingViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Ping-MgBetaServicePrincipalSynchronization", - "Permissions": [], + ], "Method": "GET", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "OutputType": null, + "Command": "Ping-MgBetaApplicationSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/Ping", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Ping", "PingViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Ping-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Publish-MgBetaBookingBusiness", "Permissions": [], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" - ] + ], + "Method": "POST", + "Command": "Publish-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "Method": "POST", "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426496,20 +428567,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Release", "ReleaseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426528,35 +428599,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaDriveListContentType", - "Permissions": [], + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -426575,20 +428646,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -426607,95 +428678,95 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgBetaEducationMeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgBetaEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Publish", - "PublishViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "Method": "POST", "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426714,20 +428785,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Release", "ReleaseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426746,125 +428817,125 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaShareListContentType", - "Permissions": [], + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Publish-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Publish-MgBetaVirtualEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "OutputType": null, + "Command": "Publish-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgBookingBusiness", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "OutputType": null, + "Command": "Publish-MgBookingBusiness", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -426883,20 +428954,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -426915,95 +428986,95 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgEducationMeAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgEducationMeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgEducationUserAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", - "Variants": [ - "Publish", - "PublishViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -427022,20 +429093,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Release", "ReleaseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -427054,347 +429125,361 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgShareListContentType", - "Permissions": [], + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Publish-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "OutputType": null, + "Command": "Publish-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Publish", "PublishViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Publish-MgVirtualEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "OutputType": null, + "Command": "Publish-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", - "Variants": [ - "Publish", - "PublishViaIdentity" - ] + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Register-MgBetaPrivilegedAccessResource", - "Permissions": [], - "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Register-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgAdminEdge", "Permissions": [], - "Method": "DELETE", - "Uri": "/admin/edge", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAdminEdgeInternetExplorerMode", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": null, + "Command": "Remove-MgAdminEdge", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerMode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAdminPeopleItemInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/people/itemInsights", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delete" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Remove-MgAdminPeopleProfileCardProperty", "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": null, + "Command": "Remove-MgAdminPeopleItemInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delete" + ], + "Method": "DELETE", + "Command": "Remove-MgAdminReportSetting", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgAdminSharepoint", "Permissions": [], + "Module": "Reports", + "Uri": "/admin/reportSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/sharepoint", - "OutputType": null, + "Command": "Remove-MgAdminSharepoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Delete" - ] + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAdminSharepointSetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/sharepoint/settings", - "OutputType": null, + "Command": "Remove-MgAdminSharepointSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Delete" - ] + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreement", - "Permissions": [], - "Method": "DELETE", - "Uri": "/agreements/{agreement-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreementAcceptance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": null, + "Command": "Remove-MgAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreementFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": null, + "Command": "Remove-MgAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreementFileLocalization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": null, + "Command": "Remove-MgAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAgreementFileVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", - "CommandAlias": "Remove-MgUserDeviceFromManagement", - "Command": "Remove-MgAllUserDeviceFromManagement", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgAllUserDeviceFromManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgUserDeviceFromManagement", + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -427421,20 +429506,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -427461,35 +429546,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427508,65 +429593,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0", - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "OutputType": null, + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgApplicationByAppId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications(appId='{appId}')", - "OutputType": null, + "Command": "Remove-MgApplicationByAppId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgApplicationByUniqueName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": null, + "Command": "Remove-MgApplicationByUniqueName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427593,20 +429678,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427625,35 +429710,37 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": null, + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgApplicationKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427680,37 +429767,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/removeKey", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationLogo", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, + "Command": "Remove-MgApplicationLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", - "CommandAlias": "Remove-MgApplicationOwnerByRef", + ], + "Method": "DELETE", "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427737,20 +429822,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgApplicationPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427777,127 +429864,125 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/removePassword", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronization", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationJobSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427916,35 +430001,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0", - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -427987,20 +430072,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0", - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -428043,20 +430128,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -428075,110 +430160,110 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewInstanceReviewer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAccessReviewMyDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "OutputType": null, + "Command": "Remove-MgBetaAccessReviewMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -428197,372 +430282,372 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminEdge", - "Permissions": [], - "Method": "DELETE", - "Uri": "/admin/edge", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdge", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdministrativeUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", - "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminPeople", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/people", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete" - ] + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminPeopleItemInsight", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/people/itemInsights", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeople", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete" - ] + "Uri": "/admin/people", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeopleItemInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminPeoplePronoun", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/people/pronouns", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete" - ] + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delete" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaAdminReportSetting", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/pronouns", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/reportSettings", - "OutputType": null, + "Command": "Remove-MgBetaAdminReportSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/admin/reportSettings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminSharepoint", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/sharepoint", - "OutputType": null, + "Command": "Remove-MgBetaAdminSharepoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Delete" - ] + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAdminSharepointSetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/admin/sharepoint/settings", - "OutputType": null, + "Command": "Remove-MgBetaAdminSharepointSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Delete" - ] + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreement", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}", - "OutputType": null, + "Command": "Remove-MgBetaAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreementAcceptance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": null, + "Command": "Remove-MgBetaAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreementFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": null, + "Command": "Remove-MgBetaAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreementFileLocalization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": null, + "Command": "Remove-MgBetaAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAgreementFileVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", - "Command": "Remove-MgBetaAllUserDeviceFromManagement", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaAllUserDeviceFromManagement", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -428589,20 +430674,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -428629,114 +430714,114 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", - "Permissions": [], - "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428755,80 +430840,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationByAppId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications(appId='{appId}')", - "OutputType": null, + "Command": "Remove-MgBetaApplicationByAppId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationByUniqueName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": null, + "Command": "Remove-MgBetaApplicationByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationConnectorGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "OutputType": null, + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428855,20 +430940,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428887,35 +430972,37 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": null, + "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaApplicationKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428942,37 +431029,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/removeKey", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationLogo", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, + "Command": "Remove-MgBetaApplicationLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428999,20 +431084,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaApplicationPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429039,127 +431126,125 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/applications/{application-id}/removePassword", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronization", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429178,35 +431263,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -429249,20 +431334,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -429305,20 +431390,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Manage.All", @@ -429337,22 +431424,22 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429387,39 +431474,39 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": null, + "Command": "Remove-MgBetaBookingBusinessCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429454,22 +431541,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429496,22 +431583,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -429530,22 +431617,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -429564,86 +431651,84 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaBookingCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": null, + "Command": "Remove-MgBetaBookingCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaBusinessFlowTemplate", - "Permissions": [], - "Method": "DELETE", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaChat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}", - "OutputType": null, + "Command": "Remove-MgBetaBusinessFlowTemplate", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaChat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaChatAccessForUser", "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/removeAllAccessForUser", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaChatAccessForUser", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/removeAllAccessForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -429702,35 +431787,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaChatLastMessagePreview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": null, + "Command": "Remove-MgBetaChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -429757,67 +431842,67 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaChatMessageReplyHostedContent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaChatOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaChatPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgBetaChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -429836,20 +431921,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -429900,20 +431985,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -429932,20 +432017,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -429964,50 +432049,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationCallContentSharingSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationCallOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -430026,325 +432111,325 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", - "Permissions": [], - "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallRecordSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeeting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaCommunicationPresence", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/presences/{presence-id}", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationPresence", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscovery", "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscovery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Delete" - ] + "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430363,41 +432448,27 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", - "Permissions": [], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "Permissions": [], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "Remove1", @@ -430405,12 +432476,26 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430429,35 +432514,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430476,20 +432561,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430508,86 +432593,72 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "Remove1", @@ -430595,42 +432666,56 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430649,35 +432734,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430696,35 +432781,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430743,65 +432828,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaContact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/contacts/{orgContact-id}", - "OutputType": null, + "Command": "Remove-MgBetaContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaContract", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/contracts/{contract-id}", - "OutputType": null, + "Command": "Remove-MgBetaContract", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDataPolicyOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDataPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -430820,35 +432905,35 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/devices/{device-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430867,20 +432952,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430899,35 +432984,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430946,20 +433031,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430978,140 +433063,140 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431130,20 +433215,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431162,110 +433247,110 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431284,155 +433369,155 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431451,20 +433536,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431483,20 +433568,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431515,1474 +433600,1474 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "Command": "Remove-MgBetaDeviceAppManagementPolicySet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433001,20 +435086,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433033,35 +435118,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433080,20 +435165,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433112,20 +435197,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -433144,80 +435229,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433236,20 +435321,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433268,20 +435353,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433300,20 +435385,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433332,20 +435417,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433364,20 +435449,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433396,20 +435481,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433428,20 +435513,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433460,20 +435545,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433492,346 +435577,346 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceByDeviceId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": null, + "Command": "Remove-MgBetaDeviceByDeviceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceCommand", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/commands/{command-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAuditEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433850,80 +435935,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -433942,142 +436027,142 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ] + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434096,20 +436181,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434128,229 +436213,229 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementComplianceSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434369,80 +436454,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDerivedCredential", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434461,20 +436546,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434493,407 +436578,407 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434912,20 +436997,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434944,20 +437029,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -434984,20 +437069,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -435016,20 +437101,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -435048,35 +437133,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435095,20 +437180,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435127,20 +437212,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435159,20 +437244,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435191,20 +437276,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435223,95 +437308,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435330,684 +437415,684 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentUserState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentUserState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436026,110 +438111,110 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -436148,262 +438233,262 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436422,20 +438507,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436454,109 +438539,109 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMonitoring", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/monitoring", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMonitoring", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementNdeConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementNdeConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436575,20 +438660,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436607,20 +438692,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436639,64 +438724,64 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementReport", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/reports", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436715,35 +438800,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementReusableSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementReusableSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436762,20 +438847,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436794,20 +438879,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436826,20 +438911,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436858,50 +438943,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementScript", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementScript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436920,20 +439005,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436952,20 +439037,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436984,20 +439069,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437016,20 +439101,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437048,275 +439133,275 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementSettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTemplateSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTermAndCondition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437335,35 +439420,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437382,20 +439467,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437414,20 +439499,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437446,20 +439531,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437478,20 +439563,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437510,20 +439595,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437542,20 +439627,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437574,20 +439659,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437606,20 +439691,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437638,20 +439723,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437670,49 +439755,49 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437731,20 +439816,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437763,34 +439848,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437809,20 +439894,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437841,20 +439926,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437873,20 +439958,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437905,20 +439990,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437937,64 +440022,64 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438013,20 +440098,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438045,20 +440130,21 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438077,21 +440163,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438110,20 +440195,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438142,20 +440227,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438174,20 +440259,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438206,35 +440291,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438253,20 +440338,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438285,20 +440370,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438317,20 +440402,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438349,20 +440434,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438381,34 +440466,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438427,20 +440512,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438459,20 +440544,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438491,34 +440576,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438537,20 +440622,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438569,20 +440654,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438601,421 +440686,421 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -439034,20 +441119,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -439066,184 +441151,184 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", - "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDeviceUsageRights", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": null, + "Command": "Remove-MgBetaDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryAdministrativeUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryAttributeSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryAttributeSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryCertificateAuthority", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/directory/certificateAuthorities", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryCertificateAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete" - ] + "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -439262,20 +441347,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -439294,140 +441379,140 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryDeletedItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryDeletedItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryExternalUserProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -439446,50 +441531,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryImpactedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -439508,80 +441593,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ] + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryObject", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "Method": "POST", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -439600,140 +441685,140 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ] + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRecommendation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/recommendations/{recommendation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRoleScopedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRoleTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -439752,245 +441837,245 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/settings/{directorySetting-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectorySettingTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectorySettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectorySharedEmailDomain", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectorySharedEmailDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectorySubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaDirectorySubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": null, + "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "OutputType": null, + "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDomain", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}", - "OutputType": null, + "Command": "Remove-MgBetaDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDomainFederationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDomainFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaDomainVerificationDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgBetaDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveBundleContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveFollowingContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440017,50 +442102,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Discard", + "DiscardViaIdentity" + ], + "Method": "POST", "Command": "Remove-MgBetaDriveItemCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440087,230 +442172,230 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Discard", - "DiscardViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemChildContent", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440337,755 +442422,755 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemRetentionLabel", - "Permissions": [], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgBetaDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootCheckout", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Discard", "DiscardViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDriveRootCheckout", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootChildContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootPermanent", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/permanentDelete", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaDriveRootPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootPermission", "Permissions": [], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaDriveSpecialContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaEducationClass", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClass", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441104,20 +443189,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441136,20 +443221,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441168,35 +443253,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentDefault", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441215,20 +443300,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441247,20 +443332,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441279,20 +443364,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441311,50 +443396,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441373,50 +443458,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441435,20 +443520,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441467,65 +443552,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -441544,20 +443629,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -441576,229 +443661,229 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", - "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMe", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/education/me", - "OutputType": null, + "Command": "Remove-MgBetaEducationMe", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Delete" - ] + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignment", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441817,665 +443902,695 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEducationSchool", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationSchool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEducationSynchronizationProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationSynchronizationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationSynchronizationProfileError", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationSynchronizationProfileError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": null, + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUser", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEducationUserRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": null, + "Command": "Remove-MgBetaEducationUserRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementSubject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "OutputType": null, + "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -442494,20 +444609,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442526,20 +444641,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442558,20 +444673,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442590,2055 +444705,2055 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalConnectionOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalConnectionOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalConnectionQuota", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/quota", - "OutputType": null, + "Command": "Remove-MgBetaExternalConnectionQuota", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaExternalIndustryDataYear", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataYear", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCountryRegion", - "Permissions": [], - "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyEmployee", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyEmployee", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyInformationPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyInformationPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyJournal", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyJournalLine", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyJournalLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyTaxArea", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyTaxGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyTaxArea", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendor", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendorPicture", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroup", "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", - "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupByUniqueName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": null, + "Command": "Remove-MgBetaGroupByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -444657,35 +446772,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupCalendarEventPermanent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupCalendarPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupCalendarPermission", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -444704,20 +446849,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -444736,1205 +446881,1205 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupConversationThreadPostMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveBundleContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveFollowingContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemCheckout", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Discard", "DiscardViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveItemCheckout", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemChildContent", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootCheckout", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Discard", "DiscardViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveRootCheckout", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootChildContent", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupDriveSpecialContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveSpecialContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -445953,234 +448098,249 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupEventPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupExtension", "Permissions": [], - "Method": "DELETE", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupExtension", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupFavorite", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/removeFavorite", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupFromLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "OutputType": null, + "Command": "Remove-MgBetaGroupFavorite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/removeFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupLifecyclePolicy", "Permissions": [], - "Method": "DELETE", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaGroupMemberByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -446207,35 +448367,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -446254,65 +448414,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -446331,20 +448491,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -446371,37 +448533,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupPermissionGrant", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -446420,20 +448580,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/photo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/photo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -446452,52 +448614,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupPlannerPlanDetail", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": null, + "Command": "Remove-MgBetaGroupPlannerPlanDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -446516,2296 +448676,2296 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSite", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupSite", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteAnalytic", "Permissions": [], - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentModel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentType", "Permissions": [], - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSitePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteRecycleBin", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "OutputType": null, + "Command": "Remove-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteRecycleBinItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteRecycleBinItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleDayNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamTag", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupTeamTagMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupTeamTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -448824,636 +450984,636 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaGroupThreadPostMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityApiConnector", - "Permissions": [], - "Method": "DELETE", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityApiConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete1" - ] + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Permissions": [], + "Variants": [ + "Delete1" + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete1", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -449472,20 +451632,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -449504,1680 +451664,1680 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/policy", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsManagement", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityProvider", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityUserFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaIdentityUserFlowAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/policy", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/sensitivityPolicySettings", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessAlert", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/alerts/{alert-id}", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/alerts/{alert-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessFilteringProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessFilteringProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessForwardingProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessLog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/logs", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessLogTraffic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/networkAccess/reports", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessLogTraffic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessSetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/settings", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/reports", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/settings/conditionalAccess", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/settings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/settings/crossTenantAccess", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/settings/conditionalAccess", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/settings/enrichedAuditLogs", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/settings/crossTenantAccess", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/settings/forwardingOptions", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Delete" - ] + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaNetworkAccessTenantStatus", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/networkAccess/tenantStatus", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/forwardingOptions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/tenantStatus", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -451196,277 +453356,277 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfile", - "Permissions": [], - "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganization", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}", - "OutputType": null, + "Command": "Remove-MgBetaOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -451485,95 +453645,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingCustomCss", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingFavicon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -451592,335 +453752,335 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationPartnerInformation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/partnerInformation", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationPartnerInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationSettingContactInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationSettingContactInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationSettingItemInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationSettingItemInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaOrganizationSettingPersonInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": null, + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlace", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places/{place-id}", - "OutputType": null, + "Command": "Remove-MgBetaPlace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": null, + "Command": "Remove-MgBetaPlaceAsRoomListRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "OutputType": null, + "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlaceByPlaceId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places(placeId='{placeId}')", - "OutputType": null, + "Command": "Remove-MgBetaPlaceByPlaceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places(placeId='{placeId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -451947,20 +454107,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -451987,20 +454147,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -452019,20 +454179,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -452051,20 +454211,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -452091,79 +454251,79 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "Permissions": [], - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/accessReviewPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452182,34 +454342,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452228,63 +454388,63 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -452303,79 +454463,79 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthorizationPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452394,206 +454554,206 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/externalIdentitiesPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": null, + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452612,263 +454772,263 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452887,20 +455047,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452919,234 +455079,234 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintConnector", - "Permissions": [], - "Method": "DELETE", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterJobTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShare", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareJobDocument", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintPrinterShareJobTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -453165,780 +455325,766 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintService", - "Permissions": [], - "Method": "DELETE", - "Uri": "/print/services/{printService-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintServiceEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShare", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintServiceEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPrintShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareAllowedUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareJobDocument", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareJobDocumentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintShareJobTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaPrintTaskDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrintTaskDefinitionTask", "ApiVersion": "beta", - "Module": "Beta.Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccess", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedOperationEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedOperationEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaPrivilegedRoleSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaProgram", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/programs/{program-id}", - "OutputType": null, + "Command": "Remove-MgBetaPrivilegedRoleSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaProgramControl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/programControls/{programControl-id}", - "OutputType": null, + "Command": "Remove-MgBetaProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programs/{program-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -453946,349 +456092,363 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaProgramControlProgram", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/programControls/{programControl-id}/program", - "OutputType": null, + "Command": "Remove-MgBetaProgramControl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaProgramControlType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/programControlTypes/{programControlType-id}", - "OutputType": null, + "Command": "Remove-MgBetaProgramControlProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": null, + "Command": "Remove-MgBetaProgramControlType", "ApiVersion": "beta", - "Module": "Beta.Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBilling", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing", - "OutputType": null, + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingManifest", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBilling", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingManifest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingReconciliation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingReconciliation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingUsage", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingUsage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/sla/azureADAuthentication", - "OutputType": null, + "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportUserInsightDaily", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/userInsights/daily", - "OutputType": null, + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaReportUserInsightMonthly", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/userInsights/monthly", - "OutputType": null, + "Command": "Remove-MgBetaReportUserInsightDaily", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRiskDetection", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": null, + "Command": "Remove-MgBetaReportUserInsightMonthly", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRiskyServicePrincipal", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": null, + "Command": "Remove-MgBetaRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaRiskyServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRiskyUser", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": null, + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRiskyUserHistory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaRiskyUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPc", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC", - "OutputType": null, + "Command": "Remove-MgBetaRiskyUserHistory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454307,35 +456467,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454378,94 +456538,94 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagement", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -454484,35 +456644,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454555,199 +456715,199 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectory", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/directory", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -454766,439 +456926,439 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagement", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -455217,379 +457377,379 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchange", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -455608,20 +457768,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455640,20 +457800,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455672,20 +457832,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455704,304 +457864,304 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/qnas/{qna-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAction", - "Permissions": [], - "Method": "DELETE", - "Uri": "/security/securityActions/{securityAction-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAlertV2", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAlertV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAuditLog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/auditLog", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAuditLogQuery", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAuditLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAuditLogQuery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCase", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCase", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456020,35 +458180,39 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456067,69 +458231,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456148,65 +458308,69 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456225,114 +458389,110 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456351,50 +458511,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456413,1119 +458573,1119 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", - "Permissions": [], - "Method": "DELETE", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCollaboration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/collaboration", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCollaboration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityDomainSecurityProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityFileSecurityProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityHostSecurityProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityFileSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/identities", - "OutputType": null, + "Command": "Remove-MgBetaSecurityHostSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityIdentityHealthIssue", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityIdentitySensor", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/identities/sensors/{sensor-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityIdentityHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityIncident", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/incidents/{incident-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityIdentitySensor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/sensors/{sensor-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityInformationProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/informationProtection", - "OutputType": null, + "Command": "Remove-MgBetaSecurityIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/informationProtection/labelPolicySettings", - "OutputType": null, + "Command": "Remove-MgBetaSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": null, + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityIPSecurityProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels", - "OutputType": null, + "Command": "Remove-MgBetaSecurityIPSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelAuthority", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelCitation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelDepartment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelCitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelDepartment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityPartner", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/partner", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/partner", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityProviderTenantSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/rules", - "OutputType": null, + "Command": "Remove-MgBetaSecurityProviderTenantSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityRuleDetectionRule", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/rules", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecuritySecureScore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityRuleDetectionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecuritySecureScore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence", - "OutputType": null, + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatSubmission", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTiIndicator", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "Permissions": [], - "Method": "POST", - "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "OutputType": "IMicrosoftGraphResultInfo", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/tiIndicators/deleteTiIndicators", - "OutputType": "IMicrosoftGraphResultInfo", + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResultInfo" + }, + { "Variants": [ "Delete1", "DeleteExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTrigger", "Permissions": [], - "Method": "DELETE", - "Uri": "/security/triggers", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/tiIndicators/deleteTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResultInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTriggerType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/triggerTypes", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSecurityUserSecurityProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -457552,65 +459712,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalByAppId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalByAppId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -457653,65 +459813,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalClaimPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalClaimPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -457754,35 +459914,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalLicenseDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -457809,20 +459969,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -457849,22 +460011,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -457891,20 +460051,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -457939,50 +460099,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -458001,50 +460161,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -458071,518 +460231,518 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareDriveItemContent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaShareDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaShareDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaShareItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": null, + "Command": "Remove-MgBetaShareItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgBetaShareListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSharePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": null, + "Command": "Remove-MgBetaShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": null, + "Command": "Remove-MgBetaSharePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareRootContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaShareRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaShareRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaSiteAnalytic", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics", - "OutputType": null, + "Command": "Remove-MgBetaSiteAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458601,54 +460761,54 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSiteContentModelFromDrive", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", - "OutputType": null, + "Command": "Remove-MgBetaSiteContentModelFromDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458667,20 +460827,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458699,95 +460859,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": null, + "Command": "Remove-MgBetaSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": null, + "Command": "Remove-MgBetaSiteGetByPathOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": null, + "Command": "Remove-MgBetaSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458806,20 +460966,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458838,20 +460998,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458870,65 +461030,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItemActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -458963,50 +461123,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -459033,65 +461193,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -459118,50 +461278,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -459180,931 +461340,946 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteOperation", - "Permissions": [], - "Method": "DELETE", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": null, + "Command": "Remove-MgBetaSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSitePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore", - "OutputType": null, + "Command": "Remove-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestore", "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", - "Variants": [ - "Delete" - ] + "Uri": "/solutions/backupRestore", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestorePoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -460123,65 +462298,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -460200,155 +462375,155 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaSubscribedSku", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": null, + "Command": "Remove-MgBetaSubscribedSku", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -460383,112 +462558,112 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelEmail", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaTeamChannelEmail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -460563,20 +462738,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -460643,247 +462818,247 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamMember", - "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgBetaTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": null, + "Command": "Remove-MgBetaTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleDayNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460902,35 +463077,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460949,20 +463124,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460989,65 +463164,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461066,20 +463241,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461098,20 +463273,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461130,20 +463305,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -461162,20 +463337,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -461194,1073 +463369,1073 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedChat", - "Permissions": [], - "Method": "DELETE", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeviceActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeviceConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeviceActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeviceHealth", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkDeviceOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeviceHealth", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkTeamAppSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeviceOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Delete" - ] + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkTeamTemplate", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkTeamAppSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTeamworkWorkforceIntegration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTrustFrameworkKeySet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": null, + "Command": "Remove-MgBetaTrustFrameworkKeySet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTrustFrameworkPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaTrustFrameworkPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaTrustFrameworkPolicyContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaTrustFrameworkPolicyContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -462303,80 +464478,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserActivityHistoryItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserActivityHistoryItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserActivityStatistics", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserActivityStatistics", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaUserAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -462395,20 +464570,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462427,20 +464602,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462459,35 +464634,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserAuthenticationOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserAuthenticationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462506,20 +464681,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -462538,35 +464713,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462585,20 +464760,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462617,20 +464792,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462649,2492 +464824,2674 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserCalendarGroup", - "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaUserCalendarPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserCalendarGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserCalendarPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserChat", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/calendar/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserCalendarPermission", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserChat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserChatAccessForUser", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserChatAccessForUser", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserChatInstalledApp", "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatLastMessagePreview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": null, + "Command": "Remove-MgBetaUserChatInstalledApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatPinnedMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserChatTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatTab", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserContact", "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderChildFolderPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderContact", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderContactPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderPermanent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserContactPhotoContent", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserContactPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceByDeviceId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceByDeviceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceCommand", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDeviceUsageRights", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveBundleContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveFollowingContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemCheckout", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Discard", "DiscardViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserDriveItemCheckout", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemChildContent", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemPermission", - "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootCheckout", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/discardCheckout", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Discard", "DiscardViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserDriveRootCheckout", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootChildContent", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/discardCheckout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootChildContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootPermanent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserDriveSpecialContentStream", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveSpecialContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventInstanceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserEventInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserEventInstancePermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserExtension", "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaUserEventPermanent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserExtension", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserFollowedSite", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/followedSites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserFollowedSite", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/followedSites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite" + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInferenceClassificationOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/policy", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights", - "OutputType": null, + "Command": "Remove-MgBetaUserInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInsightShared", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInsightShared", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInsightTrending", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInsightTrending", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserInsightUsed", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserInsightUsed", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserLicenseDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessagePermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderChildFolderPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessage", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessageMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderMessagePermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMailFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDevice", "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -465153,170 +467510,185 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgBetaUserMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMessageMention", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMessageMention", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMessagePermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserMobileAppIntentAndState", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMobileAppIntentAndState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserNotification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/notifications/{notification-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -465335,65 +467707,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465412,146 +467784,146 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", - "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465570,35 +467942,35 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrant-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465625,215 +467997,292 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrant-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookMasterCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskFolderPermanent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "DELETE", + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": null, + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskPermanent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -465860,22 +468309,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465902,20 +468349,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/photo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/photo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465942,37 +468391,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserPresence", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/presence", - "OutputType": null, + "Command": "Remove-MgBetaUserPresence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465991,20 +468438,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466023,20 +468470,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466055,20 +468502,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466087,20 +468534,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466119,20 +468566,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466151,20 +468598,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466183,20 +468630,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466215,20 +468662,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466247,20 +468694,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466279,20 +468726,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466311,20 +468758,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -466367,20 +468814,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466399,20 +468846,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466431,20 +468878,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466463,20 +468910,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466495,20 +468942,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466527,20 +468974,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466559,20 +469006,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466591,20 +469038,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466623,290 +469070,290 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserScopedRoleMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSecurity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/security", - "OutputType": null, + "Command": "Remove-MgBetaUserSecurity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSecurityInformationProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/security/informationProtection", - "OutputType": null, + "Command": "Remove-MgBetaUserSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "OutputType": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings", - "OutputType": null, + "Command": "Remove-MgBetaUserSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingItemInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingItemInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingShiftPreference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingShiftPreference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingStorage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingStorageQuota", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingStorageQuota", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingStorageQuotaService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingWindows", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingWindows", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserSettingWindowsInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTeamwork", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork", - "OutputType": null, + "Command": "Remove-MgBetaUserTeamwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -467005,20 +469452,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -467045,35 +469492,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTodoListExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserTodoListExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467092,20 +469539,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467124,20 +469571,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467156,50 +469603,50 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467218,35 +469665,35 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgBetaUserTodoListTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467265,559 +469712,545 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEvent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhall", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinar", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuDeployment", - "Command": "Remove-MgBetaWindowsUpdatesDeployment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "ApiVersion": "beta", - "Module": "Beta.WindowsUpdates", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeployment", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeployment", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "OutputType": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuPolicy", - "Command": "Remove-MgBetaWindowsUpdatesPolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicy", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudience", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "OutputType": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity", @@ -467825,243 +470258,257 @@ "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "OutputType": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", - "Permissions": [], - "Method": "DELETE", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": null, + ], + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProduct", - "Command": "Remove-MgBetaWindowsUpdatesProduct", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductEdition", - "Command": "Remove-MgBetaWindowsUpdatesProductEdition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProduct", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProduct", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductEdition", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductEdition", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssue", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductRevision", - "Command": "Remove-MgBetaWindowsUpdatesProductRevision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductRevision", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevision", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuResourceConnection", - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuResourceConnection", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", - "Permissions": [], - "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "OutputType": null, + ], + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Permissions": [], + "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgBookingBusiness", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": null, + "Command": "Remove-MgBookingBusiness", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468096,35 +470543,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": null, + "Command": "Remove-MgBookingBusinessCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468159,20 +470606,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468199,20 +470646,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -468231,20 +470678,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -468263,50 +470710,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgBookingCurrency", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": null, + "Command": "Remove-MgBookingCurrency", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgChat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}", - "OutputType": null, + "Command": "Remove-MgChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -468365,35 +470812,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgChatLastMessagePreview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": null, + "Command": "Remove-MgChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -468420,52 +470867,52 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgChatMessageReplyHostedContent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgChatPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -468484,20 +470931,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -468548,20 +470995,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -468580,20 +471027,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -468612,50 +471059,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationCallContentSharingSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationCallContentSharingSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationCallOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationCallOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -468674,260 +471121,260 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationCallRecordOrganizerV2", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": null, + "Command": "Remove-MgCommunicationCallRecordOrganizerV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationCallRecordParticipantV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationCallRecordSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeeting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgCommunicationPresence", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/communications/presences/{presence-id}", - "OutputType": null, + "Command": "Remove-MgCommunicationPresence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgContact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/contacts/{orgContact-id}", - "OutputType": null, + "Command": "Remove-MgContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgContract", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/contracts/{contract-id}", - "OutputType": null, + "Command": "Remove-MgContract", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDataPolicyOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": null, + "Command": "Remove-MgDataPolicyOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -468946,35 +471393,35 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/devices/{device-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -468993,20 +471440,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469025,35 +471472,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469072,20 +471519,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469104,50 +471551,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469166,20 +471613,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469198,95 +471645,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469305,140 +471752,140 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "Command": "Remove-MgDeviceAppManagementManagedAppStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "Command": "Remove-MgDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBook", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469457,20 +471904,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469489,20 +471936,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469521,920 +471968,920 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "Command": "Remove-MgDeviceAppManagementMobileApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "Command": "Remove-MgDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470453,20 +472900,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470485,35 +472932,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": null, + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -470532,20 +472979,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470564,20 +473011,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470596,20 +473043,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470628,20 +473075,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470660,79 +473107,79 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceByDeviceId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": null, + "Command": "Remove-MgDeviceByDeviceId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgDeviceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": null, + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementAuditEvent", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementAuditEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -470751,34 +473198,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": null, + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -470797,20 +473244,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -470829,318 +473276,318 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471159,20 +473606,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471191,20 +473638,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471223,50 +473670,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementIoUpdateStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -471285,142 +473732,142 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -471439,20 +473886,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471471,50 +473918,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471533,20 +473980,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471565,34 +474012,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementReport", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/reports", - "OutputType": null, + "Command": "Remove-MgDeviceManagementReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471611,20 +474058,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471643,20 +474090,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471675,20 +474122,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471707,95 +474154,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementTermAndCondition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementTermAndCondition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471814,20 +474261,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471846,20 +474293,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471878,20 +474325,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471910,20 +474357,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471942,20 +474389,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471974,20 +474421,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472006,20 +474453,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472038,49 +474485,49 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472099,50 +474546,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472161,20 +474608,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472193,20 +474640,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472225,20 +474672,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472257,20 +474704,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472289,20 +474736,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472321,20 +474768,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472353,34 +474800,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472399,34 +474846,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", - "Variants": [ - "Delete" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472445,20 +474892,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472477,20 +474924,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472509,170 +474956,170 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": null, + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -472691,20 +475138,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -472723,185 +475170,185 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDirectoryAdministrativeUnit", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryAttributeSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryAttributeSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDirectoryDeletedItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/deletedItems/{directoryObject-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryDeletedItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryDeviceLocalCredential", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -472920,260 +475367,260 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDirectoryObject", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryOnPremiseSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryRoleByRoleTemplateId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": null, + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0", - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryRoleScopedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": null, + "Command": "Remove-MgDirectoryRoleTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectorySubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": null, + "Command": "Remove-MgDirectorySubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": null, + "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDomain", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}", - "OutputType": null, + "Command": "Remove-MgDomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDomainFederationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": null, + "Command": "Remove-MgDomainFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgDomainServiceConfigurationRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgDomainVerificationDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -473200,200 +475647,200 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgDriveItemPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -473420,620 +475867,620 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, + "Command": "Remove-MgDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permanentDelete", - "OutputType": null, + "Command": "Remove-MgDriveRootPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEducationClass", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": null, + "Command": "Remove-MgEducationClass", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474052,20 +476499,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474084,20 +476531,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474116,35 +476563,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentDefault", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentDefault", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474163,20 +476610,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474195,20 +476642,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474227,80 +476674,80 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474319,50 +476766,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "Command": "Remove-MgEducationClassMemberEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationClassMemberEducationUserByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassMemberByRef", + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -474381,20 +476828,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -474413,184 +476860,184 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEducationClassTeacherByRef", - "Command": "Remove-MgEducationClassTeacherEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationClassTeacherEducationUserByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassTeacherByRef", + "Permissions": [], "Module": "Education", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMe", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/education/me", - "OutputType": null, + "Command": "Remove-MgEducationMe", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Delete" - ] + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignment", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentRubricByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentRubricByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474609,461 +477056,447 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEducationSchool", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": null, + "Command": "Remove-MgEducationSchool", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEducationSchoolClassByRef", - "Command": "Remove-MgEducationSchoolClassEducationClassByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationSchoolClassEducationClassByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationSchoolClassByRef", + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEducationSchoolUserByRef", - "Command": "Remove-MgEducationSchoolUserEducationUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationSchoolUserEducationUserByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationSchoolUserByRef", + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEducationUser", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}", - "OutputType": null, + "Command": "Remove-MgEducationUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentRubricByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEducationUserRubric", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": null, + "Command": "Remove-MgEducationUserRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackage", - "Permissions": [], - "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -475071,84 +477504,84 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -475156,354 +477589,354 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -475511,84 +477944,84 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -475596,513 +478029,527 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceScopeResource", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -476121,20 +478568,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476153,20 +478600,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476185,20 +478632,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476217,110 +478664,110 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": null, + "Command": "Remove-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgExternalConnectionOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": null, + "Command": "Remove-MgExternalConnectionOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}", - "OutputType": null, + "Command": "Remove-MgGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0", - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgGroupAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgGroupByUniqueName", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": null, + "Command": "Remove-MgGroupByUniqueName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -476339,35 +478786,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupCalendarPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, + "Command": "Remove-MgGroupCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -476386,20 +478833,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -476418,920 +478865,920 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupConversationThreadPostAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupConversationThreadPostAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupConversationThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgGroupDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -477350,144 +479797,144 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupEventAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupEventExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupEventInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupExtension", - "Permissions": [], - "Method": "DELETE", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + ], + "Method": "DELETE", + "Command": "Remove-MgGroupExtension", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgGroupFavorite", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/removeFavorite", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgGroupFromLifecyclePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "OutputType": null, + "Command": "Remove-MgGroupFavorite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/removeFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Remove-MgGroupFromLifecyclePolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgGroupLifecyclePolicy", "Permissions": [], - "Method": "DELETE", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0", - "CommandAlias": "Remove-MgGroupMemberByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgGroupMemberDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -477514,35 +479961,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgGroupOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -477561,65 +480008,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgGroupOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0", - "CommandAlias": "Remove-MgGroupOwnerByRef", + ], + "Method": "DELETE", "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -477638,35 +480085,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgGroupPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -477685,20 +480132,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/photo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/photo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -477717,52 +480166,52 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupPlannerPlanDetail", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": null, + "Command": "Remove-MgGroupPlannerPlanDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", - "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupRejectedSenderByRef", + "Permissions": [], "Module": "Groups", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -477781,951 +480230,935 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", - "Permissions": [], - "Method": "DELETE", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + ], + "Method": "DELETE", + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgGroupSite", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgGroupSite", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgGroupSiteAnalytic", "Permissions": [], - "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": null, + "Command": "Remove-MgGroupSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": null, + "Command": "Remove-MgGroupSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": null, + "Command": "Remove-MgGroupSiteGetByPathOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": null, + "Command": "Remove-MgGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": null, + "Command": "Remove-MgGroupSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSitePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgGroupSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": null, + "Command": "Remove-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478735,18 +481168,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478756,137 +481189,137 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478896,18 +481329,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478917,52 +481350,52 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478972,18 +481405,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -478993,730 +481426,744 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team", - "OutputType": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelFileFolderContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamInstalledApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Remove-MgGroupTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": null, + "Command": "Remove-MgGroupTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": null, + "Command": "Remove-MgGroupTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamTag", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupTeamTagMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, + "Command": "Remove-MgGroupTeamTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -479735,410 +482182,410 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupThreadPostAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupThreadPostAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupThreadPostExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgGroupThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityApiConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": null, + "Command": "Remove-MgIdentityApiConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": null, + "Command": "Remove-MgIdentityAuthenticationEventListener", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": null, + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": null, + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -480157,20 +482604,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -480189,649 +482636,663 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityCustomAuthenticationExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": null, + "Command": "Remove-MgIdentityCustomAuthenticationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "Permissions": [], - "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", + ], + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgIdentityProvider", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": null, + "Command": "Remove-MgIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": null, + "Command": "Remove-MgIdentityUserFlowAttribute", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": null, + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": null, + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -480850,35 +483311,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}", - "OutputType": null, + "Command": "Remove-MgOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -480897,95 +483358,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingBackgroundImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingBackgroundImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingBannerLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingCustomCss", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingFavicon", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingHeaderLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -481004,215 +483465,215 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingSquareLogo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingSquareLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Remove-MgOrganizationBrandingSquareLogoDark", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgOrganizationExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgOrganizationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPlace", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places/{place-id}", - "OutputType": null, + "Command": "Remove-MgPlace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/{place-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": null, + "Command": "Remove-MgPlaceAsRoomListRoom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481239,20 +483700,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481279,20 +483740,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481319,65 +483780,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": null, + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481396,34 +483857,34 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481442,63 +483903,63 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -481517,49 +483978,49 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyAuthorizationPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/authorizationPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyAuthorizationPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481578,164 +484039,164 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "Permissions": [], - "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": null, + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "OutputType": null, + "Command": "Remove-MgPolicyFeatureRolloutPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481754,139 +484215,139 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": null, + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Delete" - ] + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyPermissionGrantPolicy", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": null, + "Command": "Remove-MgPolicyRoleManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": null, + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": null, + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPolicyRoleManagementPolicyRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": null, + "Command": "Remove-MgPolicyRoleManagementPolicyRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481905,20 +484366,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481937,125 +484398,125 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintConnector", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": null, + "Command": "Remove-MgPrintConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": null, + "Command": "Remove-MgPrintOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintPrinter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}", - "OutputType": null, + "Command": "Remove-MgPrintPrinter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintPrinterJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": null, + "Command": "Remove-MgPrintPrinterJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": null, + "Command": "Remove-MgPrintPrinterJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintPrinterJobDocumentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Remove-MgPrintPrinterJobDocumentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintPrinterJobTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgPrintPrinterJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -482074,542 +484535,542 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintService", - "Permissions": [], - "Method": "DELETE", - "Uri": "/print/services/{printService-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintServiceEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": null, + "Command": "Remove-MgPrintService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintShare", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": null, + "Command": "Remove-MgPrintServiceEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintShareAllowedGroupByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, + "Command": "Remove-MgPrintShare", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintShareAllowedUserByRef", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, + "Command": "Remove-MgPrintShareAllowedGroupByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintShareJob", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": null, + "Command": "Remove-MgPrintShareAllowedUserByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintShareJobDocument", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": null, + "Command": "Remove-MgPrintShareJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintShareJobDocumentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Remove-MgPrintShareJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintShareJobTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgPrintShareJobDocumentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgPrintTaskDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": null, + "Command": "Remove-MgPrintShareJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": null, + "Command": "Remove-MgPrintTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": null, + "Command": "Remove-MgPrintTaskDefinitionTask", "ApiVersion": "v1.0", - "Module": "Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": null, + "Command": "Remove-MgPrivacySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": null, + "Command": "Remove-MgPrivacySubjectRightsRequestNote", "ApiVersion": "v1.0", - "Module": "Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBilling", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing", - "OutputType": null, + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingManifest", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": null, + "Command": "Remove-MgReportPartnerBilling", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingManifest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingReconciliation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingReconciliationBilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingReconciliation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingUsage", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingReconciliationBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingUsageBilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingUsage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgReportPartnerBillingUsageUnbilled", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingUsageBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", - "Variants": [ - "Delete" - ] + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRiskDetection", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": null, + "Command": "Remove-MgReportPartnerBillingUsageUnbilled", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRiskyServicePrincipal", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": null, + "Command": "Remove-MgRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgRiskyServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRiskyUser", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": null, + "Command": "Remove-MgRiskyServicePrincipalHistory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRiskyUserHistory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgRiskyUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgRiskyUserHistory", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectory", "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/directory", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -482628,124 +485089,124 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagement", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Delete" - ] + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -482764,155 +485225,155 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -482931,20 +485392,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -482963,20 +485424,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -482995,20 +485456,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -483027,230 +485488,230 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/search/qnas/{qna-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAlertV2", - "Permissions": [], - "Method": "DELETE", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation", - "OutputType": null, + "Command": "Remove-MgSecurityAlertV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationAutomation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationLandingPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationLoginPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationPayload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationTraining", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCase", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases", - "OutputType": null, + "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSecurityCase", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483269,35 +485730,39 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483316,84 +485781,84 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483412,69 +485877,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483493,50 +485954,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483555,735 +486016,735 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityIdentity", - "Permissions": [], - "Method": "DELETE", - "Uri": "/security/identities", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Delete" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": null, + "Command": "Remove-MgSecurityIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityIncident", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/incidents/{incident-id}", - "OutputType": null, + "Command": "Remove-MgSecurityIdentityHealthIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels", - "OutputType": null, + "Command": "Remove-MgSecurityIncident", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelAuthority", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelAuthority", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelCitation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCategorySubcategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelDepartment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelDepartment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelFilePlanReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": null, + "Command": "Remove-MgSecurityLabelRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecuritySecureScore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": null, + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": null, + "Command": "Remove-MgSecuritySecureScore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": null, + "Command": "Remove-MgSecuritySecureScoreControlProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": null, + "Command": "Remove-MgSecuritySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence", - "OutputType": null, + "Command": "Remove-MgSecuritySubjectRightsRequestNote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostPort", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityTrigger", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/triggers", - "OutputType": null, + "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityTriggerRetentionEvent", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": null, + "Command": "Remove-MgSecurityTrigger", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSecurityTriggerType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/security/triggerTypes", - "OutputType": null, + "Command": "Remove-MgSecurityTriggerRetentionEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Delete" - ] + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": null, + "Command": "Remove-MgSecurityTriggerType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484310,65 +486771,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalByAppId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": null, + "Command": "Remove-MgServicePrincipalByAppId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0", - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -484411,50 +486872,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", - "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -484497,20 +486958,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgServicePrincipalKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484537,22 +487000,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", - "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -484579,20 +487040,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "Method": "POST", "Command": "Remove-MgServicePrincipalPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484619,22 +487082,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -484661,20 +487122,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -484709,50 +487170,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronization", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484771,50 +487232,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484841,424 +487302,424 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareDriveItemContent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgShareDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": null, + "Command": "Remove-MgShareItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgShareList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgShareListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgShareListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgShareListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgShareListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgShareListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgShareListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgShareListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgShareListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgShareListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgShareListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSharePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": null, + "Command": "Remove-MgShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": null, + "Command": "Remove-MgSharePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": null, + "Command": "Remove-MgShareRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteAnalytic", "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics", - "OutputType": null, + "Command": "Remove-MgSiteAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": null, + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485277,20 +487738,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485309,20 +487770,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485341,95 +487802,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": null, + "Command": "Remove-MgSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": null, + "Command": "Remove-MgSiteGetByPathOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": null, + "Command": "Remove-MgSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": null, + "Command": "Remove-MgSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485448,20 +487909,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485480,20 +487941,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485512,50 +487973,50 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSiteListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -485590,125 +488051,125 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -485727,257 +488188,243 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteOperation", - "Permissions": [], - "Method": "DELETE", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSitePage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": null, + "Command": "Remove-MgSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": null, + "Command": "Remove-MgSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSitePermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStore", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore", - "OutputType": null, + "Command": "Remove-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -485987,18 +488434,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -486008,137 +488455,137 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -486148,18 +488595,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -486169,52 +488616,52 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -486224,18 +488671,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", @@ -486245,227 +488692,555 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetRelation", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetTerm", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Delete" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetTermChild", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSubscribedSku", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreServiceApp", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgSubscription", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "v1.0", - "Module": "ChangeNotifications", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeam", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/teams/{team-id}", - "OutputType": null, + "Command": "Remove-MgSubscribedSku", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", + "Command": "Remove-MgTeam", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -486500,97 +489275,97 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTeamChannelEmail", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgTeamChannelEmail", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeamChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -486665,20 +489440,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -486745,217 +489520,217 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTeamMember", - "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": null, + "Command": "Remove-MgTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": null, + "Command": "Remove-MgTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + ], + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelEmail", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamSchedule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": null, + "Command": "Remove-MgTeamSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] + ], + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -486974,35 +489749,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487021,20 +489796,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487061,35 +489836,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": null, + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487108,20 +489883,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487140,20 +489915,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487172,20 +489947,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -487204,20 +489979,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -487236,338 +490011,338 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedChat", - "Permissions": [], - "Method": "DELETE", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + ], + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Remove", "RemoveViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], - "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTeamworkTeamAppSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", - "Variants": [ - "Delete" - ] + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTeamworkWorkforceIntegration", - "Permissions": [], + "Variants": [ + "Delete" + ], "Method": "DELETE", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": null, + "Command": "Remove-MgTeamworkTeamAppSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -487610,65 +490385,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserActivity", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": null, + "Command": "Remove-MgUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserActivityHistoryItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": null, + "Command": "Remove-MgUserActivityHistoryItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgUserAppRoleAssignment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": null, + "Command": "Remove-MgUserAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -487687,20 +490462,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487719,20 +490494,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487751,35 +490526,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserAuthenticationOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgUserAuthenticationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -487798,20 +490573,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487830,20 +490605,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487862,20 +490637,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487894,1740 +490669,1740 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserCalendarGroup", - "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgUserCalendarPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": null, + "Command": "Remove-MgUserCalendarGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": null, + "Command": "Remove-MgUserCalendarPermission", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatInstalledApp", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, + "Command": "Remove-MgUserChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatLastMessagePreview", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": null, + "Command": "Remove-MgUserChatInstalledApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatMember", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, + "Command": "Remove-MgUserChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": null, + "Command": "Remove-MgUserChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgUserChatMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatMessageReply", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": null, + "Command": "Remove-MgUserChatMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": null, + "Command": "Remove-MgUserChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatPermissionGrant", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": null, + "Command": "Remove-MgUserChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatPinnedMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": null, + "Command": "Remove-MgUserChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserChatTab", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, + "Command": "Remove-MgUserChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgUserChatTab", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgUserContact", "Permissions": [], + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgUserContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": null, + "Command": "Remove-MgUserContactFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": null, + "Command": "Remove-MgUserContactFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgUserContactFolderChildFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderContact", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": null, + "Command": "Remove-MgUserContactFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserContactFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactFolderContactPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgUserContactFolderContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserContactPhotoContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Remove-MgUserContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": null, + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDrive", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": null, + "Command": "Remove-MgUserDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveBundleContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveFollowingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": null, + "Command": "Remove-MgUserDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "OutputType": null, + "Command": "Remove-MgUserDriveItemPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": null, + "Command": "Remove-MgUserDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveItemVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveList", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": null, + "Command": "Remove-MgUserDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListOperation", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveListSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRoot", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": null, + "Command": "Remove-MgUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootAnalytic", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": null, + "Command": "Remove-MgUserDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootChildContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": null, + "Command": "Remove-MgUserDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItem", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Remove-MgUserDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootPermanent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "OutputType": null, + "Command": "Remove-MgUserDriveRootPermanent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": null, + "Command": "Remove-MgUserDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootSubscription", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": null, + "Command": "Remove-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveRootVersionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserDriveSpecialContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": null, + "Command": "Remove-MgUserDriveSpecialContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserEvent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": null, + "Command": "Remove-MgUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserEventAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgUserEventAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserEventExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserEventInstanceAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgUserEventInstanceAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserEventInstanceExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgUserFollowedSite", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/followedSites/remove", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgUserFollowedSite", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgUserInferenceClassificationOverride", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/followedSites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite" + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": null, + "Command": "Remove-MgUserInferenceClassificationOverride", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights", - "OutputType": null, + "Command": "Remove-MgUserInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserInsightShared", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": null, + "Command": "Remove-MgUserInsightShared", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserInsightTrending", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": null, + "Command": "Remove-MgUserInsightTrending", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserInsightUsed", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": null, + "Command": "Remove-MgUserInsightUsed", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserLicenseDetail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": null, + "Command": "Remove-MgUserLicenseDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgUserMailFolderMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": null, + "Command": "Remove-MgUserMailFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDevice", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": null, + "Command": "Remove-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceCategory", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489646,95 +492421,95 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMessage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": null, + "Command": "Remove-MgUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMessageAttachment", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "OutputType": null, + "Command": "Remove-MgUserMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMessageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Remove-MgUserMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserMessageExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnenoteNotebook", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": null, + "Command": "Remove-MgUserOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -489753,65 +492528,65 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnenotePageContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": null, + "Command": "Remove-MgUserOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnenoteSection", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": null, + "Command": "Remove-MgUserOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": null, + "Command": "Remove-MgUserOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -489830,155 +492605,155 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingAttendeeReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Remove-MgUserOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Remove-MgUserOutlookMasterCategory", "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": null, + "Command": "Remove-MgUserOutlookMasterCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -490005,20 +492780,22 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/photo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/photo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "DELETE", "Command": "Remove-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -490045,202 +492822,200 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ] + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserPresence", - "Permissions": [], + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", - "Uri": "/users/{user-id}/presence", - "OutputType": null, + "Command": "Remove-MgUserPresence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": null, + "Command": "Remove-MgUserScopedRoleMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSetting", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings", - "OutputType": null, + "Command": "Remove-MgUserSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingItemInsight", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": null, + "Command": "Remove-MgUserSettingItemInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingShiftPreference", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": null, + "Command": "Remove-MgUserSettingShiftPreference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingStorage", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": null, + "Command": "Remove-MgUserSettingStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingStorageQuota", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": null, + "Command": "Remove-MgUserSettingStorageQuota", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": null, + "Command": "Remove-MgUserSettingStorageQuotaService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingWindows", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": null, + "Command": "Remove-MgUserSettingWindows", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": null, + "Command": "Remove-MgUserSettingWindowsInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTeamwork", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork", - "OutputType": null, + "Command": "Remove-MgUserTeamwork", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": null, + "Command": "Remove-MgUserTeamworkAssociatedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -490339,20 +493114,20 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -490379,35 +493154,35 @@ "IsLeastPrivilege": false } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTodoListExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserTodoListExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490426,20 +493201,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490458,20 +493233,20 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490490,50 +493265,50 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTodoListTaskAttachmentSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": null, + "Command": "Remove-MgUserTodoListTaskAttachmentSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": null, + "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490552,35 +493327,35 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Remove-MgUserTodoListTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490599,567 +493374,567 @@ "IsLeastPrivilege": true } ], - "Method": "DELETE", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEvent", - "Permissions": [], - "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventTownhall", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhall", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinar", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "DELETE", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Delete", "DeleteViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + ], + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", + "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "OutputType": null, + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", - "OutputType": null, + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Rename-MgBetaUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "OutputType": null, + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + }, + { "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Rename-MgBetaUserCloudPcUserAccountType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "OutputType": null, + "Command": "Rename-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Rename-MgBetaUserManagedDeviceAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments", - "OutputType": null, + "Command": "Rename-MgBetaUserCloudPcUserAccountType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Rename-MgBetaUserManagedDeviceAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Rename-MgCommunicationCallScreenSharingRole", "Permissions": [], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "OutputType": null, + "Command": "Rename-MgCommunicationCallScreenSharingRole", "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Request", "RequestExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "OutputType": null, + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Request", "RequestExpanded" - ] + ], + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Request", + "RequestViaIdentity" + ], + "Method": "POST", "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -491178,20 +493953,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Request", "RequestViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -491210,64 +493985,64 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Request", "RequestViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "OutputType": null, + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Request", - "RequestViaIdentity" - ] + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Request-MgBetaPrivilegedApprovalMy", - "Permissions": [], + "Variants": [ + "Request" + ], "Method": "GET", - "Uri": "/privilegedApproval/myRequests", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "Request-MgBetaPrivilegedApprovalMy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Request" - ] + "Uri": "/privilegedApproval/myRequests", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", - "Permissions": [], + "Variants": [ + "Request", + "RequestViaIdentity" + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Request", "RequestViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -491286,35 +494061,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Request", "RequestViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Request-MgUserManagedDeviceRemoteAssistance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, + "Command": "Request-MgUserManagedDeviceRemoteAssistance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Request", - "RequestViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], + "Method": "POST", "Command": "Reset-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -491333,80 +494108,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "OutputType": null, + "Command": "Reset-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", - "Permissions": [], + ], "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "OutputType": null, + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Reset-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -491425,484 +494200,486 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", - "OutputType": null, + "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaGroupUnseenCount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/resetUnseenCount", - "OutputType": null, + "Command": "Reset-MgBetaGroupUnseenCount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "OutputType": null, + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Reset", - "ResetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "Permissions": [], + "Variants": [ + "Reset" + ], "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Reset" - ] + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", - "Permissions": [], + "Variants": [ + "Reset" + ], "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Reset" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", - "Permissions": [], + "Variants": [ + "Reset" + ], "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Reset" - ] + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Reset-MgBetaPrintPrinterDefault", - "Permissions": [], + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/resetDefaults", - "OutputType": null, + "Command": "Reset-MgBetaPrintPrinterDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/resetDefaults", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "OutputType": null, + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Reset", - "ResetViaIdentity" - ] + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaUserAuthenticationMethodPassword", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Reset-MgBetaUserManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, + "Command": "Reset-MgBetaUserManagedDevicePasscode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgGroupUnseenCount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/resetUnseenCount", - "OutputType": null, + "Command": "Reset-MgGroupUnseenCount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "OutputType": null, + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Reset", - "ResetViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "Permissions": [], + "Variants": [ + "Reset" + ], "Method": "POST", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "OutputType": null, + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", - "Variants": [ - "Reset" - ] + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "Permissions": [], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgUserAuthenticationMethodPassword", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "OutputType": null, + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "ApiVersion": "v1.0", - "Module": "Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Reset-MgUserManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "OutputType": null, + "Command": "Reset-MgUserAuthenticationMethodPassword", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reset", "ResetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Reset-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", - "OutputType": null, + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resize-MgBetaUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", - "OutputType": null, + "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resize-MgBetaUserManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "OutputType": null, + "Command": "Resize-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Restart-MgApplicationSynchronizationJob", "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Restart-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Restart-MgBetaApplicationSynchronizationJob", "Permissions": [], - "Method": "POST", + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, + "Command": "Restart-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "OutputType": null, + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] + ], + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "Method": "POST", "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -491921,97 +494698,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restart-MgBetaTeamworkDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Restart", "RestartViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Restart-MgBetaTeamworkDevice", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Restart-MgBetaUserCloudPc", "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Reboot", + "RebootViaIdentity" + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "OutputType": null, + "Command": "Restart-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restart-MgBetaUserManagedDeviceNow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, + "Command": "Restart-MgBetaUserManagedDeviceNow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restart-MgDeviceManagementManagedDeviceNow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, + "Command": "Restart-MgDeviceManagementManagedDeviceNow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "OutputType": null, + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", - "Variants": [ - "Reboot", - "RebootViaIdentity" - ] + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "Method": "POST", "Command": "Restart-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492030,182 +494807,180 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restart-MgUserManagedDeviceNow", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Restart-MgUserManagedDeviceNow", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Recover", "RecoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Recover", "RecoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDirectoryDeletedItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaDirectoryDeletedItem", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] + ], + "Method": "POST", + "Command": "Restore-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", "Command": "Restore-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -492232,326 +495007,326 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaDriveRootVersion", "ApiVersion": "beta", - "Module": "Beta.Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Restore-MgBetaPrintPrinterFactoryDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -492570,54 +495345,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ] + ], + "Method": "POST", + "Command": "Restore-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -492652,20 +495427,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Restore-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -492692,317 +495467,317 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserCloudPc", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Restore-MgBetaUserManagedDeviceCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Restore-MgBetaUserManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Recover", "RecoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Restore-MgBetaUserManagedDevicePasscode", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Recover", "RecoverViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "OutputType": null, + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDirectoryDeletedItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgDirectoryDeletedItem", "ApiVersion": "v1.0", - "Module": "Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] + ], + "Method": "POST", + "Command": "Restore-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", "Command": "Restore-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -493029,341 +495804,341 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveListItemDocumentSetVersion", - "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveItem", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgDriveRootVersion", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupSettingTemplate", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgGroupSettingTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Restore-MgPrintPrinterFactoryDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -493382,54 +496157,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgShareListItemDocumentSetVersion", - "Permissions": [], - "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgShareListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ] + ], + "Method": "POST", + "Command": "Restore-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "Method": "POST", "Command": "Restore-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -493464,20 +496239,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Restore-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -493504,189 +496279,189 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Sites", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveItem", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveRoot", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "OutputType": null, + "Command": "Restore-MgUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "OutputType": null, + "Command": "Restore-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Restore", "RestoreViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Restore-MgUserManagedDevicePasscode", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "OutputType": null, + "Command": "Restore-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Recover", "RecoverViaIdentity" - ] + ], + "Method": "POST", + "Command": "Restore-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Resume", + "ResumeViaIdentity" + ], + "Method": "POST", "Command": "Resume-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -493705,241 +496480,243 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Resume", - "ResumeViaIdentity" - ] + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Resume-MgEntitlementManagementAssignmentRequest", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgEntitlementManagementAssignmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "OutputType": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta", + "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -493958,116 +496735,116 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "OutputType": null, + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "OutputType": null, + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaDeviceManagementElevationRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "OutputType": null, + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Revoke-MgBetaDriveItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -494094,445 +496871,443 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaDriveListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaDriveListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaDriveRootPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveRootPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaGroupSitePermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaGroupSitePermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaShareListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaShareListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaSharePermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaSharePermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaSiteListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaSiteListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaSiteListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaSiteListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaSitePermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaSitePermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveListPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveListPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ] + "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", + "OutputType": "IMicrosoftGraphPermission" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", - "Permissions": [], + "Variants": [ + "Revoke", + "RevokeViaIdentity" + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "OutputType": null, + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Revoke-MgBetaUserSignInSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -494559,20 +497334,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/revokeSignInSessions", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Revoke", "RevokeViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Revoke-MgUserSignInSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -494599,35 +497374,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/revokeSignInSessions", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Revoke", - "RevokeViaIdentity" - ] + "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", + "Variants": [ + "Search", + "SearchExpanded" + ], + "Method": "POST", + "Command": "Search-MgBackupRestorePoint", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Search-MgBetaBackupRestorePoint", "Permissions": [], - "Method": "POST", + "Module": "Bookings", "Uri": "/solutions/backupRestore/restorePoints/search", - "OutputType": "IMicrosoftGraphRestorePointSearchResponse", - "ApiVersion": "beta", - "Module": "Beta.Bookings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRestorePointSearchResponse" + }, + { "Variants": [ "Search", "SearchExpanded" - ] + ], + "Method": "POST", + "Command": "Search-MgBetaBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/backupRestore/restorePoints/search", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRestorePointSearchResponse" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Search", + "SearchExpanded" + ], + "Method": "POST", "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -494646,305 +497436,305 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Search", - "SearchExpanded" - ] + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaDrive", - "Permissions": [], + "Variants": [ + "Search", + "SearchViaIdentity" + ], "Method": "GET", - "Uri": "/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaUserDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaUserDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Search-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgGroupDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgGroupDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgUserDrive", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgUserDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgUserDriveItem", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Search", "SearchViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Search-MgUserDriveRoot", - "Permissions": [], + ], "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Functions", - "Variants": [ - "Search", - "SearchViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaAccessReviewInstanceReminder", - "Permissions": [], + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "OutputType": null, + "Command": "Send-MgBetaAccessReviewInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgBetaAccessReviewReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -494963,20 +497753,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Send", - "SendViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", "Command": "Send-MgBetaChatActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -494995,107 +497787,107 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaCommunicationCallDtmfTone", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Command": "Send-MgBetaCommunicationCallDtmfTone", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "OutputType": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "OutputType": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "OutputType": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495114,37 +497906,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Send", + "SendExpanded" + ], + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "OutputType": null, + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Send", - "SendExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495163,97 +497955,97 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", - "Permissions": [], + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "OutputType": null, + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaFinancialCompanySalesInvoice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", - "OutputType": null, + "Command": "Send-MgBetaFinancialCompanySalesInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaFinancialCompanySalesQuote", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", - "OutputType": null, + "Command": "Send-MgBetaFinancialCompanySalesQuote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", - "OutputType": null, + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Send", - "SendViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", "Command": "Send-MgBetaTeamActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -495272,22 +498064,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded" + ], + "Method": "POST", "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495306,150 +498096,152 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Send", - "SendExpanded" - ] + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserChatActivityNotification", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserMail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/sendMail", - "OutputType": null, + "Command": "Send-MgBetaUserChatActivityNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgBetaUserMail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/sendMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "OutputType": null, + "Command": "Send-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "OutputType": null, + "Command": "Send-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "OutputType": null, + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495476,22 +498268,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495518,37 +498310,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Send", + "SendViaIdentity" + ], + "Method": "POST", + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, + "Command": "Send-MgBetaUserTeamworkActivityNotification", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", - "Variants": [ - "Send", - "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", "CommandAlias": null, - "Command": "Send-MgBetaUserTeamworkActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495567,22 +498359,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgChatActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -495601,103 +498393,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Send-MgCommunicationCallDtmfTone", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Command": "Send-MgCommunicationCallDtmfTone", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "OutputType": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ] + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", - "Permissions": [], + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "OutputType": null, + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "OutputType": null, + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Send", - "SendViaIdentity" - ] + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", "Command": "Send-MgTeamActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -495716,22 +498508,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded" + ], + "Method": "POST", "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495750,99 +498540,101 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Send", - "SendExpanded" - ] + "Uri": "/teamwork/sendActivityNotificationToRecipients", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgUserChatActivityNotification", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgUserMail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/sendMail", - "OutputType": null, + "Command": "Send-MgUserChatActivityNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgUserMail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/sendMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Send-MgUserMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/messages/{message-id}/send", - "OutputType": null, + "Command": "Send-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendViaIdentity" - ] + ], + "Method": "POST", + "Command": "Send-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "Method": "POST", "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495869,22 +498661,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495911,22 +498703,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Send-MgUserTeamworkActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495945,22 +498737,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "PUT", "Command": "Set-MgApplicationLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495979,133 +498769,133 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgApplicationSynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Set-MgApplicationSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgApplicationSynchronizationSecret", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + ], + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationSecret", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgApplicationVerifiedPublisher", "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/setVerifiedPublisher", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/secrets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", + "Module": "Applications", + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "OutputType": null, + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaApplicationConnectorGroupByRef", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "OutputType": null, + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "ApiVersion": "beta", - "Module": "Beta.Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], + "Method": "PUT", "Command": "Set-MgBetaApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496124,408 +498914,410 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/applications/{application-id}/logo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaApplicationSynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Set-MgBetaApplicationSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaApplicationSynchronizationSecret", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/applications/{application-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronizationSecret", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaApplicationVerifiedPublisher", "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/setVerifiedPublisher", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/secrets", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaApplicationVerifiedPublisher", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaChatMessageHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaChatMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaChatMessageReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaChatMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaChatMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaChatMessageReplyReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Permissions": [], - "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaCommunicationPresence", "Permissions": [], - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setPresence", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationPresenceStatusMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "OutputType": null, + "Command": "Set-MgBetaCommunicationPresence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "OutputType": null, + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", - "Permissions": [], + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "Command": "Set-MgBetaDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "Command": "Set-MgBetaDeviceAppManagementMobileApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementMobileApp", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", + ], + "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496544,203 +499336,203 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementCompliancePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + }, + { "Variants": [ "Set", "SetExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496767,39 +499559,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496818,22 +499610,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -496852,22 +499644,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -496886,22 +499678,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -496928,22 +499720,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496962,173 +499754,173 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementIntent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementManagedDeviceName", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -497147,316 +499939,314 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementScript", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementScript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaDriveBundleContent", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveBundleContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveFollowingContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveItemChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -497483,20 +500273,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -497523,50 +500313,52 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -497585,219 +500377,219 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveItemVersionContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaDriveRootSensitivityLabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaDriveSpecialContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -497816,52 +500608,50 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", - "Permissions": [], + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -497880,20 +500670,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -497912,161 +500702,163 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", - "Permissions": [], - "Method": "PUT", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "Permissions": [], - "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "Permissions": [], - "Method": "PUT", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "Permissions": [], - "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -498085,679 +500877,679 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyInformationPicture", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "OutputType": null, + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyInformationPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveBundleContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "ApiVersion": "beta", - "Module": "Beta.Files", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveBundleContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveFollowingContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveItemVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupDriveSpecialContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaGroupLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -498776,67 +501568,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/assignLicense", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupOnenotePageContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgBetaGroupOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "Method": "PUT", "Command": "Set-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -498855,202 +501647,202 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgBetaGroupSiteOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgBetaGroupTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -499069,409 +501861,407 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaGroupTeamSchedule", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaGroupTeamSchedule", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Permissions": [], - "Method": "POST", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [], - "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [], - "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [], - "Method": "PUT", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "OutputType": null, + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingCustomCss", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingFavicon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499490,20 +502280,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499522,20 +502312,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499554,20 +502344,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499586,20 +502376,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499618,20 +502408,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499650,20 +502440,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499682,50 +502472,50 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingSquareLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -499744,20 +502534,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaPlannerRosterSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -499776,206 +502568,206 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", "Module": "Beta.Planner", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaPrintShareJobDocumentContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaPrintShareJobDocumentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaSecurityAlert", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/alerts_v2/{alert-id}/comments", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgBetaSecurityAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/alerts_v2/{alert-id}/comments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlertComment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "OutputType": null, + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSecurityIncidentAlertComment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgBetaSecurityIncidentAlertComment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaServicePrincipalSynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Set-MgBetaServicePrincipalSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -499994,484 +502786,484 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareDriveItemContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaShareDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaShareDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaShareItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaShareItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaShareListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaShareListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaShareRootContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "OutputType": null, + "Command": "Set-MgBetaShareRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaShareRootContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaSiteListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaSiteListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaSiteOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgBetaSiteOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelFileFolderContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Set-MgBetaTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamPhotoContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaTeamPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "OutputType": null, + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgBetaTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -500490,163 +503282,163 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "OutputType": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", - "Permissions": [], + ], "Method": "POST", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaTrustFrameworkPolicyContent", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaTrustFrameworkPolicyContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaUserChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaUserChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -500665,514 +503457,514 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserChatMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserCloudPcReviewStatus", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", - "OutputType": null, + "Command": "Set-MgBetaUserChatMessageReplyReaction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaUserCloudPcReviewStatus", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.PersonalContacts", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserContactFolderContactPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserContactPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaUserContactPhotoContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDriveBundleContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Module": "Beta.Files", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveBundleContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveBundleContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveBundleContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveFollowingContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveFollowingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveFollowingContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveItemChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveItemChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDriveItemVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveItemVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootChildContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveRootChildContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveRootChildContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveRootContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveRootContentStream", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Module": "Beta.Files", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaUserDriveRootVersionContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserDriveSpecialContentStream", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "OutputType": null, + "Command": "Set-MgBetaUserDriveSpecialContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaUserLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -501191,86 +503983,86 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/assignLicense", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserMailFolderMessageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + ], + "Method": "PUT", + "Command": "Set-MgBetaUserMailFolderMessageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "Permissions": [], + "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "OutputType": null, + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserManagedDeviceName", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "OutputType": null, + "Command": "Set-MgBetaUserManagedDeviceName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -501289,187 +504081,187 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserMessageContent", - "Permissions": [], + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Set-MgBetaUserMessageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaUserOnenotePageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgBetaUserOnenoteResourceContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaUserOnenoteSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "OutputType": null, + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "OutputType": null, + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, + "Command": "Set-MgBetaUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "Method": "PUT", "Command": "Set-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -501496,22 +504288,22 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", - "CommandAlias": null, + "SetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501530,22 +504322,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/presence/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaUserPresenceStatusMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501564,22 +504356,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setStatusMessage", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/presence/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501598,329 +504390,329 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Set-MgChatMessageHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", + "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgChatMessageHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgChatMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgChatMessageReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgChatMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgChatMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgChatMessageReplyReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "Permissions": [], - "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + ], + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgCommunicationPresence", "Permissions": [], - "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgCommunicationPresenceStatusMessage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "OutputType": null, + "Command": "Set-MgCommunicationPresence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "Permissions": [], + ], "Method": "POST", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "OutputType": null, + "Command": "Set-MgCommunicationPresenceStatusMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", - "Command": "Set-MgDeviceAppManagementManagedEBook", - "Permissions": [], + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementManagedEBook", "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", - "Command": "Set-MgDeviceAppManagementMobileApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementMobileApp", "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Set-MgDeviceManagementDeviceConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501939,22 +504731,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501973,118 +504765,116 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "OutputType": null, + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "OutputType": null, + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgDriveBundleContent", "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -502111,35 +504901,37 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -502158,144 +504950,144 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveItemVersionContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgDriveRootSensitivityLabel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -502314,52 +505106,50 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "Permissions": [], + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -502378,20 +505168,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgEducationClassModuleUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -502410,161 +505200,163 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgEducationMeAssignmentRubricByRef", - "Permissions": [], - "Method": "PUT", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + ], + "Method": "PUT", + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "Permissions": [], - "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgEducationUserAssignmentRubricByRef", "Permissions": [], - "Method": "PUT", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + ], + "Method": "PUT", + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "Permissions": [], - "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgEntitlementManagementAssignmentPolicy", "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -502583,236 +505375,236 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", "Module": "Search", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveBundleContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgGroupDriveItemSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgGroupDriveItemSensitivityLabel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgGroupDriveItemVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgGroupDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgGroupDriveRootSensitivityLabel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgGroupDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgGroupLicense", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -502831,67 +505623,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/assignLicense", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupOnenotePageContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgGroupOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgGroupOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "Method": "PUT", "Command": "Set-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -502910,142 +505702,142 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/groups/{group-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ] + "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupSiteListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgGroupSiteOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupSiteOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgGroupTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -503064,317 +505856,315 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/groups/{group-id}/team", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamChannelFileFolderContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/photo/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgGroupTeamSchedule", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/groups/{group-id}/team/schedule", - "OutputType": "IMicrosoftGraphSchedule", + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Set-MgGroupTeamSchedule", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + ], + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [], - "Method": "POST", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [], - "Method": "PUT", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingBackgroundImage", "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingBackgroundImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingBannerLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingBannerLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingCustomCss", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/customCSS", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingCustomCss", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingFavicon", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/favicon", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingFavicon", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingHeaderLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/headerLogo", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingHeaderLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503393,20 +506183,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503425,20 +506215,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503457,20 +506247,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503489,20 +506279,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503521,20 +506311,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503553,20 +506343,20 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503585,50 +506375,50 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingSquareLogo", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogo", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingSquareLogo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgOrganizationBrandingSquareLogoDark", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingSquareLogoDark", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503647,159 +506437,161 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgPrintPrinterJobDocumentContent", "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Set-MgPrintPrinterJobDocumentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgPrintShareJobDocumentContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "OutputType": null, + "Command": "Set-MgPrintShareJobDocumentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Set-MgSecurityAlert", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/alerts_v2/{alert-id}/comments", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgSecurityAlert", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts_v2/{alert-id}/comments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlertComment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgSecurityIncidentAlertComment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgSecurityIncidentAlertComment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "OutputType": null, + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgServicePrincipalSynchronization", - "Permissions": [], - "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "OutputType": null, + "Command": "Set-MgServicePrincipalSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgServicePrincipalSynchronizationSecret", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -503818,332 +506610,332 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgShareDriveItemContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgShareItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgShareDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgShareListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgShareItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgShareRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgShareListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgShareRootContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgSiteListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgSiteListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgSiteOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgSiteOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgSiteOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgSiteOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgSiteOnenoteSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgTeamChannelFileFolderContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamPhotoContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgTeamPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamPrimaryChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -504162,116 +506954,116 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/teams/{team-id}/schedule", - "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedule" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "Permissions": [], + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PUT", "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PUT", + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], - "Method": "PUT", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserChatMessageHostedContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, + ], + "Method": "POST", + "Command": "Set-MgUserChatMessageReaction", "ApiVersion": "v1.0", - "Module": "Teams", - "Variants": [ - "Set", - "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Set-MgUserChatMessageReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -504290,313 +507082,313 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserChatMessageReplyHostedContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgUserChatMessageReplyReaction", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgUserChatMessageReplyReaction", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserContactFolderContactPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Set-MgUserContactFolderContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserContactPhotoContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "OutputType": null, + "Command": "Set-MgUserContactPhotoContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveBundleContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveBundleContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveFollowingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveFollowingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveItemChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveItemChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveItemListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveItemSensitivityLabel", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgUserDriveItemSensitivityLabel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgUserDriveItemVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveItemVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveRootChildContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveListItemDriveItemContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveRootContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveRootChildContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveRootContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgUserDriveRootSensitivityLabel", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Set-MgUserDriveRootSensitivityLabel", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Set-MgUserDriveRootVersionContent", "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Module": "Files", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserDriveSpecialContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgUserDriveRootVersionContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgUserDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgUserLicense", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -504615,52 +507407,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/assignLicense", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserMailFolderMessageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Set-MgUserMailFolderChildFolderMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] + ], + "Method": "PUT", + "Command": "Set-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Method": "PUT", "Command": "Set-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -504679,142 +507471,142 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserMessageContent", - "Permissions": [], + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "OutputType": null, + "Command": "Set-MgUserMessageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnenotePageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgUserOnenotePageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnenoteResourceContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Set-MgUserOnenoteResourceContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgUserOnenoteSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnlineMeetingAttendeeReport", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "OutputType": null, + "Command": "Set-MgUserOnlineMeetingAttendeeReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnlineMeetingRecordingContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Set-MgUserOnlineMeetingRecordingContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnlineMeetingTranscriptContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Set-MgUserOnlineMeetingTranscriptContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "OutputType": null, + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", - "Variants": [ - "Set", - "SetViaIdentity" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "Method": "PUT", "Command": "Set-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -504841,22 +507633,22 @@ "IsLeastPrivilege": false } ], - "Method": "PUT", - "Uri": "/users/{user-id}/photo/$value", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", - "CommandAlias": null, + "SetViaIdentityExpanded" + ], + "Method": "POST", "Command": "Set-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504875,22 +507667,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgUserPresenceStatusMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504909,22 +507701,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setStatusMessage", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Set-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504943,157 +507735,157 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Users.Actions", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserTodoListTaskAttachmentContent", - "Permissions": [], - "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users", "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "Permissions": [], + ], "Method": "PUT", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Set-MgUserTodoListTaskAttachmentContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Set", "SetViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "Permissions": [], + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" + }, + { + "Variants": [ + "Bypass", + "BypassViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Bypass", "BypassViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Bypass", "BypassViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Skip-MgBetaUserManagedDeviceActivationLock", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Bypass", "BypassViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Bypass", "BypassViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Skip-MgUserManagedDeviceActivationLock", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "OutputType": null, + "Command": "Skip-MgUserManagedDeviceActivationLock", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Bypass", - "BypassViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Start-MgApplicationSynchronizationJob", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Start-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Start-MgBetaApplicationSynchronizationJob", "Permissions": [], - "Method": "POST", + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Start", "StartViaIdentity" - ] + ], + "Method": "POST", + "Command": "Start-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "Method": "POST", "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505112,88 +507904,86 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Run", "RunViaIdentity" - ] + ], + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], + "Method": "POST", "Command": "Start-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -505212,80 +508002,80 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaPrintPrinterJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintPrinterJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaPrintPrinterJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintPrinterJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Start-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -505328,35 +508118,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaPrintShareJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintShareJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Start", - "StartViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Run", + "RunViaIdentity" + ], + "Method": "GET", "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -505375,35 +508165,35 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Run", - "RunViaIdentity" - ] + "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", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaSecurityHuntingQuery", - "Permissions": [], - "Method": "POST", - "Uri": "/security/runHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Run", "RunExpanded" - ] + ], + "Method": "POST", + "Command": "Start-MgBetaSecurityHuntingQuery", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/runHuntingQuery", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], + "Method": "POST", "Command": "Start-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -505422,101 +508212,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Start", - "StartViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Start-MgBetaTeamScheduleTimeCardBreak", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Start-MgBetaTeamworkDeviceDiagnostic", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "OutputType": null, + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Run", "RunViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Start-MgBetaUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "OutputType": null, + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "OutputType": null, + "Command": "Start-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/solutions/workingTimeSchedule/startWorkingTime", - "OutputType": null, + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Start", "StartViaIdentity" - ] + ], + "Method": "POST", + "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/solutions/workingTimeSchedule/startWorkingTime", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-startworkingtime?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "Method": "POST", "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505535,52 +508327,50 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "Run", "RunViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Start-MgPrintPrinterJob", "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Start", + "StartViaIdentity" + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgPrintPrinterJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJobStatus" + }, + { "Variants": [ "Start", "StartViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Start-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -505623,35 +508413,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", - "Variants": [ - "Start", - "StartViaIdentity" - ] + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Start-MgSecurityHuntingQuery", - "Permissions": [], - "Method": "POST", - "Uri": "/security/runHuntingQuery", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Run", "RunExpanded" - ] + ], + "Method": "POST", + "Command": "Start-MgSecurityHuntingQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/runHuntingQuery", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], + "Method": "POST", "Command": "Start-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -505670,20 +508460,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Start", - "StartViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Stop", + "StopViaIdentity" + ], + "Method": "POST", "Command": "Stop-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -505702,35 +508492,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/stop", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaAccessReviewInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "OutputType": null, + "Command": "Stop-MgBetaAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Stop", - "StopViaIdentity" - ] + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", + "Command": "Stop-MgBetaApprovalItem", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/approval/approvalItems/{approvalItem-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalitem-cancel?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "Method": "POST", "Command": "Stop-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -505757,39 +508564,39 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaBookingBusinessCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgBetaCommunicationCallMediaProcessing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -505808,22 +508615,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], + "Method": "POST", "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505842,22 +508649,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "Method": "POST", "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -505876,22 +508683,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ] + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Cancel", + "CancelExpanded" + ], + "Method": "POST", "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -505910,296 +508715,296 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Cancel", - "CancelExpanded" - ] + "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "OutputType": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "End", "EndViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "OutputType": null, + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaFinancialCompanySalesInvoice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ] + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaGroupCalendarEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaGroupCalendarEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", - "OutputType": null, + "Command": "Stop-MgBetaGroupEvent", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] + ], + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", "Command": "Stop-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -506234,140 +509039,140 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrintPrinterJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", - "OutputType": null, + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "OutputType": null, + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaPrintShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrintShareJobPrintJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "OutputType": null, + "Command": "Stop-MgBetaPrintShareJobPrintJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -506386,20 +509191,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -506418,298 +509223,300 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaSecurityAction", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "OutputType": null, + "Command": "Stop-MgBetaSecurityAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ] + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", - "Permissions": [], - "Method": "POST", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserCloudPc", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "OutputType": null, + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserCloudPcGracePeriod", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "OutputType": null, + "Command": "Stop-MgBetaUserCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "End", "EndViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaUserCloudPcGracePeriod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserPendingAccessReviewInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaUserEventInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/solutions/workingTimeSchedule/endWorkingTime", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "End", "EndViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaVirtualEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", "ApiVersion": "beta", - "Module": "Beta.Bookings", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/solutions/workingTimeSchedule/endWorkingTime", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-endworkingtime?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "OutputType": null, + "Command": "Stop-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "OutputType": null, + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] + ], + "Method": "POST", + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "Method": "POST", "Command": "Stop-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -506735,40 +509542,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", + ], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, + "Command": "Stop-MgBookingBusinessCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgCommunicationCallMediaProcessing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -506787,22 +509594,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], + "Method": "POST", "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -506821,161 +509628,159 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "Variants": [ "End", "EndViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgEntitlementManagementAssignmentRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgGroupCalendarEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "OutputType": null, + "Command": "Stop-MgEntitlementManagementAssignmentRequest", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgGroupEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "OutputType": null, + "Command": "Stop-MgGroupCalendarEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "OutputType": null, + "Command": "Stop-MgGroupEvent", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Stop", "StopViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] + ], + "Method": "POST", + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Method": "POST", "Command": "Stop-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -507010,35 +509815,35 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgPrintShareJob", - "Permissions": [], + ], "Method": "POST", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "OutputType": null, + "Command": "Stop-MgPrintShareJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -507057,20 +509862,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -507089,144 +509894,144 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "POST", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ] + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgUserEvent", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Stop-MgUserEventInstance", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "OutputType": null, + "Command": "Stop-MgUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgVirtualEvent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "OutputType": null, + "Command": "Stop-MgUserEventInstance", "ApiVersion": "v1.0", - "Module": "Bookings", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "OutputType": null, + "Command": "Stop-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "OutputType": null, + "Command": "Stop-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "OutputType": null, + "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Cancel", "CancelViaIdentity" - ] + ], + "Method": "POST", + "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], + "Method": "POST", "Command": "Submit-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -507253,65 +510058,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Submit-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Submit-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Submit-MgBetaSecurityTiIndicator", - "Permissions": [], - "Method": "POST", - "Uri": "/security/tiIndicators/submitTiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Submit", "SubmitExpanded" - ] + ], + "Method": "POST", + "Command": "Submit-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/tiIndicators/submitTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], + "Method": "POST", "Command": "Submit-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -507338,114 +510143,114 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Submit-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Submit", "SubmitViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Submit-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ] + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Suspend-MgApplicationSynchronizationJob", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Pause", "PauseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Suspend-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Suspend-MgBetaApplicationSynchronizationJob", "Permissions": [], - "Method": "POST", + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Pause", "PauseViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "OutputType": null, + "Command": "Suspend-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "OutputType": null, + "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Pause", + "PauseViaIdentity" + ], + "Method": "POST", "Command": "Suspend-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -507464,20 +510269,20 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Pause", "PauseViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507496,37 +510301,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Pause", - "PauseViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Pause", + "PauseViaIdentity" + ], + "Method": "POST", "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507545,20 +510350,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Pause", - "PauseViaIdentity" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "Sync" + ], + "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507577,19 +510381,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Sync" - ] + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], + "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507608,20 +510413,19 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Sync", - "SyncViaIdentity" - ] + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", + "Variants": [ + "Sync" + ], + "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507640,77 +510444,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Sync" - ] + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Sync" - ] + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementComanagedDevice", - "Permissions": [], + "Variants": [ + "Sync" + ], "Method": "POST", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Sync", "SyncViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Sync", "SyncViaIdentity" - ] + ], + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], + "Method": "POST", "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507729,81 +510536,78 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ] + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementManagedDevice", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Sync" - ] + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", - "Permissions": [], + "Variants": [ + "Sync" + ], "Method": "POST", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Sync", "SyncViaIdentity" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Sync-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Sync", "SyncViaIdentity" - ] + ], + "Method": "POST", + "Command": "Sync-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Variants": [ + "Sync" + ], + "Method": "POST", "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507822,19 +510626,20 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Sync" - ] + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], + "Method": "POST", "Command": "Sync-MgDeviceAppManagementVppTokenLicense", + "ApiVersion": "v1.0", + "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507853,20 +510658,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Sync", - "SyncViaIdentity" - ] + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], + "Method": "POST", "Command": "Sync-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507885,251 +510692,249 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ] + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Sync-MgDeviceManagementManagedDevice", - "Permissions": [], + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, + "Command": "Sync-MgDeviceManagementManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Sync", "SyncViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Sync-MgUserManagedDevice", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "OutputType": null, + "Command": "Sync-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Sync", - "SyncViaIdentity" - ] + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgApplicationProperty", - "Permissions": [], - "Method": "POST", - "Uri": "/applications/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgApplicationSynchronizationJobCredential", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, + "Command": "Test-MgApplicationProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgApplicationSynchronizationJobCredential", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgBetaAdministrativeUnitProperty", "Permissions": [], - "Method": "POST", - "Uri": "/administrativeUnits/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaApplicationProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaAdministrativeUnitProperty", "ApiVersion": "beta", - "Module": "Beta.Applications", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaApplicationSynchronizationJobCredential", - "Permissions": [], + ], "Method": "POST", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, + "Command": "Test-MgBetaApplicationProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaContactProperty", "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Validate", + "ValidateExpanded" + ], "Method": "POST", - "Uri": "/contacts/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaContactProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaContractProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaContractProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/validateXml", - "OutputType": null, + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "ApiVersion": "beta", + "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/validateXml", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaDeviceManagementAssignmentFilter", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/assignmentFilters/validateFilter", - "OutputType": null, + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult" + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDeviceProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaDeviceProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDirectoryDeletedItemProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaDirectoryDeletedItemProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Test-MgBetaDirectoryObjectProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -508164,114 +510969,114 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/validateProperties", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDirectoryRoleProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaDirectoryRoleProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDirectoryRoleTemplateProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaDirectorySettingTemplateProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directorySettingTemplates/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaDirectorySettingTemplateProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Validate", - "ValidateExpanded" - ] + "Uri": "/directorySettingTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaDriveItemPermission", - "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaDriveItemPermission", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaDriveListContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateViaIdentity" + ], + "Method": "POST", "Command": "Test-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -508290,101 +511095,103 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Validate", - "ValidateViaIdentity" - ] + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaGroupDriveItemPermission", - "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaGroupDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaGroupDriveListContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaGroupDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupDynamicMembership", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupDynamicMembershipRule", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/evaluateDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgBetaGroupDynamicMembership", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + }, + { "Variants": [ "Evaluate1", "EvaluateExpanded1" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaGroupDynamicMembershipRule", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaGroupProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -508403,169 +511210,169 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/validateProperties", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteContentTypePublished", - "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaGroupSiteContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaGroupSiteListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaGroupSiteListContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaIdentityConditionalAccess", "Permissions": [], - "Method": "POST", - "Uri": "/identity/conditionalAccess/evaluate", - "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaIdentityConditionalAccess", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], + "Method": "POST", "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -508584,67 +511391,65 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ] + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], "Method": "POST", - "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -508663,35 +511468,35 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/informationProtection/policy/labels/evaluateRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ] + "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaOrganizationProperty", - "Permissions": [], - "Method": "POST", - "Uri": "/organization/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaOrganizationProperty", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -508710,65 +511515,67 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ] + "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaServicePrincipalProperty", - "Permissions": [], - "Method": "POST", - "Uri": "/servicePrincipals/validateProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaServicePrincipalProperty", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -508787,252 +511594,252 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaShareListContentTypePublished", - "Permissions": [], - "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSiteContentTypePublished", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, + "Command": "Test-MgBetaShareListContentTypePublished", "ApiVersion": "beta", - "Module": "Beta.Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaSiteContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaSiteListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + ], + "Method": "GET", + "Command": "Test-MgBetaSiteListContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaUserCloudPcBulkResize", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, + "Command": "Test-MgBetaUserCloudPcBulkResize", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Test-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaUserDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Functions", + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgBetaUserDriveListContentTypePublished", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Test-MgBetaUserDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Command": "Test-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509051,107 +511858,105 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Is", + "IsViaIdentity" + ], + "Method": "GET", "Command": "Test-MgBetaUserManagedAppUserBlocked", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -509186,20 +511991,20 @@ "IsLeastPrivilege": false } ], - "Method": "GET", - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Variants": [ - "Is", - "IsViaIdentity" - ] + "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaUserPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -509218,35 +512023,37 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/validatePassword", - "OutputType": "IMicrosoftGraphPasswordValidationInformation", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/validatePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordValidationInformation" + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Test-MgBetaUserProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/validateProperties", - "OutputType": null, + "Command": "Test-MgBetaUserProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", - "Variants": [ - "Validate", - "ValidateExpanded" - ] + "Uri": "/users/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509265,22 +512072,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509299,22 +512106,22 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + }, + { "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509333,82 +512140,80 @@ "IsLeastPrivilege": true } ], - "Method": "POST", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgContactProperty", - "Permissions": [], + "Variants": [ + "Validate", + "ValidateExpanded" + ], "Method": "POST", - "Uri": "/contacts/validateProperties", - "OutputType": null, + "Command": "Test-MgContactProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgContractProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/contracts/validateProperties", - "OutputType": null, + "Command": "Test-MgContractProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgDeviceProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/devices/validateProperties", - "OutputType": null, + "Command": "Test-MgDeviceProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgDirectoryDeletedItemProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directory/deletedItems/validateProperties", - "OutputType": null, + "Command": "Test-MgDirectoryDeletedItemProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Test-MgDirectoryObjectProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -509443,148 +512248,150 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/directoryObjects/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgDirectoryRoleProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoles/validateProperties", - "OutputType": null, + "Command": "Test-MgDirectoryRoleProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgDirectoryRoleTemplateProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/directoryRoleTemplates/validateProperties", - "OutputType": null, + "Command": "Test-MgDirectoryRoleTemplateProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Validate", - "ValidateExpanded" - ] + "Uri": "/directoryRoleTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgDriveItemPermission", - "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Test-MgDriveItemPermission", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgDriveListContentTypePublished", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, + "Command": "Test-MgDriveRootPermission", "ApiVersion": "v1.0", - "Module": "Groups", + "CommandAlias": null, + "Permissions": [], + "Module": "Files", + "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Test-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgGroupDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgGroupDriveListContentTypePublished", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgGroupDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgGroupProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -509603,67 +512410,67 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/groups/{group-id}/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgGroupSettingTemplateProperty", - "Permissions": [], - "Method": "POST", - "Uri": "/groupSettingTemplates/validateProperties", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Test-MgGroupSettingTemplateProperty", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgGroupSiteContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groupSettingTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgGroupSiteListContentTypePublished", - "Permissions": [], + ], "Method": "GET", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, + "Command": "Test-MgGroupSiteContentTypePublished", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] + ], + "Method": "GET", + "Command": "Test-MgGroupSiteListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], + "Method": "POST", "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -509682,52 +512489,52 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ] + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgOrganizationProperty", - "Permissions": [], + "Variants": [ + "Validate", + "ValidateExpanded" + ], "Method": "POST", - "Uri": "/organization/validateProperties", - "OutputType": null, + "Command": "Test-MgOrganizationProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgServicePrincipalProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/servicePrincipals/validateProperties", - "OutputType": null, + "Command": "Test-MgServicePrincipalProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Validate", - "ValidateExpanded" - ] + "Uri": "/servicePrincipals/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "Method": "POST", "Command": "Test-MgServicePrincipalSynchronizationJobCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -509746,131 +512553,129 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Applications", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgShareListContentTypePublished", - "Permissions": [], + "Variants": [ + "Is", + "IsViaIdentity" + ], "Method": "GET", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, + "Command": "Test-MgShareListContentTypePublished", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgSiteContentTypePublished", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, + "Command": "Test-MgSiteContentTypePublished", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgSiteListContentTypePublished", - "Permissions": [], + ], "Method": "GET", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "OutputType": null, + "Command": "Test-MgSiteListContentTypePublished", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", - "Variants": [ - "Is", - "IsViaIdentity" - ] + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Test-MgUserDriveItemPermission", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Test-MgUserDriveItemPermission", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgUserDriveListContentTypePublished", "Permissions": [], - "Method": "GET", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Functions", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Is", "IsViaIdentity" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "GET", + "Command": "Test-MgUserDriveListContentTypePublished", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Test-MgUserDriveRootPermission", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Test-MgUserProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/validateProperties", - "OutputType": null, + "Command": "Test-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Validate", "ValidateExpanded" - ] + ], + "Method": "POST", + "Command": "Test-MgUserProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Unblock", + "UnblockViaIdentity" + ], + "Method": "POST", "Command": "Unblock-MgBetaUserManagedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -509889,933 +512694,950 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/users/{user-id}/unblockManagedApps", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Users.Actions", - "Variants": [ - "Unblock", - "UnblockViaIdentity" - ] + "Uri": "/users/{user-id}/unblockManagedApps", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaChatMessageReplySoftDelete", - "Permissions": [], + "Variants": [ + "Undo", + "UndoViaIdentity" + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaChatMessageReplySoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaChatMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaChatMessageSoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamworkDeletedChatDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Undo-MgBetaUserChatMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgBetaUserChatMessageSoftDelete", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgChatMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgChatMessageReplySoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgChatMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgChatMessageSoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamChannelMessageSoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamworkDeletedChatDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "OutputType": null, + "Command": "Undo-MgTeamworkDeletedChatDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgUserChatMessageReplySoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgUserChatMessageReplySoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Undo", "UndoViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Undo-MgUserChatMessageSoftDelete", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "OutputType": null, + "Command": "Undo-MgUserChatMessageSoftDelete", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Undo", - "UndoViaIdentity" - ] + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaBookingBusiness", - "Permissions": [], - "Method": "POST", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Bookings", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Unpublish-MgBetaBookingBusiness", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Unpublish-MgBetaDriveListContentType", "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Unpublish", + "UnpublishViaIdentity" + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Unpublish-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgBookingBusiness", - "Permissions": [], + ], "Method": "POST", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgBookingBusiness", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgShareListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgSiteContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgSiteListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Unpublish", "UnpublishViaIdentity" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Unpublish-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "OutputType": null, + "Command": "Unpublish-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", - "Variants": [ - "Unpublish", - "UnpublishViaIdentity" - ] + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAdminEdge", - "Permissions": [], - "Method": "PATCH", - "Uri": "/admin/edge", - "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAdminEdgeInternetExplorerMode", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Command": "Update-MgAdminEdge", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "Update-MgAdminEdgeInternetExplorerMode", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminPeopleItemInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminPeopleProfileCardProperty", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Update-MgAdminPeopleItemInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAdminPeoplePronoun", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Command": "Update-MgAdminPeopleProfileCardProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAdminSharepoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Update-MgAdminPeoplePronoun", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/admin/people/pronouns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPronounsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", + ], + "Method": "PATCH", + "Command": "Update-MgAdminReportSetting", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgAdminSharepointSetting", "Permissions": [], + "Module": "Reports", + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminReportSettings" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", + "Command": "Update-MgAdminSharepoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgAdminSharepointSetting", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgAgreement", "Permissions": [], + "Module": "Sites", + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharepointSettings" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAgreementAcceptance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAgreementFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Update-MgAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAgreementFileLocalization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Update-MgAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAgreementFileVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgAgreementFileVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAppCatalogTeamApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Update-MgAppCatalogTeamApp", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgAppCatalogTeamAppDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Update-MgAppCatalogTeamAppDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -510834,73 +513656,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgApplicationByAppId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Update-MgApplicationByAppId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgApplicationByUniqueName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Update-MgApplicationByUniqueName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationExtensionProperty", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Command": "Update-MgApplicationExtensionProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -510919,107 +513741,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgApplicationFederatedIdentityCredentialByName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Update-MgApplicationSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Update-MgApplicationSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgApplicationSynchronizationJobSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511038,56 +513860,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgApplicationSynchronizationTemplateSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -511106,618 +513928,618 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Update-MgBetaAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "OutputType": "IMicrosoftGraphAccessReview", + "Command": "Update-MgBetaAccessReviewInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewInstanceDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Update-MgBetaAccessReviewInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewInstanceMyDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewInstanceReviewer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgBetaAccessReviewInstanceReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewMyDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Update-MgBetaAccessReviewMyDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAccessReviewReviewer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgBetaAccessReviewReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdminEdge", - "Permissions": [], - "Method": "PATCH", - "Uri": "/admin/edge", - "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Command": "Update-MgBetaAdminEdge", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdministrativeUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgBetaAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdminPeople", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminPeopleItemInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Update-MgBetaAdminPeople", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPeopleAdminSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminPeopleProfileCardProperty", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Update-MgBetaAdminPeopleItemInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminPeoplePronoun", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaAdminReportSetting", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/admin/people/pronouns", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPronounsSettings" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", - "Uri": "/admin/reportSettings", - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Command": "Update-MgBetaAdminReportSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminReportSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAdminSharepoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/sharepoint", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Update-MgBetaAdminSharepoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAdminSharepointSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/sharepoint/settings", - "OutputType": "IMicrosoftGraphSharepointSettings", + "Command": "Update-MgBetaAdminSharepointSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreement", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgBetaAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreementAcceptance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgBetaAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreementFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Update-MgBetaAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreementFileLocalization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Update-MgBetaAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgBetaAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAgreementFileVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgBetaAgreementFileVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Update-MgBetaAppCatalogTeamApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "OutputType": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511736,73 +514558,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaApplicationByAppId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications(appId='{appId}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Update-MgBetaApplicationByAppId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaApplicationByUniqueName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Update-MgBetaApplicationByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationExtensionProperty", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Command": "Update-MgBetaApplicationExtensionProperty", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511821,107 +514643,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Update-MgBetaApplicationSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationJobSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511940,56 +514762,60 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512008,11 +514834,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness" + }, + { "Variants": [ "Update", "Update1", @@ -512022,12 +514849,11 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512062,11 +514888,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Update", "Update1", @@ -512076,18 +514903,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Update-MgBetaBookingBusinessCalendarView", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Update", "Update1", @@ -512097,12 +514924,11 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512137,11 +514963,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer" + }, + { "Variants": [ "Update", "Update1", @@ -512151,12 +514978,11 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512183,11 +515009,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion" + }, + { "Variants": [ "Update", "Update1", @@ -512197,12 +515024,11 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512221,11 +515047,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService" + }, + { "Variants": [ "Update", "Update1", @@ -512235,12 +515062,11 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512259,11 +515085,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Module": "Beta.Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember" + }, + { "Variants": [ "Update", "Update1", @@ -512273,50 +515100,45 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaBookingCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "Update-MgBetaBookingCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaBusinessFlowTemplate", - "Permissions": [], + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Command": "Update-MgBetaBusinessFlowTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -512343,22 +515165,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Update-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -512449,56 +515271,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatLastMessagePreview", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgBetaChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -512533,107 +515355,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgBetaChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgBetaChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaChatPinnedMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Update-MgBetaChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -512676,22 +515498,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -512710,73 +515532,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallContentSharingSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, + "Command": "Update-MgBetaCommunicationCallContentSharingSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Update-MgBetaCommunicationCallOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallParticipant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", + "Command": "Update-MgBetaCommunicationCallParticipant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaCommunicationCallRecordingStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -512795,96 +515617,80 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", - "Permissions": [], - "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Update-MgBetaCommunicationCallRecordSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgBetaCommunicationOnlineMeeting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Update", "Update1", @@ -512894,18 +515700,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "Update1", @@ -512915,161 +515721,177 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCommunicationPresence", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/presences/{presence-id}", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaCompliance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Update-MgBetaCommunicationPresence", "ApiVersion": "beta", - "Module": "Beta.Compliance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscovery", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Update-MgBetaCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscovery", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513088,22 +515910,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513122,88 +515944,88 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + }, + { + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "Permissions": [], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Update", - "UpdateViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Permissions": [], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513222,139 +516044,139 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + }, + { + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "Permissions": [], - "Method": "POST", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Compliance", - "Variants": [ - "Update", - "UpdateViaIdentity" - ] + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", - "Permissions": [], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513373,39 +516195,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513424,39 +516246,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513475,73 +516297,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Module": "Beta.Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Update-MgBetaContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaContract", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", + "Command": "Update-MgBetaContract", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDataPolicyOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Update-MgBetaDataPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -513568,22 +516390,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgt", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagement", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513602,37 +516422,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceAppManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513651,22 +516473,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513685,22 +516507,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513719,22 +516541,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513753,22 +516575,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513787,22 +516609,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513821,141 +516643,141 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513974,22 +516796,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514008,22 +516830,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514042,107 +516864,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514161,175 +516983,175 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "Command": "Update-MgBetaDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEBookInstallSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514348,22 +517170,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514382,22 +517204,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514416,1703 +517238,1703 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "Command": "Update-MgBetaDeviceAppManagementMobileApp", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", - "Permissions": [], - "Method": "POST", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "OutputType": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "OutputType": null, + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "Command": "Update-MgBetaDeviceAppManagementPolicySet", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": "IMicrosoftGraphPolicySet", + ], + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Command": "Update-MgBetaDeviceAppManagementPolicySet", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516131,22 +518953,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516165,22 +518987,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516199,22 +519021,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516233,22 +519055,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516267,22 +519089,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", + ], + "Method": "POST", "Command": "Update-MgBetaDeviceAppManagementTaskStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516301,22 +519123,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516335,90 +519157,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516437,22 +519259,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516471,22 +519293,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516505,22 +519327,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516539,22 +519361,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516573,22 +519395,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516607,22 +519429,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516641,22 +519463,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516675,22 +519497,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516709,90 +519531,88 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceByDeviceId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Update-MgBetaDeviceByDeviceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceCommand", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Update-MgBetaDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516835,150 +519655,150 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagement" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidForWorkSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516997,360 +519817,362 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAssignmentFilter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAuditEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", + "Command": "Update-MgBetaDeviceManagementAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAutopilotEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Command": "Update-MgBetaDeviceManagementCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517369,22 +520191,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517403,124 +520225,122 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCompliancePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementComplianceSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Update-MgBetaDeviceManagementComplianceSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517539,139 +520359,141 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementConfigurationSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517690,107 +520512,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDerivedCredential", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Command": "Update-MgBetaDeviceManagementDerivedCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -517809,22 +520631,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517843,472 +520665,472 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "Permissions": [], + "Variants": [ + "Refresh" + ], "Method": "POST", - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", - "Variants": [ - "Refresh" - ] + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518327,22 +521149,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518361,22 +521183,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518403,22 +521225,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518437,22 +521259,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518471,22 +521293,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518513,22 +521335,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518547,22 +521369,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518581,22 +521403,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518615,22 +521437,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518649,22 +521471,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518683,22 +521505,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518717,107 +521539,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518836,22 +521658,24 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518870,11 +521694,12 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + }, + { "Variants": [ "Update", "Update1", @@ -518882,796 +521707,793 @@ "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Command": "Update-MgBetaDeviceManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Command": "Update-MgBetaDeviceManagementIntentAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Command": "Update-MgBetaDeviceManagementIntentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementIntentSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentUserState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Command": "Update-MgBetaDeviceManagementIntentUserState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -519690,396 +522512,396 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -520098,22 +522920,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520132,122 +522954,122 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoring", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMonitoring", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/monitoring", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementNdeConnector", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "OutputType": "IMicrosoftGraphNdesConnector", + "Command": "Update-MgBetaDeviceManagementNdeConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520266,22 +523088,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520300,22 +523122,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520334,22 +523156,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520384,54 +523204,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", "Module": "Beta.Reports", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520450,39 +523272,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementReusableSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Command": "Update-MgBetaDeviceManagementReusableSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520501,22 +523323,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520535,22 +523357,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520569,22 +523391,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520603,56 +523425,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementScript", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Command": "Update-MgBetaDeviceManagementScript", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520671,22 +523493,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520705,22 +523527,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520739,22 +523561,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520773,22 +523595,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520807,311 +523629,311 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementSettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Update-MgBetaDeviceManagementSettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "Update-MgBetaDeviceManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "Update-MgBetaDeviceManagementTemplateCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTemplateSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Command": "Update-MgBetaDeviceManagementTemplateSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTermAndCondition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "Update-MgBetaDeviceManagementTermAndCondition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521130,39 +523952,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521181,22 +524003,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521215,22 +524037,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521249,22 +524071,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521283,22 +524105,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521317,22 +524139,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521351,22 +524173,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521385,22 +524207,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521419,22 +524241,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521453,22 +524275,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521487,22 +524309,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521521,37 +524341,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521570,22 +524392,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521604,22 +524426,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521638,20 +524458,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521670,22 +524492,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521704,22 +524526,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521738,22 +524560,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521772,22 +524594,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521806,22 +524628,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521840,20 +524660,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521872,39 +524694,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521923,22 +524745,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521957,22 +524779,24 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521991,24 +524815,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522027,22 +524849,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522061,22 +524883,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522095,22 +524917,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522129,39 +524951,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522180,22 +525002,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522214,22 +525036,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522248,22 +525070,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522282,22 +525104,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522316,22 +525138,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522350,20 +525170,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522382,22 +525204,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522416,22 +525238,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522450,22 +525272,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522484,20 +525304,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522516,22 +525338,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522550,22 +525372,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522584,173 +525406,171 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcBulkAction" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -522769,339 +525589,341 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/reports", - "OutputType": "IMicrosoftGraphCloudPcReports", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReports" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSnapshot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Permissions": [], - "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Actions", + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/windowsAutopilotSettings", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -523120,22 +525942,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -523154,188 +525976,188 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] - }, - { + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", - "Module": "Beta.DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDeviceUsageRights", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "ApiVersion": "beta", - "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", + "Command": "Update-MgBetaDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryAdministrativeUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgBetaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaDirectoryAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryAttributeSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryCertificateAuthority", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/certificateAuthorities", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Command": "Update-MgBetaDirectoryAttributeSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Command": "Update-MgBetaDirectoryCertificateAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -523354,345 +526176,345 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Update-MgBetaDirectoryDeviceLocalCredential", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryExternalUserProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "Update-MgBetaDirectoryExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryFederationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgBetaDirectoryFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryImpactedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Update-MgBetaDirectoryImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryObject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Update-MgBetaDirectoryObject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "OutputType": null, + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRecommendation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/recommendations/{recommendation-id}", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Update-MgBetaDirectoryRecommendation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecommendation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Update-MgBetaDirectoryRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgBetaDirectoryRoleScopedMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "Update-MgBetaDirectoryRoleTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -523711,226 +526533,226 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectorySettingTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Command": "Update-MgBetaDirectorySettingTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectorySharedEmailDomain", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Command": "Update-MgBetaDirectorySharedEmailDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectorySubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Update-MgBetaDirectorySubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDomain", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Update-MgBetaDomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDomainFederationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "Update-MgBetaDomainFederationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Update-MgBetaDomainServiceConfigurationRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Update-MgBetaDomainVerificationDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgBetaDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -523957,243 +526779,243 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -524220,770 +527042,770 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgBetaDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEducationClass", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Update-MgBetaEducationClass", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525002,39 +527824,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Update-MgBetaEducationClassAssignmentCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525053,56 +527875,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationClassAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525121,22 +527943,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525155,39 +527977,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525206,39 +528028,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgBetaEducationClassAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -525257,90 +528079,90 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -525359,22 +528181,22 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -525393,207 +528215,207 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModuleResource" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaEducationMe", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMe", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgBetaEducationMeAssignment", "ApiVersion": "beta", - "Module": "Beta.Education", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignment", "Permissions": [], - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationMeAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgBetaEducationMeAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgBetaEducationMeAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525612,381 +528434,365 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Module": "Beta.Education", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationMeUserMailboxSetting", - "Permissions": [], - "Method": "PATCH", - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", + "Command": "Update-MgBetaEducationMeUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEducationSchool", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Update-MgBetaEducationRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgBetaEducationSchool", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationSynchronizationProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationSynchronizationProfileError", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Command": "Update-MgBetaEducationSynchronizationProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationSynchronizationProfileStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Command": "Update-MgBetaEducationSynchronizationProfileError", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEducationUser", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Update-MgBetaEducationUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationUserAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgBetaEducationUserAssignmentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgBetaEducationUserAssignmentRubric", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Update-MgBetaEducationUserAssignmentSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEducationUserRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgBetaEducationUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Update-MgBetaEducationUserRubric", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -525994,103 +528800,103 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -526098,103 +528904,137 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Update-MgBetaEntitlementManagementAccessPackageByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "ApiReferenceLink": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -526202,127 +529042,143 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementSubject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Update-MgBetaEntitlementManagementSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Update-MgBetaEntitlementManagementSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", "ApiVersion": "beta", - "Module": "Beta.Search", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalAuthorizationSystem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Update-MgBetaExternal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Command": "Update-MgBetaExternalAuthorizationSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -526341,22 +529197,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -526375,90 +529231,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Update-MgBetaExternalConnectionGroupMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Update-MgBetaExternalConnectionItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalConnectionOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Update-MgBetaExternalConnectionOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalConnectionQuota", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/quota", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Command": "Update-MgBetaExternalConnectionQuota", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -526477,485 +529333,469 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataConnector", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "Update-MgBetaExternalIndustryDataConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataInboundFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Update-MgBetaExternalIndustryDataOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataRoleGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataSourceSystem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaExternalIndustryDataYear", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "Update-MgBetaExternalIndustryDataYear", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancial", - "Permissions": [], - "Method": "PATCH", - "Uri": "/financials", - "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCountryRegion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "Update-MgBetaFinancial", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinancials" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyCountryRegion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanyCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPayment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "Update1", @@ -526965,18 +529805,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "Update1", @@ -526986,120 +529826,120 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyEmployee", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "OutputType": "IMicrosoftGraphEmployee", + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyEmployeePicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyEmployee", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyInformation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanyInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanyItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "Update1", @@ -527109,52 +529949,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyJournal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "OutputType": "IMicrosoftGraphJournal", + "Command": "Update-MgBetaFinancialCompanyItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyJournalLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "OutputType": "IMicrosoftGraphJournalLine", + "Command": "Update-MgBetaFinancialCompanyJournal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal" + }, + { "Variants": [ "Update", "Update1", @@ -527164,103 +530004,103 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanyJournalLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Command": "Update-MgBetaFinancialCompanyPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "Update1", @@ -527270,18 +530110,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + }, + { "Variants": [ "Update", "Update1", @@ -527291,18 +530131,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "Update1", @@ -527312,18 +530152,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "Update1", @@ -527333,528 +530173,528 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleInvoice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "Update1", @@ -527864,18 +530704,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine" + }, + { "Variants": [ "Update", "Update1", @@ -527885,18 +530725,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "Update1", @@ -527906,18 +530746,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "Update1", @@ -527927,188 +530767,188 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "OutputType": "IMicrosoftGraphSalesOrder", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleOrder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderLine", - "Permissions": [], + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "Update1", @@ -528118,18 +530958,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine" + }, + { "Variants": [ "Update", "Update1", @@ -528139,18 +530979,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "Update1", @@ -528160,18 +531000,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "Update1", @@ -528181,171 +531021,171 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "OutputType": "IMicrosoftGraphSalesQuote", + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleQuote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "OutputType": "IMicrosoftGraphCustomer", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "Update1", @@ -528355,18 +531195,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "OutputType": "IMicrosoftGraphItem", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine" + }, + { "Variants": [ "Update", "Update1", @@ -528376,18 +531216,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "OutputType": "IMicrosoftGraphItemCategory", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem" + }, + { "Variants": [ "Update", "Update1", @@ -528397,18 +531237,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory" + }, + { "Variants": [ "Update", "Update1", @@ -528418,199 +531258,215 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyShipmentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyTaxArea", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "OutputType": "IMicrosoftGraphTaxArea", + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyTaxGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "OutputType": "IMicrosoftGraphTaxGroup", + "Command": "Update-MgBetaFinancialCompanyTaxArea", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Command": "Update-MgBetaFinancialCompanyTaxGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyVendor", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "OutputType": "IMicrosoftGraphVendor", + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyVendorCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "OutputType": "IMicrosoftGraphCurrency", + "Command": "Update-MgBetaFinancialCompanyVendor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaFinancialCompanyVendorPicture", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -528629,56 +531485,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgBetaGroupAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaGroupByUniqueName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Update-MgBetaGroupByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -528697,39 +531553,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupCalendarPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgBetaGroupCalendarPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -528748,1110 +531604,1110 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupConversationThreadPost", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", + "Command": "Update-MgBetaGroupConversationThreadPost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupConversationThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgBetaGroupDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgBetaGroupDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaGroupDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaGroupDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaGroupDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaGroupDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaGroupDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaGroupDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaGroupDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaGroupDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaGroupDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaGroupDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaGroupDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaGroupDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgBetaGroupDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaGroupDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaGroupDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaGroupDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaGroupDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaGroupDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaGroupDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Update-MgBetaGroupEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -529870,130 +532726,114 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEventExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupExtension", - "Permissions": [], - "Method": "PATCH", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaGroupLifecyclePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "Update-MgBetaGroupExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -530003,148 +532843,164 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgBetaGroupLifecyclePolicy", "ApiVersion": "beta", - "Module": "Beta.Notes", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenotePage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaGroupOnenotePageContent", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Groups", + "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaGroupOnenoteSection", "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaGroupOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgBetaGroupOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgBetaGroupPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupPlanner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Command": "Update-MgBetaGroupPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupPlannerPlanDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Command": "Update-MgBetaGroupPlannerPlanDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -530163,1456 +533019,1440 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Module": "Beta.Groups", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSite", - "Permissions": [], - "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaGroupSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaGroupSiteAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteContentModel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Update-MgBetaGroupSiteColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaGroupSiteContentModel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentModel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupSiteContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaGroupSiteContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentProcessingJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "OutputType": "IMicrosoftGraphRecycleBin", + "Command": "Update-MgBetaGroupSiteGetByPathOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgBetaGroupSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Update-MgBetaGroupSiteInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaGroupSiteListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaGroupSiteListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Update-MgBetaGroupSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaGroupSiteListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaGroupSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaGroupSiteListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgBetaGroupSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgBetaGroupSiteOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupSiteOnenoteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Update-MgBetaGroupSiteOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaGroupSiteOnenoteResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgBetaGroupSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Update-MgBetaGroupSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Update-MgBetaGroupSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSitePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBin", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "OutputType": "IMicrosoftGraphRecycleBin", + "Command": "Update-MgBetaGroupSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteRecycleBin", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBinItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteRecycleBinItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaGroupSiteTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaGroupSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -531622,18 +534462,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -531643,137 +534483,137 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -531783,18 +534623,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -531804,52 +534644,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -531859,18 +534699,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -531880,777 +534720,793 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannel", "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgBetaGroupTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaGroupTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaGroupTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaGroupTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgBetaGroupTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaGroupTeamMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgBetaGroupTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgBetaGroupTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgBetaGroupTeamPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgBetaGroupTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleDayNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "Update-MgBetaGroupTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Update-MgBetaGroupTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamTag", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Update-MgBetaGroupTeamTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupTeamTagMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Update-MgBetaGroupTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -532669,479 +535525,479 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupThreadPost", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", + "Command": "Update-MgBetaGroupThreadPost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaGroupThreadPostExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupThreadPostExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Groups", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityApiConnector", - "Permissions": [], - "Method": "PATCH", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "Update-MgBetaIdentityApiConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2CUserFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "Update-MgBetaIdentityAuthenticationEventListener", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Update-MgBetaIdentityB2CUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Update-MgBetaIdentityB2XUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Update1", "UpdateExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "Permissions": [], - "Method": "POST", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + }, + { "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -533160,22 +536016,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -533202,22 +536058,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -533244,1196 +536098,1182 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", - "Permissions": [], - "Method": "PATCH", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/policy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "OutputType": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics", - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "OutputType": "IMicrosoftGraphFinding", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsManagement", - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "Update-MgBetaIdentityGovernancePermissionManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsManagement" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + }, + { "Variants": [ "Refresh", "Refresh1", @@ -534443,103 +537283,103 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "OutputType": null, + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Update", "Update1", @@ -534549,783 +537389,799 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityProvider", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaIdentityUserFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "Update-MgBetaIdentityProvider", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Update-MgBetaIdentityUserFlow", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgBetaIdentityUserFlowAttribute", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Update-MgBetaInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Update-MgBetaInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Update-MgBetaInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/invitations/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessAlert", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", "ApiVersion": "beta", - "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/invitations/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Command": "Update-MgBetaNetworkAccessAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/alerts/{alert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessAlert" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranch", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Update-MgBetaNetworkAccessConnectivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Command": "Update-MgBetaNetworkAccessConnectivityBranch", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessFilteringPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Command": "Update-MgBetaNetworkAccessFilteringPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessFilteringProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessFilteringProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessForwardingPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessForwardingProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Update-MgBetaNetworkAccessForwardingPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessForwardingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessLog", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/logs", - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Command": "Update-MgBetaNetworkAccessLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessLogs" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessLogTraffic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessReport", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/networkAccess/reports", - "OutputType": null, + "Command": "Update-MgBetaNetworkAccessLogTraffic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Command": "Update-MgBetaNetworkAccessReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/reports", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/settings", - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/settings/conditionalAccess", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Command": "Update-MgBetaNetworkAccessSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/settings/crossTenantAccess", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/conditionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/settings/enrichedAuditLogs", - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/crossTenantAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/settings/forwardingOptions", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaNetworkAccessTenantStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/networkAccess/tenantStatus", - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/settings/forwardingOptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.NetworkAccess", + "Uri": "/networkAccess/tenantStatus", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -535344,158 +538200,158 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Command": "Update-MgBetaOnPremisePublishingProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileAgent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileConnector", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "OutputType": "IMicrosoftGraphConnector", + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -535522,22 +538378,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -535556,22 +538412,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBranding" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -535590,73 +538446,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOrganizationExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaOrganizationExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOrganizationPartnerInformation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/organization/{organization-id}/partnerInformation", - "OutputType": "IMicrosoftGraphPartnerInformation", + "Command": "Update-MgBetaOrganizationPartnerInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaOrganizationSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings", - "OutputType": "IMicrosoftGraphOrganizationSettings", + "Command": "Update-MgBetaOrganizationSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganizationSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535675,22 +538531,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535709,39 +538565,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535760,105 +538616,105 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPlace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/places/{place-id}", - "OutputType": "IMicrosoftGraphPlace", + "Command": "Update-MgBetaPlace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPlaceAsRoomListRoom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Update-MgBetaPlaceAsRoomListRoom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPlaceAsRoomListWorkspace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "OutputType": "IMicrosoftGraphWorkspace", + "Command": "Update-MgBetaPlaceAsRoomListWorkspace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlaceByPlaceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Beta.Calendar", "Uri": "/places(placeId='{placeId}')", - "OutputType": "IMicrosoftGraphPlace", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlace" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPlanner", "ApiVersion": "beta", - "Module": "Beta.Calendar", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPlanner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", + "Command": "Update-MgBetaPlannerBucket", "ApiVersion": "beta", - "Module": "Beta.Planner", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta", "CommandAlias": null, - "Command": "Update-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535885,22 +538741,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535927,22 +538783,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535969,56 +538825,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPlannerRoster", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Command": "Update-MgBetaPlannerRoster", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPlannerRosterMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Command": "Update-MgBetaPlannerRosterMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRosterMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536045,22 +538901,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536087,22 +538943,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536129,22 +538985,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536171,22 +539027,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536213,37 +539069,37 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAccessReviewPolicy", "ApiVersion": "beta", - "Module": "Beta.Planner", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAccessReviewPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/accessReviewPolicy", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", "CommandAlias": null, - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536262,37 +539118,37 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Command": "Update-MgBetaPolicyAppManagementPolicy", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", "CommandAlias": null, - "Command": "Update-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536311,69 +539167,69 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -536392,22 +539248,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -536426,88 +539282,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyAuthorizationPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Command": "Update-MgBetaPolicyAuthorizationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Command": "Update-MgBetaPolicyClaimMappingPolicy", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", "CommandAlias": null, - "Command": "Update-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536526,114 +539382,112 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536652,82 +539506,84 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyExternalIdentityPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/externalIdentitiesPolicy", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/federatedTokenValidationPolicy", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536746,22 +539602,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -536780,173 +539634,175 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyPermissionGrantPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "Update-MgBetaPolicyRoleManagementPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -536965,73 +539821,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -537050,22 +539906,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -537084,71 +539940,71 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaPrint", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Devices.CloudPrint", + "Uri": "/print", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Update-MgBetaPrintConnector", "ApiVersion": "beta", - "Module": "Beta.Devices.CloudPrint", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", "CommandAlias": null, - "Command": "Update-MgBetaPrintConnector", "Permissions": [], - "Method": "PATCH", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Update-MgBetaPrintOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -537167,22 +540023,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -537209,1014 +540065,998 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgBetaPrintPrinterJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterJobTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgBetaPrintPrinterJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterShare", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Update-MgBetaPrintPrinterShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterShareJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Update-MgBetaPrintPrinterShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterShareJobDocument", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgBetaPrintPrinterShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterShareJobTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgBetaPrintPrinterShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintPrinterTaskTrigger", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Update-MgBetaPrintPrinterTaskTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintService", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "Update-MgBetaPrintService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintServiceEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "Update-MgBetaPrintServiceEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPrintShare", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Update-MgBetaPrintShare", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintShareJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Update-MgBetaPrintShareJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintShareJobDocument", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgBetaPrintShareJobDocument", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrintShareJobTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgBetaPrintShareJobTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPrintTaskDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Update-MgBetaPrintTaskDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgBetaPrintTaskDefinitionTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgBetaPrivacySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Compliance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccess", - "Permissions": [], - "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Command": "Update-MgBetaPrivilegedAccess", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Update-MgBetaPrivilegedAccessResource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Update-MgBetaPrivilegedApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedOperationEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Update-MgBetaPrivilegedOperationEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Update-MgBetaPrivilegedRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Command": "Update-MgBetaPrivilegedRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaPrivilegedRoleSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Command": "Update-MgBetaPrivilegedRoleSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaProgram", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/programs/{program-id}", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Update-MgBetaPrivilegedRoleSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaProgramControl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/programControls/{programControl-id}", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "Update-MgBetaProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programs/{program-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram" + }, + { "Variants": [ "Update", "Update1", @@ -538230,18 +541070,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaProgramControlProgram", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/programControls/{programControl-id}/program", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Update-MgBetaProgramControl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControl" + }, + { "Variants": [ "Update", "Update1", @@ -538251,300 +541091,314 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaProgramControlType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/programControlTypes/{programControlType-id}", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "Update-MgBetaProgramControlProgram", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Command": "Update-MgBetaProgramControlType", "ApiVersion": "beta", - "Module": "Beta.Reports", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBilling", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Update-MgBetaReportPartnerBilling", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Update-MgBetaReportPartnerBillingManifest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingReconciliation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Command": "Update-MgBetaReportPartnerBillingOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Update-MgBetaReportPartnerBillingReconciliation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingUsage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingUsageBilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Update-MgBetaReportPartnerBillingUsage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Update-MgBetaReportPartnerBillingUsageBilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportSlaAzureAdAuthentication", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/sla/azureADAuthentication", - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportUserInsightDaily", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/userInsights/daily", - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAzureAdAuthentication" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaReportUserInsightMonthly", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/userInsights/monthly", - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Command": "Update-MgBetaReportUserInsightDaily", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Reports", + "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRiskDetection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Update-MgBetaReportUserInsightMonthly", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Reports", + "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRiskyServicePrincipal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Command": "Update-MgBetaRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "Update-MgBetaRiskyServicePrincipal", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRiskyUser", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Update-MgBetaRiskyServicePrincipalHistory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRiskyUserHistory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Command": "Update-MgBetaRiskyUser", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -538563,120 +541417,122 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPc", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Command": "Update-MgBetaRoleManagementCloudPc", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -538719,39 +541575,37 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -538770,105 +541624,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -538911,224 +541767,224 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectory", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [], - "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -539147,919 +542003,919 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementEnterpriseApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagement", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementEntitlementManagement", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchange", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "ApiVersion": "beta", - "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "OutputType": "IMicrosoftGraphCustomAppScope", + "Command": "Update-MgBetaRoleManagementExchange", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -540078,22 +542934,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -540112,22 +542968,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Module": "Beta.Search", + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -540146,388 +543002,388 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Module": "Beta.Search", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSearchEntity", - "Permissions": [], - "Method": "PATCH", - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "beta", - "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSearchQna", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", + "Command": "Update-MgBetaSearchEntity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Search", + "Uri": "/search", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/securityActions/{securityAction-id}", - "OutputType": "IMicrosoftGraphSecurityAction", + "Command": "Update-MgBetaSearchQna", "ApiVersion": "beta", - "Module": "Beta.Security", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Search", + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAlert", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Update-MgBetaSecurityAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlert", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSecurityAlertMultiple", "Permissions": [], - "Method": "POST", - "Uri": "/security/alerts/updateAlerts", - "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert" + }, + { "Variants": [ "Update1", "UpdateExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Update-MgBetaSecurityAlertMultiple", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSecurityAlertV2", "Permissions": [], - "Method": "PATCH", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/alerts/updateAlerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Update-MgBetaSecurityAlertV2", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Update-MgBetaSecurityAttackSimulationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Update-MgBetaSecurityAttackSimulationPayload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Update-MgBetaSecurityAttackSimulationTraining", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAuditLog", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/auditLog", - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAuditLogQuery", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Command": "Update-MgBetaSecurityAuditLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityAuditLogQueryRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Command": "Update-MgBetaSecurityAuditLogQuery", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCase", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Command": "Update-MgBetaSecurityAuditLogQueryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCase", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540546,39 +543402,41 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540597,75 +543455,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540684,73 +543540,75 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540769,75 +543627,73 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540856,22 +543712,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540890,56 +543746,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540958,1239 +543814,1239 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Module": "Beta.Security", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", - "Permissions": [], - "Method": "PATCH", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCollaboration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/collaboration", - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Command": "Update-MgBetaSecurityCollaboration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityDomainSecurityProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityFileSecurityProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Command": "Update-MgBetaSecurityDomainSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityHostSecurityProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Command": "Update-MgBetaSecurityFileSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityIdentity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/identities", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Command": "Update-MgBetaSecurityHostSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Update-MgBetaSecurityIdentity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityIdentitySensor", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/identities/sensors/{sensor-id}", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Command": "Update-MgBetaSecurityIdentityHealthIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityIncident", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "Update-MgBetaSecurityIdentitySensor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/identities/sensors/{sensor-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Update-MgBetaSecurityIncident", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Command": "Update-MgBetaSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityIPSecurityProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Update-MgBetaSecurityIPSecurityProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelAuthority", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Update-MgBetaSecurityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Update-MgBetaSecurityLabelAuthority", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Update-MgBetaSecurityLabelCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelCitation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Update-MgBetaSecurityLabelCategorySubcategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelDepartment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Update-MgBetaSecurityLabelCitation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Update-MgBetaSecurityLabelDepartment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "Update-MgBetaSecurityLabelFilePlanReference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Update-MgBetaSecurityLabelRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityPartner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/partner", - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityPartnerSecurityAlert", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Command": "Update-MgBetaSecurityPartner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/partner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerSecurity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityProviderTenantSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "Update-MgBetaSecurityPartnerSecurityAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/rules", - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Command": "Update-MgBetaSecurityProviderTenantSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityRuleDetectionRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Command": "Update-MgBetaSecurityRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/rules", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRulesRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySecureScore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "Update-MgBetaSecurityRuleDetectionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "Update-MgBetaSecuritySecureScore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSecuritySubjectRightsRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Update-MgBetaSecurityThreatIntelligence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatSubmission", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Command": "Update-MgBetaSecurityThreatSubmission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSecurityTiIndicator", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "Permissions": [], - "Method": "POST", - "Uri": "/security/tiIndicators/updateTiIndicators", - "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" + }, + { "Variants": [ "Update1", "UpdateExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSecurityTrigger", "Permissions": [], - "Method": "PATCH", - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "beta", "Module": "Beta.Security", + "Uri": "/security/tiIndicators/updateTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityTriggerRetentionEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "Update-MgBetaSecurityTrigger", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityTriggerType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Update-MgBetaSecurityTriggerType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSecurityUserSecurityProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Module": "Beta.Security", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Update-MgBetaServiceAnnouncementIssue", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Update-MgBetaServiceAnnouncementMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -542217,73 +545073,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalByAppId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Update-MgBetaServicePrincipalByAppId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalClaimPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -542302,73 +545158,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomClaimsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Update-MgBetaServicePrincipalEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalLicenseDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Update-MgBetaServicePrincipalLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -542395,22 +545251,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -542437,22 +545293,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -542487,300 +545343,284 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Update-MgBetaServicePrincipalRiskDetection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", - "Permissions": [], - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaShareList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaShareListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaShareListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaShareListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaShareListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -542790,18 +545630,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaShareListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "Update1", @@ -542811,18 +545651,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -542832,18 +545672,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaShareListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "Update1", @@ -542853,18 +545693,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -542874,18 +545714,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaShareListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -542895,18 +545735,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -542916,18 +545756,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaShareListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "Update1", @@ -542937,18 +545777,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaShareListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "Update1", @@ -542958,182 +545798,198 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaShareListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaShareListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaShareListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSharePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaShareListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Update-MgBetaSharePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSite", "Permissions": [], + "Module": "Beta.Files", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Update-MgBetaSite", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaSiteAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543152,22 +546008,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543186,22 +546042,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543220,107 +546076,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaSiteContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaSiteGetByPathAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgBetaSiteGetByPathOnenote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgBetaSiteGetByPathTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaSiteList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543339,22 +546195,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543373,22 +546229,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -543407,175 +546263,175 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaSiteListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaSiteListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Update-MgBetaSiteListItemActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaSiteListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -543602,90 +546458,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaSiteListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaSiteListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaSiteListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -543712,487 +546568,471 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaSiteListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgBetaSiteOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenotePage", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Module": "Beta.Notes", + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenotePage", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenotePageContent", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", + "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteSection", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Module": "Beta.Notes", + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgBetaSiteOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Sites", + "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSiteOperation", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Update-MgBetaSiteOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Update-MgBetaSitePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSitePageAsSitePageWebPart", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSitePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgBetaSitePermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaSiteTermStore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaSiteTermStoreGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -544202,18 +547042,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -544223,137 +547063,137 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -544363,18 +547203,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -544384,52 +547224,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -544439,18 +547279,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -544460,520 +547300,553 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSetRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgBetaSiteTermStoreSetTerm", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetTermChild", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", "ApiVersion": "beta", - "Module": "Beta.BackupRestore", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Update-MgBetaSolutionBackupRestore", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBackupRestoreRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExchangeRestoreSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestorePoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Update-MgBetaSolutionBackupRestorePoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Command": "Update-MgBetaSolutionBackupRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -544992,56 +547865,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545060,22 +547933,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545094,73 +547967,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545179,90 +548052,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "ApiVersion": "beta", "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.BusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaSubscribedSku", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Command": "Update-MgBetaSubscribedSku", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -545297,22 +548170,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -545347,22 +548220,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -545397,90 +548270,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgBetaTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -545547,22 +548420,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Update-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -545661,22 +548534,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -545711,311 +548584,311 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgBetaTeamOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamOwnerMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaTeamOwnerMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgBetaTeamPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgBetaTeamPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgBetaTeamPrimaryChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaTeamPrimaryChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamPrimaryChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgBetaTeamPrimaryChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleDayNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "OutputType": "IMicrosoftGraphDayNote", + "Command": "Update-MgBetaTeamScheduleDayNote", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDayNote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Update-MgBetaTeamScheduleOpenShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Update-MgBetaTeamScheduleShift", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -546034,107 +548907,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleTimeCard", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Update-MgBetaTeamScheduleTimeCard", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Update-MgBetaTeamScheduleTimeOff", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Update-MgBetaTeamScheduleTimeOffReason", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -546153,1236 +549026,1236 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Module": "Beta.Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamTagMember", - "Permissions": [], - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", + "Command": "Update-MgBetaTeamTagMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedChat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, + "Command": "Update-MgBetaTeamwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamwork" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Update-MgBetaTeamworkDeletedChat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgBetaTeamworkDeletedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeviceActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Command": "Update-MgBetaTeamworkDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeviceConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Command": "Update-MgBetaTeamworkDeviceActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeviceHealth", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Command": "Update-MgBetaTeamworkDeviceConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeviceOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Command": "Update-MgBetaTeamworkDeviceHealth", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaTeamworkDeviceSoftware", "Permissions": [], - "Method": "POST", - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "OutputType": null, - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", + ], + "Method": "POST", + "Command": "Update-MgBetaTeamworkDeviceSoftware", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaTeamworkTeamAppSetting", "Permissions": [], - "Method": "PATCH", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "beta", "Module": "Beta.Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkTeamTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "Update-MgBetaTeamworkTeamAppSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Update-MgBetaTeamworkTeamTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTeamworkWorkforceIntegration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "Update-MgBetaTeamworkWorkforceIntegration", "ApiVersion": "beta", - "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "ApiVersion": "beta", - "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Command": "Update-MgBetaTenantRelationshipManagedTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "ApiVersion": "beta", - "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTrustFramework", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/trustFramework", - "OutputType": "IMicrosoftGraphTrustFramework", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaTrustFrameworkKeySet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Command": "Update-MgBetaTrustFramework", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFramework" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaTrustFrameworkPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "OutputType": null, + "Command": "Update-MgBetaTrustFrameworkKeySet", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -547457,90 +550330,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Update-MgBetaUserActivity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserActivityHistoryItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Update-MgBetaUserActivityHistoryItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserActivityStatistics", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Command": "Update-MgBetaUserActivityStatistics", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgBetaUserAppRoleAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -547559,56 +550432,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserAuthenticationMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Command": "Update-MgBetaUserAuthenticationMethod", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserAuthenticationOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Update-MgBetaUserAuthenticationOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -547627,62 +550500,46 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaUserAuthenticationSignInPreference", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/signInPreferences", - "OutputType": "IMicrosoftGraphSignInPreferences", + "Command": "Update-MgBetaUserAuthenticationSignInPreference", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/authentication/signInPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignInPreferences" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserCalendarGroup", - "Permissions": [], - "Method": "PATCH", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaUserCalendarPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgBetaUserCalendarGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { "Variants": [ "Update", "Update1", @@ -547692,2511 +550549,2527 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", + "Command": "Update-MgBetaUserCalendarPermission", "ApiVersion": "beta", - "Module": "Beta.Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaUserChat", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaUserChatInstalledApp", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaUserChatLastMessagePreview", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgBetaUserChatLastMessagePreview", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgBetaUserChatMember", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaUserChatMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaUserChatMessageHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgBetaUserChatMessageReply", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgBetaUserChatOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgBetaUserChatPermissionGrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatPinnedMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Update-MgBetaUserChatPinnedMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserChatTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgBetaUserChatTab", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgBetaUserContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Update-MgBetaUserContactFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Update-MgBetaUserContactFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgBetaUserContactFolderChildFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgBetaUserContactFolderContact", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserContactFolderContactExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactFolderContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgBetaUserContactFolderContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgBetaUserContactPhoto", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Update-MgBetaUserDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceByDeviceId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Update-MgBetaUserDeviceByDeviceId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceCommand", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Update-MgBetaUserDeviceCommand", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserDeviceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDeviceUsageRights", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "Update-MgBetaUserDeviceUsageRights", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgBetaUserDrive", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgBetaUserDriveItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaUserDriveItemAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaUserDriveItemListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveItemListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveItemListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaUserDriveItemListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveItemListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaUserDriveItemRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaUserDriveItemSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaUserDriveItemThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaUserDriveItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgBetaUserDriveList", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaUserDriveListColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgBetaUserDriveListContentType", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgBetaUserDriveListContentTypeColumn", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaUserDriveListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaUserDriveListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgBetaUserDriveListOperation", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveListPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaUserDriveListSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgBetaUserDriveRoot", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgBetaUserDriveRootAnalytic", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgBetaUserDriveRootListItem", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveRootListItemField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveRootListItemPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgBetaUserDriveRootListItemVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgBetaUserDriveRootListItemVersionField", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaUserDriveRootPermission", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgBetaUserDriveRootRetentionLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaUserDriveRootSubscription", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgBetaUserDriveRootThumbnail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgBetaUserDriveRootVersion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Update-MgBetaUserEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEventExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserEventExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserEventInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserEventInstanceExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInferenceClassification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Command": "Update-MgBetaUserInferenceClassification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Update-MgBetaUserInferenceClassificationOverride", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgBetaUserInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/policy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Command": "Update-MgBetaUserInformationProtectionPolicy", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights", - "OutputType": "IMicrosoftGraphItemInsights", + "Command": "Update-MgBetaUserInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInsightShared", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "Update-MgBetaUserInsightShared", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInsightTrending", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": "IMicrosoftGraphTrending", + "Command": "Update-MgBetaUserInsightTrending", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserInsightUsed", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Update-MgBetaUserInsightUsed", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserLicenseDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Update-MgBetaUserLicenseDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaUserMailboxSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Update-MgBetaUserMailFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Update-MgBetaUserMailFolderChildFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgBetaUserMailFolderMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserMailFolderMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Update-MgBetaUserMailFolderMessageRule", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Update-MgBetaUserManagedDevice", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Update-MgBetaUserManagedDeviceCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgBetaUserMessage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserMessageExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMobileAppIntentAndState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Command": "Update-MgBetaUserMobileAppIntentAndState", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserNotification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/notifications/{notification-id}", - "OutputType": "IMicrosoftGraphNotification", + "Command": "Update-MgBetaUserNotification", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgBetaUserOnenoteNotebook", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgBetaUserOnenotePage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnenotePageContent", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaUserOnenoteSection", "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgBetaUserOnenoteSection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgBetaUserOnenoteSectionGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -550215,28 +553088,12 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Module": "Beta.CloudCommunications", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", - "Permissions": [], - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -550246,18 +553103,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "Update1", @@ -550267,250 +553124,266 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Command": "Update-MgBetaUserOnlineMeetingRecording", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Update-MgBetaUserOnlineMeetingRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Update-MgBetaUserOnlineMeetingTranscript", "ApiVersion": "beta", - "Module": "Beta.Users", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Update-MgBetaUserOutlookMasterCategory", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTaskFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Update-MgBetaUserOutlookTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTaskFolderTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Update-MgBetaUserOutlookTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTaskGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Command": "Update-MgBetaUserOutlookTaskFolderTask", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Command": "Update-MgBetaUserOutlookTaskGroup", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + ], + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", "CommandAlias": null, - "Command": "Update-MgBetaUserPassword", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/changePassword", - "OutputType": null, - "ApiVersion": "beta", - "Module": "Beta.Users.Actions", + "Module": "Beta.Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask" + }, + { "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Update-MgBetaUserPassword", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/changePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgBetaUserPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -550529,56 +553402,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "beta", "Module": "Beta.Planner", + "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserPresence", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Update-MgBetaUserPresence", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/profile", - "OutputType": "IMicrosoftGraphProfile", + "Command": "Update-MgBetaUserProfile", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.People", + "Uri": "/users/{user-id}/profile", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550597,22 +553470,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550631,22 +553504,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemAddress" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550665,22 +553538,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550699,22 +553572,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonAward" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550733,22 +553606,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonCertification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550767,22 +553640,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550801,22 +553674,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemEmail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550835,22 +553708,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550869,22 +553742,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550903,22 +553776,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -550961,22 +553834,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonAnnotation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -550995,22 +553868,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPatent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551029,22 +553902,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPhone" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551063,22 +553936,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551097,22 +553970,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551131,22 +554004,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPublication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551165,22 +554038,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551199,22 +554072,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551233,124 +554106,124 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgBetaUserScopedRoleMemberOf", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSecurity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/security", - "OutputType": "IMicrosoftGraphSecurity1", + "Command": "Update-MgBetaUserSecurity", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurity1" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSecurityInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/security/informationProtection", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Update-MgBetaUserSecurityInformationProtection", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Security", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -551369,73 +554242,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingContactMergeSuggestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactMergeSuggestions" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingItemInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Command": "Update-MgBetaUserSettingItemInsight", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -551454,141 +554327,141 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShiftPreferences" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingStorage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": "IMicrosoftGraphUserStorage", + "Command": "Update-MgBetaUserSettingStorage", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingStorageQuota", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Command": "Update-MgBetaUserSettingStorageQuota", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Command": "Update-MgBetaUserSettingStorageQuotaService", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingWindows", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Update-MgBetaUserSettingWindows", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Update-MgBetaUserSettingWindowsInstance", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserTeamwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", + "Command": "Update-MgBetaUserTeamwork", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserTeamwork" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551607,39 +554480,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserTodoListExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserTodoListExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551658,39 +554531,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551709,39 +554582,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgBetaUserTodoListTaskExtension", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551760,804 +554633,804 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", "Module": "Beta.Users", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEvent", - "Permissions": [], - "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Module": "Beta.Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgBetaVirtualEvent", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgBetaVirtualEventSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhall", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgBetaVirtualEventTownhall", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventTownhallPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgBetaVirtualEventTownhallSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinar", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgBetaVirtualEventWebinar", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgBetaVirtualEventWebinarPresenter", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgBetaVirtualEventWebinarRegistration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgBetaVirtualEventWebinarSession", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuDeployment", - "Command": "Update-MgBetaWindowsUpdatesDeployment", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Update-MgBetaWindowsUpdatesDeployment", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeployment", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudience", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudience", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuPolicy", - "Command": "Update-MgBetaWindowsUpdatesPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Update-MgBetaWindowsUpdatesPolicy", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicy", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudience", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", - "Permissions": [], + ], "Method": "POST", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta", - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProduct", - "Command": "Update-MgBetaWindowsUpdatesProduct", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Update-MgBetaWindowsUpdatesProduct", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProduct", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductEdition", - "Command": "Update-MgBetaWindowsUpdatesProductEdition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Command": "Update-MgBetaWindowsUpdatesProductEdition", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductEdition", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssue", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductRevision", - "Command": "Update-MgBetaWindowsUpdatesProductRevision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Command": "Update-MgBetaWindowsUpdatesProductRevision", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevision", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuResourceConnection", - "Command": "Update-MgBetaWindowsUpdatesResourceConnection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuResourceConnection", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgBetaWuUpdatableAsset", - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuUpdatableAsset", + "Permissions": [], "Module": "Beta.WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552576,22 +555449,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552626,39 +555499,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBookingBusinessCalendarView", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Update-MgBookingBusinessCalendarView", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552693,22 +555566,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552735,22 +555608,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552769,22 +555642,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552803,39 +555676,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgBookingCurrency", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "Update-MgBookingCurrency", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -552862,22 +555735,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Update-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -552968,56 +555841,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ] + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatLastMessagePreview", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -553052,90 +555925,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgChatPinnedMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Update-MgChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -553178,22 +556051,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -553212,73 +556085,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallContentSharingSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, + "Command": "Update-MgCommunicationCallContentSharingSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Update-MgCommunicationCallOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallParticipant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "OutputType": "IMicrosoftGraphParticipant", + "Command": "Update-MgCommunicationCallParticipant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgCommunicationCallRecordingStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -553297,241 +556170,241 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallRecordOrganizerV2", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Command": "Update-MgCommunicationCallRecordOrganizerV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallRecordParticipantV2", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Update-MgCommunicationCallRecordParticipantV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationCallRecordSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Update-MgCommunicationCallRecordSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationOnlineMeeting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Update-MgCommunicationOnlineMeeting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Update-MgCommunicationOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCommunicationOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Update-MgCommunicationOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}", - "OutputType": "IMicrosoftGraphPresence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgCompliance", "ApiVersion": "v1.0", - "Module": "CloudCommunications", + "CommandAlias": null, + "Permissions": [], + "Module": "Compliance", + "Uri": "/compliance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompliance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgCompliance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/compliance", - "OutputType": "IMicrosoftGraphCompliance", + "Command": "Update-MgContact", "ApiVersion": "v1.0", - "Module": "Compliance", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgContact", "Permissions": [], - "Method": "PATCH", - "Uri": "/contacts/{orgContact-id}", - "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgContract", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/contracts/{contract-id}", - "OutputType": "IMicrosoftGraphContract", + "Command": "Update-MgContract", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDataPolicyOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Update-MgDataPolicyOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -553558,22 +556431,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/devices/{device-id}", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgt", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553592,37 +556463,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceAppManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553641,22 +556514,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553675,22 +556548,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553709,22 +556582,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553743,22 +556616,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553777,22 +556650,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553811,39 +556684,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553862,22 +556735,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553896,22 +556769,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553930,90 +556803,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "Command": "Update-MgDeviceAppManagementManagedAppPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "Command": "Update-MgDeviceAppManagementManagedAppRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554032,158 +556905,158 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "Command": "Update-MgDeviceAppManagementManagedAppStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "Update-MgDeviceAppManagementManagedAppStatus", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "Command": "Update-MgDeviceAppManagementManagedEBook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "OutputType": "IMicrosoftGraphManagedEBook", + "Command": "Update-MgDeviceAppManagementManagedEBook", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEBookInstallSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554202,22 +557075,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554236,22 +557109,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554270,1042 +557143,1042 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "Command": "Update-MgDeviceAppManagementMobileApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", + "Command": "Update-MgDeviceAppManagementMobileApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "OutputType": null, + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "Command": "Update-MgDeviceAppManagementMobileAppCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "Update-MgDeviceAppManagementMobileAppCategory", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555324,22 +558197,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555358,22 +558231,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555392,22 +558265,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtVppToken", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555426,22 +558299,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555460,22 +558333,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555494,22 +558367,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555528,22 +558401,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + ], + "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555562,56 +558435,54 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceByDeviceId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Update-MgDeviceByDeviceId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgDeviceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555654,20 +558525,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagement", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagement" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555686,37 +558557,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementAuditEvent", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", + "Command": "Update-MgDeviceManagementAuditEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555735,22 +558608,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555769,20 +558640,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -555801,22 +558674,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -555835,358 +558708,358 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Update-MgDeviceManagementDeviceConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556205,22 +559078,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556239,22 +559112,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556273,56 +559146,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Enrollment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementIoUpdateStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Command": "Update-MgDeviceManagementIoUpdateStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -556341,158 +559214,158 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Update-MgDeviceManagementManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -556511,22 +559384,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556545,56 +559418,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556613,22 +559486,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556647,22 +559520,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556697,20 +559568,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "v1.0", "Module": "Reports", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/reports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556729,22 +559602,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556763,22 +559636,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556797,22 +559670,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556831,107 +559704,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementTermAndCondition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "Update-MgDeviceManagementTermAndCondition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Update-MgDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556950,22 +559823,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556984,22 +559857,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557018,22 +559891,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557052,22 +559925,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557086,22 +559959,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557120,22 +559993,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557154,22 +560027,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557188,22 +560061,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557222,37 +560093,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557271,22 +560144,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557305,39 +560178,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557356,22 +560229,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557390,22 +560263,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557424,22 +560297,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557458,22 +560331,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557492,22 +560365,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557526,22 +560399,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557560,22 +560433,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557594,20 +560465,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557626,22 +560499,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557660,20 +560531,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557692,22 +560565,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557726,22 +560599,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557760,209 +560633,209 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "Permissions": [], + ], "Method": "POST", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "OutputType": null, + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -557981,22 +560854,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -558015,411 +560888,411 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgDirectory", "ApiVersion": "v1.0", - "Module": "DeviceManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory", - "OutputType": "IMicrosoftGraphDirectory", + "Command": "Update-MgDirectoryAdministrativeUnit", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgDirectoryAdministrativeUnit", "Permissions": [], - "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryAdministrativeUnitExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgDirectoryAdministrativeUnitExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDirectoryAttributeSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "Update-MgDirectoryAttributeSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryDeviceLocalCredential", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Update-MgDirectoryDeviceLocalCredential", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryFederationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgDirectoryFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryObject", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryObjects/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Update-MgDirectoryObject", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDirectoryOnPremiseSynchronization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "Update-MgDirectoryOnPremiseSynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Update-MgDirectoryRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryRoleByRoleTemplateId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Update-MgDirectoryRoleByRoleTemplateId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryRoleScopedMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgDirectoryRoleScopedMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectoryRoleTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Command": "Update-MgDirectoryRoleTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectorySubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/subscriptions/{companySubscription-id}", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Update-MgDirectorySubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDomain", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Update-MgDomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDomainFederationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "Update-MgDomainFederationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDomainServiceConfigurationRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Update-MgDomainServiceConfigurationRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDomainVerificationDnsRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Update-MgDomainVerificationDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -558446,226 +561319,226 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -558692,719 +561565,719 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEducationClass", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Update-MgEducationClass", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559423,39 +562296,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Update-MgEducationClassAssignmentCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559474,39 +562347,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgEducationClassAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559525,22 +562398,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559559,56 +562432,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationGradingCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgEducationClassAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -559627,56 +562500,56 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationClassAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -559695,22 +562568,22 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -559729,156 +562602,156 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModuleResource" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgEducationMe", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMe", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgEducationMeAssignment", "ApiVersion": "v1.0", - "Module": "Education", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgEducationMeAssignment", "Permissions": [], - "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgEducationMeAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgEducationMeAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgEducationMeAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationMeAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559897,347 +562770,331 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/education/me/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Module": "Education", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationMeUserMailboxSetting", - "Permissions": [], - "Method": "PATCH", - "Uri": "/education/me/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Education", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education", - "OutputType": "IMicrosoftGraphEducationRoot", + "Command": "Update-MgEducationMeUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEducationSchool", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Update-MgEducationRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationSchoolAdministrativeUnit", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgEducationSchool", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEducationUser", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgEducationSchoolAdministrativeUnit", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Update-MgEducationUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Update-MgEducationUserAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgEducationUserAssignmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentSubmission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Update-MgEducationUserAssignmentRubric", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Update-MgEducationUserAssignmentSubmission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Update-MgEducationUserAssignmentSubmissionResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEducationUserRubric", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "OutputType": "IMicrosoftGraphEducationRubric", + "Command": "Update-MgEducationUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Education", + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAccessPackage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Update-MgEducationUserRubric", "ApiVersion": "v1.0", - "Module": "Identity.Governance", + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgEntitlementManagementAccessPackage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + ], + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAssignment", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -560245,52 +563102,52 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + ], + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgEntitlementManagementAssignmentRequest", "Permissions": [], - "Method": "POST", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion" + }, + { "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -560298,69 +563155,69 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", + ], + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalog", "Permissions": [], - "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Update-MgEntitlementManagementCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -560374,18 +563231,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -560395,18 +563252,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -560416,18 +563273,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "Update1", @@ -560437,35 +563294,35 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -560479,18 +563336,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "Update1", @@ -560500,18 +563357,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -560521,18 +563378,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -560542,307 +563399,307 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementConnectedOrganization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementConnectedOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Update-MgEntitlementManagementResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceEnvironment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalog", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Update-MgEntitlementManagementResourceRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -560856,18 +563713,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -560877,18 +563734,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -560898,18 +563755,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "Update1", @@ -560919,35 +563776,35 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -560961,18 +563818,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "Update1", @@ -560982,18 +563839,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "Update1", @@ -561003,18 +563860,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "Update1", @@ -561024,552 +563881,568 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRoleScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceScopeResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Update-MgEntitlementManagementResourceScopeResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgEntitlementManagementSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/entitlementManagement/settings", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgExternal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Command": "Update-MgEntitlementManagementSetting", "ApiVersion": "v1.0", - "Module": "Search", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgExternal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Search", + "Uri": "/external", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -561588,22 +564461,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -561622,73 +564495,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgExternalConnectionGroupMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Command": "Update-MgExternalConnectionGroupMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgExternalConnectionItemActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Command": "Update-MgExternalConnectionItemActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgExternalConnectionOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Update-MgExternalConnectionOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgExternalConnectionSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -561707,22 +564580,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/external/connections/{externalConnection-id}/schema", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -561741,56 +564614,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgGroupAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgGroupByUniqueName", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups(uniqueName='{uniqueName}')", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Update-MgGroupByUniqueName", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -561809,39 +564682,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupCalendarPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgGroupCalendarPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -561860,1008 +564733,1008 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupConversationThreadPostExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupConversationThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgGroupDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgGroupDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgGroupDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgGroupDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgGroupDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgGroupDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgGroupDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgGroupDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgGroupDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgGroupDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgGroupDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgGroupDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgGroupDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgGroupDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgGroupDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgGroupDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgGroupDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgGroupDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgGroupDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgGroupDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgGroupDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgGroupDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgGroupDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgGroupDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgGroupDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgGroupDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -562880,79 +565753,63 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupEventExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupEventInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupExtension", - "Permissions": [], - "Method": "PATCH", - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgGroupLifecyclePolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "Update-MgGroupExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -562962,148 +565819,168 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgGroupLifecyclePolicy", "ApiVersion": "v1.0", - "Module": "Notes", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgGroupOnenotePage", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgGroupOnenotePageContent", "Permissions": [], - "Method": "POST", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Groups", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgGroupOnenotePageContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgGroupOnenoteSection", "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgGroupOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgGroupOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgGroupPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupPlanner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/planner", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Command": "Update-MgGroupPlanner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupPlannerPlanDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Command": "Update-MgGroupPlannerPlanDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails" + }, + { "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", - "CommandAlias": null, + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "Method": "PATCH", "Command": "Update-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -563122,1052 +565999,1032 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", "Module": "Groups", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", - "Permissions": [], - "Method": "PATCH", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", - "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSite", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupSettingTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgGroupSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgGroupSiteAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgGroupSiteColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupSiteContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgGroupSiteContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgGroupSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgGroupSiteGetByPathOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgGroupSiteListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgGroupSiteListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgGroupSiteListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgGroupSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgGroupSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgGroupSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgGroupSiteOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebookSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgGroupSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgGroupSiteOnenoteNotebookSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupSiteOnenoteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteResource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Command": "Update-MgGroupSiteOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgGroupSiteOnenoteResource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgGroupSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgGroupSiteOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOnenoteSectionPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgGroupSiteOnenoteSectionPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Update-MgGroupSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Update-MgGroupSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSitePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgGroupSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "Update1", @@ -564177,18 +567034,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgGroupSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "Update1", @@ -564198,18 +567055,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgGroupSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -564219,18 +567076,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -564248,18 +567105,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564277,18 +567134,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564298,18 +567155,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -564319,18 +567176,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564340,18 +567197,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564361,18 +567218,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564382,18 +567239,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564403,39 +567260,39 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", "UpdateExpanded", "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetChild", - "Permissions": [], + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -564453,18 +567310,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564482,18 +567339,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564503,18 +567360,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -564524,18 +567381,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -564553,18 +567410,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564582,18 +567439,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564603,18 +567460,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564624,18 +567481,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564645,18 +567502,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564666,18 +567523,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564687,18 +567544,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564708,18 +567565,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564729,18 +567586,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgGroupSiteTermStoreSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564750,18 +567607,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -564771,18 +567628,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -564792,539 +567649,555 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgGroupTeamChannel", "Permissions": [], + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgGroupTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgGroupTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgGroupTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgGroupTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgGroupTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgGroupTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgGroupTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgGroupTeamMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgGroupTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgGroupTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgGroupTeamPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgGroupTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgGroupTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgGroupTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgGroupTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Update-MgGroupTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Update-MgGroupTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Update-MgGroupTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Update-MgGroupTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamTag", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Command": "Update-MgGroupTeamTag", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupTeamTagMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Update-MgGroupTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -565343,277 +568216,277 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgGroupThreadPostExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupThreadPostExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgGroupThreadPostInReplyToExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgGroupThreadPostInReplyToExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityApiConnector", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgIdentityApiConnector", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityAuthenticationEventFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "Update-MgIdentityAuthenticationEventFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "OutputType": null, + "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityAuthenticationEventListener", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "Update-MgIdentityAuthenticationEventListener", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "Update-MgIdentityB2XUserFlow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowLanguage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Update-MgIdentityB2XUserFlowLanguage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -565632,22 +568505,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -565674,770 +568547,769 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityCustomAuthenticationExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "Update-MgIdentityCustomAuthenticationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "Update-MgIdentityGovernanceAppConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Command": "Update-MgIdentityGovernancePrivilegedAccess", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement" + }, + { "Variants": [ "Update", "Update1", @@ -566447,178 +569319,194 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityProvider", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgIdentityUserFlowAttribute", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Update-MgIdentityProvider", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgInformationProtection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgIdentityUserFlowAttribute", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "Update-MgInformationProtection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/invitations/invitedUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgInvitationInvitedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/invitations/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -566637,22 +569525,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -566679,22 +569567,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -566713,22 +569601,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBranding" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -566747,88 +569635,88 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgOrganizationExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgOrganizationExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPlace", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/places/{place-id}", - "OutputType": "IMicrosoftGraphPlace", + "Command": "Update-MgPlace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/places/{place-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "OutputType": "IMicrosoftGraphRoom", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgPlanner", "ApiVersion": "v1.0", - "Module": "Calendar", + "CommandAlias": null, + "Permissions": [], + "Module": "Planner", + "Uri": "/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPlanner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/planner", - "OutputType": "IMicrosoftGraphPlanner", + "Command": "Update-MgPlannerBucket", "ApiVersion": "v1.0", - "Module": "Planner", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566855,22 +569743,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/buckets/{plannerBucket-id}", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566897,22 +569785,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566939,22 +569827,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566981,22 +569869,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567023,22 +569911,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567065,22 +569953,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgPlannerTaskDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567107,22 +569995,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567149,22 +570037,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567183,37 +570071,37 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgPolicyAdminConsentRequestPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyAdminConsentRequestPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Command": "Update-MgPolicyAppManagementPolicy", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567232,69 +570120,69 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyAuthenticationFlowPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -567313,22 +570201,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "POST", "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -567347,54 +570235,54 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthorizationPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyAuthorizationPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Command": "Update-MgPolicyClaimMappingPolicy", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567413,114 +570301,112 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicy", - "Permissions": [], - "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567539,37 +570425,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/defaultAppManagementPolicy", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyFeatureRolloutPolicy", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Update-MgPolicyFeatureRolloutPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567588,22 +570476,20 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -567622,122 +570508,124 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPolicyPermissionGrantPolicy", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Command": "Update-MgPolicyPermissionGrantPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyRoleManagementPolicy", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "Update-MgPolicyRoleManagementPolicy", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -567756,22 +570644,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567790,22 +570678,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567824,71 +570712,71 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgPrint", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Devices.CloudPrint", + "Uri": "/print", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Update-MgPrintConnector", "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgPrintConnector", "Permissions": [], - "Method": "PATCH", - "Uri": "/print/connectors/{printConnector-id}", - "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/operations/{printOperation-id}", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Update-MgPrintOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -567907,22 +570795,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}", - "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -567949,520 +570837,518 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintPrinterJobDocument", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgPrintPrinterJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintPrinterJobTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgPrintPrinterJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintPrinterTaskTrigger", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Command": "Update-MgPrintPrinterTaskTrigger", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintService", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/services/{printService-id}", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "Update-MgPrintService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintServiceEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Command": "Update-MgPrintServiceEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPrintShare", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Update-MgPrintShare", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintShareJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Update-MgPrintShareJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintShareJobDocument", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgPrintShareJobDocument", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrintShareJobTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgPrintShareJobTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPrintTaskDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Update-MgPrintTaskDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPrintTaskDefinitionTask", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgPrintTaskDefinitionTask", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgPrivacySubjectRightsRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgPrivacySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgPrivacySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Update-MgPrivacySubjectRightsRequestNote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Compliance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "Permissions": [], - "Method": "PATCH", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", - "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBilling", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingManifest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Update-MgReportPartnerBilling", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/operations/{operation-id}", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Update-MgReportPartnerBillingManifest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingReconciliation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/reconciliation", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Command": "Update-MgReportPartnerBillingOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingReconciliationBilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/reconciliation/billed", - "OutputType": null, + "Command": "Update-MgReportPartnerBillingReconciliation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingUsage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Command": "Update-MgReportPartnerBillingReconciliationBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingUsageBilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage/billed", - "OutputType": null, + "Command": "Update-MgReportPartnerBillingUsage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgReportPartnerBillingUsageUnbilled", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/reports/partners/billing/usage/unbilled", - "OutputType": null, + "Command": "Update-MgReportPartnerBillingUsageBilled", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Reports", + "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRiskDetection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Update-MgReportPartnerBillingUsageUnbilled", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Reports", + "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRiskyServicePrincipal", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Command": "Update-MgRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRiskyServicePrincipalHistory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "Update-MgRiskyServicePrincipal", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRiskyUser", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Update-MgRiskyServicePrincipalHistory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRiskyUserHistory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Command": "Update-MgRiskyUser", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", "Command": "Update-MgRoleManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -568481,154 +571367,156 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement", - "OutputType": "IMicrosoftGraphRoleManagement", - "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Uri": "/roleManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Update-MgRoleManagementDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded" - ] + "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -568647,309 +571535,309 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagement", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagement", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "ApiVersion": "v1.0", - "Module": "Identity.Governance", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], - "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Governance", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -568968,22 +571856,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": "IMicrosoftGraphSchemaExtension", - "ApiVersion": "v1.0", "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -569002,22 +571890,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -569036,290 +571924,290 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", + "Module": "Search", "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSearchEntity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Search", + "Uri": "/search", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSearchEntity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/search", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Update-MgSearchQna", "ApiVersion": "v1.0", - "Module": "Search", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgSearchQna", "Permissions": [], - "Method": "PATCH", - "Uri": "/search/qnas/{qna-id}", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", "Module": "Search", + "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecurityAlert", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/alerts/{alert-id}", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Update-MgSecurityAlert", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecurityAlertV2", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/alerts_v2/{alert-id}", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Update-MgSecurityAlertV2", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationAutomation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Update-MgSecurityAttackSimulationAutomation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationAutomationRun", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Update-MgSecurityAttackSimulationAutomationRun", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationEndUserNotification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Update-MgSecurityAttackSimulationEndUserNotification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationLandingPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Update-MgSecurityAttackSimulationLandingPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationLoginPage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Update-MgSecurityAttackSimulationLoginPage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Update-MgSecurityAttackSimulationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationPayload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Update-MgSecurityAttackSimulationPayload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityAttackSimulationTraining", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/attackSimulation/trainings/{training-id}", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Update-MgSecurityAttackSimulationTraining", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], - "Method": "PATCH", + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + }, + { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSecurityCase", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCase", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Command": "Update-MgSecurityCaseEdiscoveryCase", "ApiVersion": "v1.0", - "Module": "Security", - "Variants": [ - "Update", - "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0", "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569338,39 +572226,37 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569389,88 +572275,88 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Update", - "UpdateViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Permissions": [], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569489,54 +572375,56 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Update", - "UpdateViaIdentity" - ] + "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", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "Permissions": [], + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569555,22 +572443,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569589,56 +572477,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569657,828 +572545,828 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Module": "Security", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityIdentity", - "Permissions": [], - "Method": "PATCH", - "Uri": "/security/identities", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", - "ApiVersion": "v1.0", - "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityIdentityHealthIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Update-MgSecurityIdentity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecurityIncident", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/incidents/{incident-id}", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "Update-MgSecurityIdentityHealthIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Update-MgSecurityIncident", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelAuthority", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Update-MgSecurityLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Update-MgSecurityLabelAuthority", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelCategorySubcategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Update-MgSecurityLabelCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelCitation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/citations/{citationTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Update-MgSecurityLabelCategorySubcategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelDepartment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Update-MgSecurityLabelCitation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelFilePlanReference", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Update-MgSecurityLabelDepartment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecurityLabelRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "Update-MgSecurityLabelFilePlanReference", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Update-MgSecurityLabelRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecuritySecureScore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/secureScores/{secureScore-id}", - "OutputType": "IMicrosoftGraphSecureScore", + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSecuritySecureScoreControlProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "Update-MgSecuritySecureScore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecuritySubjectRightsRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgSecuritySecureScoreControlProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSecuritySubjectRightsRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecuritySubjectRightsRequestNote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligence", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Command": "Update-MgSecuritySubjectRightsRequestNote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceArticle", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/articles/{article-id}", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Update-MgSecurityThreatIntelligence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Update-MgSecurityThreatIntelligenceArticle", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHost", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Update-MgSecurityThreatIntelligenceHost", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostCookie", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostPair", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostPort", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Update-MgSecurityThreatIntelligenceHostPair", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Update-MgSecurityThreatIntelligenceHostPort", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceSubdomain", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Update-MgSecurityThreatIntelligenceSubdomain", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityTrigger", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggers", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityTriggerRetentionEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "Update-MgSecurityTrigger", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggers", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityTriggerType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggerTypes", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Update-MgSecurityTriggerRetentionEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "Update-MgSecurityTriggerType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Security", + "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Update-MgServiceAnnouncementHealthOverview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServiceAnnouncementIssue", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Update-MgServiceAnnouncementIssue", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServiceAnnouncementMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Update-MgServiceAnnouncementMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServiceAnnouncementMessageAttachment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Update-MgServiceAnnouncementMessageAttachment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -570505,107 +573393,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgServicePrincipalAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgServicePrincipalByAppId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Update-MgServicePrincipalByAppId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalEndpoint", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Update-MgServicePrincipalEndpoint", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -570632,22 +573520,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -570682,300 +573570,284 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalRiskDetection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Update-MgServicePrincipalRiskDetection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationJob", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Update-MgServicePrincipalSynchronizationJob", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "OutputType": null, + "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Command": "Update-MgServicePrincipalSynchronizationTemplate", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareCreatedByUserMailboxSetting", - "Permissions": [], - "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgShareCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgShareList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgShareListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgShareListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgShareListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgShareListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgShareListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -570985,18 +573857,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgShareListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "Update1", @@ -571006,18 +573878,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -571027,18 +573899,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgShareListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "Update1", @@ -571048,18 +573920,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgShareListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -571069,18 +573941,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgShareListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "Update1", @@ -571090,18 +573962,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "Update1", @@ -571111,18 +573983,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgShareListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "Update1", @@ -571132,165 +574004,181 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgShareListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgShareListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSharePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}/permission", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgShareListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/shares/{sharedDriveItem-id}", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Update-MgSharePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSite", "Permissions": [], + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}", - "OutputType": "IMicrosoftGraphSite", + "Command": "Update-MgSite", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgSiteAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgSiteAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteAnalyticItemActivityStatActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "OutputType": "IMicrosoftGraphItemActivity", + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571309,22 +574197,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571343,22 +574231,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571377,107 +574265,107 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgSiteContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteGetByPathAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgSiteGetByPathAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteGetByPathOnenote", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "OutputType": "IMicrosoftGraphOnenote", + "Command": "Update-MgSiteGetByPathOnenote", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteGetByPathTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgSiteGetByPathTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgSiteList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571496,22 +574384,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571530,22 +574418,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -571564,640 +574452,624 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgSiteListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgSiteListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgSiteListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgSiteListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSiteListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgSiteListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgSiteListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgSiteListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgSiteListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgSiteListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgSiteOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", - "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteOnenotePage", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Module": "Notes", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgSiteOnenotePage", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteOnenotePageContent", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgSiteOnenotePageContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteOnenoteSection", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Module": "Notes", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgSiteOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], - "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Sites", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteOnenoteSectionPageContent", - "Permissions": [], + ], "Method": "POST", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteOperation", "Permissions": [], - "Method": "PATCH", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "Update-MgSiteOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayout", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Update-MgSitePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "Update-MgSitePageAsSitePageCanvaLayout", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "OutputType": "IMicrosoftGraphVerticalSection", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageAsSitePageWebPart", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "OutputType": null, + "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSitePageAsSitePageWebPart", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSitePageCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSitePermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSiteTermStore", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgSitePermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "Update1", @@ -572207,18 +575079,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgSiteTermStore", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStore" + }, + { "Variants": [ "Update", "Update1", @@ -572228,18 +575100,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgSiteTermStoreGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -572249,18 +575121,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -572278,18 +575150,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572307,18 +575179,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572328,18 +575200,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -572349,18 +575221,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572370,18 +575242,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572391,18 +575263,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572412,18 +575284,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572433,18 +575305,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572454,18 +575326,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -572483,18 +575355,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572512,18 +575384,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgSiteTermStoreSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572533,18 +575405,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSet", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgSiteTermStoreSetParentGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup" + }, + { "Variants": [ "Update", "Update1", @@ -572554,18 +575426,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetParentGroupSet", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet" + }, + { "Variants": [ "Update", "Update1", @@ -572583,18 +575455,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572612,18 +575484,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572633,18 +575505,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572654,18 +575526,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572675,18 +575547,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { "Variants": [ "Update", "Update1", @@ -572696,18 +575568,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572717,18 +575589,39 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetRelation", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSiteTermStoreSetRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572738,18 +575631,60 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] + ], + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetTerm", "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm" + }, + { + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetTermChildRelation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" + }, + { "Variants": [ "Update", "Update1", @@ -572759,109 +575694,417 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] + ], + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBackupRestoreRoot" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetTermChild", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSolutionBackupRestoreExchangeProtectionPolicy", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSolutionBackupRestoreMailboxProtectionUnit", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestorePoint" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Update-MgSolutionBackupRestoreProtectionPolicy", "ApiVersion": "v1.0", - "Module": "Sites", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase" + }, + { "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ] + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceApp" }, { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSubscribedSku", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/subscribedSkus/{subscribedSku-id}", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSession", "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgSubscription", "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgSolutionBackupRestoreSiteProtectionUnit", "ApiVersion": "v1.0", - "Module": "ChangeNotifications", + "CommandAlias": null, + "Permissions": [], + "Module": "BackupRestore", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Command": "Update-MgSubscription", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription" + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -572896,22 +576139,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -572946,22 +576189,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -572996,90 +576239,90 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -573146,22 +576389,22 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "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", + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "Method": "POST", "Command": "Update-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -573260,22 +576503,22 @@ "IsLeastPrivilege": false } ], - "Method": "POST", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -573310,345 +576553,345 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Update-MgTeamOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgTeamPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgTeamPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgTeamPrimaryChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgTeamPrimaryChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamPrimaryChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamPrimaryChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamPrimaryChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgTeamPrimaryChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamScheduleOfferShiftRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Command": "Update-MgTeamScheduleOfferShiftRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamScheduleOpenShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", + "Command": "Update-MgTeamScheduleOpenShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamScheduleSchedulingGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Command": "Update-MgTeamScheduleSchedulingGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamScheduleShift", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", + "Command": "Update-MgTeamScheduleShift", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamScheduleTimeOff", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", + "Command": "Update-MgTeamScheduleTimeOff", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamScheduleTimeOffReason", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Command": "Update-MgTeamScheduleTimeOffReason", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamScheduleTimeOffRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Command": "Update-MgTeamScheduleTimeOffRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -573667,405 +576910,405 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Module": "Teams", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamTagMember", - "Permissions": [], - "Method": "PATCH", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork", - "OutputType": "IMicrosoftGraphTeamwork", + "Command": "Update-MgTeamTagMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedChat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "OutputType": null, + "Command": "Update-MgTeamwork", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamwork" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Update-MgTeamworkDeletedChat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Update-MgTeamworkDeletedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgTeamworkDeletedTeamChannel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamworkDeletedTeamChannelMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamworkTeamAppSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/teamsAppSettings", - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Command": "Update-MgTeamworkDeletedTeamChannelTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTeamworkWorkforceIntegration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "Update-MgTeamworkTeamAppSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "Update-MgTeamworkWorkforceIntegration", "ApiVersion": "v1.0", - "Module": "Identity.Partner", + "CommandAlias": null, + "Permissions": [], + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipMultiTenantOrganization", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "ApiVersion": "v1.0", - "Module": "Identity.SignIns", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Partner", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Command": "Update-MgTenantRelationshipMultiTenantOrganization", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganization" + }, + { "Variants": [ "Update", "UpdateExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.SignIns", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -574140,73 +577383,73 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserActivity", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Update-MgUserActivity", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserActivityHistoryItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Command": "Update-MgUserActivityHistoryItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserAppRoleAssignment", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Update-MgUserAppRoleAssignment", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -574225,56 +577468,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserAuthenticationMethod", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, + "Command": "Update-MgUserAuthenticationMethod", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserAuthenticationOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Update-MgUserAuthenticationOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -574293,45 +577536,29 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserCalendarGroup", - "Permissions": [], - "Method": "PATCH", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgUserCalendarPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgUserCalendarGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { "Variants": [ "Update", "Update1", @@ -574341,1950 +577568,1966 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", + "Command": "Update-MgUserCalendarPermission", "ApiVersion": "v1.0", - "Module": "Teams", + "CommandAlias": null, + "Permissions": [], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + ], + "Method": "PATCH", + "Command": "Update-MgUserChat", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgUserChatInstalledApp", "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat" + }, + { "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgUserChatInstalledApp", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgUserChatLastMessagePreview", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgUserChatLastMessagePreview", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatMember", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Update-MgUserChatMember", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgUserChatMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatMessageHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgUserChatMessageHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatMessageReply", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Update-MgUserChatMessageReply", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatMessageReplyHostedContent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Update-MgUserChatMessageReplyHostedContent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatPermissionGrant", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Update-MgUserChatPermissionGrant", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatPinnedMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Update-MgUserChatPinnedMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserChatTab", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", + "Command": "Update-MgUserChatTab", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgUserContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Update-MgUserContactFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderChildFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Update-MgUserContactFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderChildFolderContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgUserContactFolderChildFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserContactFolderChildFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderContact", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "OutputType": "IMicrosoftGraphContact", + "Command": "Update-MgUserContactFolderContact", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderContactExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserContactFolderContactExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactFolderContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgUserContactFolderContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserContactPhoto", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Update-MgUserContactPhoto", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDrive", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Update-MgUserDrive", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgUserDriveItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgUserDriveItemAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgUserDriveItemListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "OutputType": null, + "Command": "Update-MgUserDriveItemListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgUserDriveItemListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveItemListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgUserDriveItemPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgUserDriveItemRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgUserDriveItemSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgUserDriveItemThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgUserDriveItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveList", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "OutputType": "IMicrosoftGraphList", + "Command": "Update-MgUserDriveList", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgUserDriveListColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListContentType", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Update-MgUserDriveListContentType", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListContentTypeColumn", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Update-MgUserDriveListContentTypeColumn", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListContentTypeColumnLink", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgUserDriveListContentTypeColumnLink", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgUserDriveListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgUserDriveListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgUserDriveListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListOperation", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "Update-MgUserDriveListOperation", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveListSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgUserDriveListSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRoot", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Update-MgUserDriveRoot", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootAnalytic", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Update-MgUserDriveRootAnalytic", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItem", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Update-MgUserDriveRootListItem", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "OutputType": null, + "Command": "Update-MgUserDriveRootListItemField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "OutputType": "IMicrosoftGraphListItemVersion", + "Command": "Update-MgUserDriveRootListItemVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootListItemVersionField", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "OutputType": null, + "Command": "Update-MgUserDriveRootListItemVersionField", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootPermission", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgUserDriveRootPermission", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootRetentionLabel", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Update-MgUserDriveRootRetentionLabel", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootSubscription", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgUserDriveRootSubscription", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootThumbnail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Command": "Update-MgUserDriveRootThumbnail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserDriveRootVersion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Update-MgUserDriveRootVersion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserEvent", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Update-MgUserEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserEventExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserEventExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserEventInstanceExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserEventInstanceExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInferenceClassification", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Command": "Update-MgUserInferenceClassification", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInferenceClassificationOverride", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Command": "Update-MgUserInferenceClassificationOverride", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights", - "OutputType": "IMicrosoftGraphItemInsights", + "Command": "Update-MgUserInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInsightShared", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "OutputType": "IMicrosoftGraphSharedInsight", + "Command": "Update-MgUserInsightShared", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInsightTrending", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "OutputType": "IMicrosoftGraphTrending", + "Command": "Update-MgUserInsightTrending", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserInsightUsed", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Update-MgUserInsightUsed", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserLicenseDetail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Update-MgUserLicenseDetail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailboxSetting", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailboxSettings", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgUserMailboxSetting", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Update-MgUserMailFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderChildFolder", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Update-MgUserMailFolderChildFolder", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderChildFolderMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgUserMailFolderChildFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Update-MgUserMailFolderChildFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgUserMailFolderMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserMailFolderMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMailFolderMessageRule", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "Update-MgUserMailFolderMessageRule", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDevice", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Update-MgUserManagedDevice", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Command": "Update-MgUserManagedDeviceCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceConfigurationState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Command": "Update-MgUserManagedDeviceConfigurationState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", - "Permissions": [], + ], "Method": "POST", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "OutputType": null, + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceWindowsProtectionState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMessage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Update-MgUserMessage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserMessageExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserMessageExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnenoteNotebook", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgUserOnenoteNotebook", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnenotePage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Update-MgUserOnenotePage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnenotePageContent", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, + ], + "Method": "POST", + "Command": "Update-MgUserOnenotePageContent", + "ApiVersion": "v1.0", "CommandAlias": null, - "Command": "Update-MgUserOnenoteSection", "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Command": "Update-MgUserOnenoteSection", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnenoteSectionGroup", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", + "Command": "Update-MgUserOnenoteSectionGroup", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -576303,124 +579546,124 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgUserOnlineMeetingAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnlineMeetingRecording", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Update-MgUserOnlineMeetingRecording", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOnlineMeetingTranscript", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Update-MgUserOnlineMeetingTranscript", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserOutlookMasterCategory", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Update-MgUserOutlookMasterCategory", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", - "CommandAlias": null, - "Command": "Update-MgUserPassword", - "Permissions": [], - "Method": "POST", - "Uri": "/users/{user-id}/changePassword", - "OutputType": null, - "ApiVersion": "v1.0", - "Module": "Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ] + ], + "Method": "POST", + "Command": "Update-MgUserPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/changePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "OutputType": null }, { - "ApiReferenceLink": null, - "CommandAlias": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", "Command": "Update-MgUserPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576439,56 +579682,56 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "v1.0", "Module": "Planner", + "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserPresence", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/presence", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Update-MgUserPresence", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserScopedRoleMemberOf", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Update-MgUserScopedRoleMemberOf", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -576507,39 +579750,39 @@ "IsLeastPrivilege": false } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingItemInsight", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Command": "Update-MgUserSettingItemInsight", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInsightsSettings" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0", - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserSettingShiftPreference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -576558,141 +579801,141 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShiftPreferences" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingStorage", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage", - "OutputType": "IMicrosoftGraphUserStorage", + "Command": "Update-MgUserSettingStorage", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingStorageQuota", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage/quota", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Command": "Update-MgUserSettingStorageQuota", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingStorageQuotaService", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Command": "Update-MgUserSettingStorageQuotaService", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingWindows", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Update-MgUserSettingWindows", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserSettingWindowsInstance", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Command": "Update-MgUserSettingWindowsInstance", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserTeamwork", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", + "Command": "Update-MgUserTeamwork", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserTeamwork" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserTeamworkAssociatedTeam", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "Update-MgUserTeamworkAssociatedTeam", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576711,39 +579954,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserTodoListExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserTodoListExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576762,39 +580005,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserTodoListTaskAttachmentSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Command": "Update-MgUserTodoListTaskAttachmentSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576813,39 +580056,39 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgUserTodoListTaskExtension", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, + "Command": "Update-MgUserTodoListTaskExtension", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, + ], + "Method": "PATCH", "Command": "Update-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576864,356 +580107,349 @@ "IsLeastPrivilege": true } ], - "Method": "PATCH", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Module": "Users", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ] + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEvent", - "Permissions": [], - "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Module": "Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgVirtualEvent", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgVirtualEventPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgVirtualEventSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgVirtualEventSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventTownhall", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventTownhallPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgVirtualEventTownhall", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventTownhall" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventTownhallSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgVirtualEventTownhallPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgVirtualEventTownhallSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinar", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarPresenter", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgVirtualEventWebinar", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarRegistration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgVirtualEventWebinarPresenter", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventPresenter" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgVirtualEventWebinarRegistration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarSession", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgVirtualEventWebinarSession", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] - }, - { - "ApiReferenceLink": null, - "CommandAlias": null, - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Permissions": [], + ], "Method": "PATCH", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + }, + { "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ] + ], + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Bookings", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord" } ] diff --git a/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..14f25133f21 --- /dev/null +++ b/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId + +``` +This example shows how to use the Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion Cmdlet. + diff --git a/src/Bookings/beta/examples/Initialize-MgBetaBackupRestoreServiceApp.md b/src/Bookings/beta/examples/Initialize-MgBetaBackupRestoreServiceApp.md index 282ce010ab1..92b94cfdba1 100644 --- a/src/Bookings/beta/examples/Initialize-MgBetaBackupRestoreServiceApp.md +++ b/src/Bookings/beta/examples/Initialize-MgBetaBackupRestoreServiceApp.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Beta.Bookings $params = @{ - effectiveDateTime = [System.DateTime]::Parse("2024-04-19T12-01-03.45Z") + effectiveDateTime = [System.DateTime]::Parse("2024-04-19T12:01:03.45Z") } Initialize-MgBetaBackupRestoreServiceApp -ServiceAppId $serviceAppId -BodyParameter $params diff --git a/src/Bookings/beta/examples/New-MgBetaApproval.md b/src/Bookings/beta/examples/New-MgBetaApproval.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..248a39fce4a --- /dev/null +++ b/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,33 @@ +### Example 1: Add a custom registration question to a webinar registration + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +$params = @{ + "@odata.type" = "#microsoft.graph.virtualEventRegistrationCustomQuestion" + displayName = "What's your job position?" + answerInputType = "multiChoice" + answerChoices = @( + "Software Engineer" +"Engineer Manager" +"Product Manager" +) +} + +New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example will add a custom registration question to a webinar registration + +### Example 2: Add a predefined registration question to a webinar registration + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId + +``` +This example will add a predefined registration question to a webinar registration + diff --git a/src/Bookings/beta/examples/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/beta/examples/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..f997ce2f09c --- /dev/null +++ b/src/Bookings/beta/examples/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationQuestionBaseId $virtualEventRegistrationQuestionBaseId + +``` +This example shows how to use the Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion Cmdlet. + diff --git a/src/Bookings/beta/examples/Search-MgBetaBackupRestorePoint.md b/src/Bookings/beta/examples/Search-MgBetaBackupRestorePoint.md index 95357160fa8..e72d1a426c4 100644 --- a/src/Bookings/beta/examples/Search-MgBetaBackupRestorePoint.md +++ b/src/Bookings/beta/examples/Search-MgBetaBackupRestorePoint.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Search request ```powershell @@ -22,5 +22,30 @@ tags = "fastRestore" Search-MgBetaBackupRestorePoint -BodyParameter $params ``` -This example shows how to use the Search-MgBetaBackupRestorePoint Cmdlet. +This example will search request + +### Example 2: Search with artifactQuery expression + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +$params = @{ + artifactQuery = @{ + queryExpression = "((subject -contains ‘Finance’) -or (subject -contains ‘Legal’)) -and (sender -eq 'alex@contoso.com') -and (recipient -eq 'carol@contoso.com') -and hasAttachment -eq true" + artifactType = "message" + } + protectionUnitIds = @( + "23014d8c-71fe-4d00-a01a-31850bc5b42a" +) +protectionTimePeriod = @{ + startDateTime = [System.DateTime]::Parse("2021-01-01T00:00:00Z") +} +restorePointPreference = "oldest" +} + +Search-MgBetaBackupRestorePoint -BodyParameter $params + +``` +This example will search with artifactquery expression diff --git a/src/Bookings/beta/examples/Stop-MgBetaApprovalItem.md b/src/Bookings/beta/examples/Stop-MgBetaApprovalItem.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Enable-MgBackupRestore.md b/src/Bookings/v1.0/examples/Enable-MgBackupRestore.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhall.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhall.md new file mode 100644 index 00000000000..51788599290 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhall.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Get-MgVirtualEventTownhall -VirtualEventTownhallId $virtualEventTownhallId + +``` +This example shows how to use the Get-MgVirtualEventTownhall Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhallPresenter.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhallPresenter.md new file mode 100644 index 00000000000..dafcff79973 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventTownhallPresenter.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Get-MgVirtualEventTownhallPresenter -VirtualEventTownhallId $virtualEventTownhallId + +``` +This example shows how to use the Get-MgVirtualEventTownhallPresenter Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinar.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinar.md index 3bd3a951132..93e65b14f4d 100644 --- a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinar.md +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinar.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Bookings -Get-MgVirtualEventWebinar -VirtualEventWebinarId $virtualEventWebinarId +Get-MgVirtualEventWebinar ``` This example shows how to use the Get-MgVirtualEventWebinar Cmdlet. diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md index e0083d87fb2..b0565f9a494 100644 --- a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Bookings -Get-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationId $virtualEventRegistrationId +Get-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId ``` This example shows how to use the Get-MgVirtualEventWebinarRegistration Cmdlet. diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfiguration.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfiguration.md new file mode 100644 index 00000000000..da349c7fe88 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Get-MgVirtualEventWebinarRegistrationConfiguration -VirtualEventWebinarId $virtualEventWebinarId + +``` +This example shows how to use the Get-MgVirtualEventWebinarRegistrationConfiguration Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..737f04c2e61 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Get-MgVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId + +``` +This example shows how to use the Get-MgVirtualEventWebinarRegistrationConfigurationQuestion Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationSession.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationSession.md new file mode 100644 index 00000000000..89157e1360c --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationSession.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Get-MgVirtualEventWebinarRegistrationSession -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationId $virtualEventRegistrationId + +``` +This example shows how to use the Get-MgVirtualEventWebinarRegistrationSession Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarSession.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarSession.md index 58cfced5ee0..2c4ff90b834 100644 --- a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarSession.md +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Bookings -Get-MgVirtualEventWebinarSession -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventSessionId $virtualEventSessionId +Get-MgVirtualEventWebinarSession -VirtualEventWebinarId $virtualEventWebinarId ``` This example shows how to use the Get-MgVirtualEventWebinarSession Cmdlet. diff --git a/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreProtectionPolicy.md b/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreProtectionPolicy.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreServiceApp.md b/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreServiceApp.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreSession.md b/src/Bookings/v1.0/examples/Initialize-MgBackupRestoreSession.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md b/src/Bookings/v1.0/examples/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md b/src/Bookings/v1.0/examples/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventTownhall.md b/src/Bookings/v1.0/examples/New-MgVirtualEventTownhall.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventTownhallPresenter.md b/src/Bookings/v1.0/examples/New-MgVirtualEventTownhallPresenter.md new file mode 100644 index 00000000000..a12ed65cd2f --- /dev/null +++ b/src/Bookings/v1.0/examples/New-MgVirtualEventTownhallPresenter.md @@ -0,0 +1,37 @@ +### Example 1: Create an in-tenant presenter on a **virtualEventTownhall** + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + identity = @{ + "@odata.type" = "#microsoft.graph.communicationsUserIdentity" + id = "7b7e1acd-a3e0-4533-8c1d-c1a4ca0b2e2b" + } +} + +New-MgVirtualEventTownhallPresenter -VirtualEventTownhallId $virtualEventTownhallId -BodyParameter $params + +``` +This example will create an in-tenant presenter on a **virtualeventtownhall** + +### Example 2: Create an out-of-tenant presenter on a **virtualEventTownhall** + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + identity = @{ + "@odata.type" = "#microsoft.graph.communicationsGuestIdentity" + displayName = "Guest Speaker" + email = "guest.speaker@fabrikam.com" + } +} + +New-MgVirtualEventTownhallPresenter -VirtualEventTownhallId $virtualEventTownhallId -BodyParameter $params + +``` +This example will create an out-of-tenant presenter on a **virtualeventtownhall** + diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventWebinar.md b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinar.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarPresenter.md b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarPresenter.md new file mode 100644 index 00000000000..05091a89d75 --- /dev/null +++ b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarPresenter.md @@ -0,0 +1,37 @@ +### Example 1: Create an in-tenant presenter on a **virtualEventWebinar** + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + identity = @{ + "@odata.type" = "#microsoft.graph.communicationsUserIdentity" + id = "7b7e1acd-a3e0-4533-8c1d-c1a4ca0b2e2b" + } +} + +New-MgVirtualEventWebinarPresenter -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example will create an in-tenant presenter on a **virtualeventwebinar** + +### Example 2: Create an out-of-tenant presenter on a **virtualEventWebinar** + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + identity = @{ + "@odata.type" = "#microsoft.graph.communicationsGuestIdentity" + displayName = "Guest Speaker" + email = "guest.speaker@fabrikam.com" + } +} + +New-MgVirtualEventWebinarPresenter -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example will create an out-of-tenant presenter on a **virtualeventwebinar** + diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistration.md b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistration.md new file mode 100644 index 00000000000..5e63b16c35c --- /dev/null +++ b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistration.md @@ -0,0 +1,88 @@ +### Example 1: Creating registration record with delegated permission + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + preferredTimezone = "Pacific Standard Time" + preferredLanguage = "en-us" + registrationQuestionAnswers = @( + @{ + questionId = "95320781-96b3-4b8f-8cf8-e6561d23447a" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Seattle" + ) + } + @{ + questionId = "4577afdb-8bee-4219-b482-04b52c6b855c" + value = $null + booleanValue = $true + multiChoiceValues = @( + ) + } + @{ + questionId = "80fefcf1-caf7-4cd3-b8d7-159e17c47f20" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Cancun" + "Hoboken" +"Beijing" +) +} +) +} + +New-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example shows creating registration record with delegated permission + +### Example 2: Creating registration record with application permission + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + firstName = "Diane" + lastName = "Demoss" + email = "DianeDemoss@contoso.com" + preferredTimezone = "Pacific Standard Time" + preferredLanguage = "en-us" + registrationQuestionAnswers = @( + @{ + questionId = "95320781-96b3-4b8f-8cf8-e6561d23447a" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Seattle" + ) + } + @{ + questionId = "4577afdb-8bee-4219-b482-04b52c6b855c" + value = $null + booleanValue = $true + multiChoiceValues = @( + ) + } + @{ + questionId = "80fefcf1-caf7-4cd3-b8d7-159e17c47f20" + value = $null + booleanValue = $null + multiChoiceValues = @( + "London" + "New York City" +) +} +) +} + +New-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example shows creating registration record with application permission + diff --git a/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..59ead512616 --- /dev/null +++ b/src/Bookings/v1.0/examples/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,33 @@ +### Example 1: Add a custom registration question to a webinar registration + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + "@odata.type" = "#microsoft.graph.virtualEventRegistrationCustomQuestion" + displayName = "What's your job position?" + answerInputType = "multiChoice" + answerChoices = @( + "Software Engineer" +"Engineer Manager" +"Product Manager" +) +} + +New-MgVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example will add a custom registration question to a webinar registration + +### Example 2: Add a predefined registration question to a webinar registration + +```powershell + +Import-Module Microsoft.Graph.Bookings + +New-MgVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId + +``` +This example will add a predefined registration question to a webinar registration + diff --git a/src/Bookings/v1.0/examples/Remove-MgVirtualEventTownhallPresenter.md b/src/Bookings/v1.0/examples/Remove-MgVirtualEventTownhallPresenter.md new file mode 100644 index 00000000000..20c29602130 --- /dev/null +++ b/src/Bookings/v1.0/examples/Remove-MgVirtualEventTownhallPresenter.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Remove-MgVirtualEventTownhallPresenter -VirtualEventTownhallId $virtualEventTownhallId -VirtualEventPresenterId $virtualEventPresenterId + +``` +This example shows how to use the Remove-MgVirtualEventTownhallPresenter Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/src/Bookings/v1.0/examples/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md new file mode 100644 index 00000000000..e4451f76ddc --- /dev/null +++ b/src/Bookings/v1.0/examples/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationQuestionBaseId $virtualEventRegistrationQuestionBaseId + +``` +This example shows how to use the Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Search-MgBackupRestorePoint.md b/src/Bookings/v1.0/examples/Search-MgBackupRestorePoint.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Bookings/v1.0/examples/Update-MgVirtualEventTownhall.md b/src/Bookings/v1.0/examples/Update-MgVirtualEventTownhall.md new file mode 100644 index 00000000000..d5563806c5c --- /dev/null +++ b/src/Bookings/v1.0/examples/Update-MgVirtualEventTownhall.md @@ -0,0 +1,22 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + startDateTime = @{ + dateTime = "2024-03-31T10:00:00" + timeZone = "Pacific Standard Time" + } + endDateTime = @{ + dateTime = "2024-03-31T17:00:00" + timeZone = "Pacific Standard Time" + } +} + +Update-MgVirtualEventTownhall -VirtualEventTownhallId $virtualEventTownhallId -BodyParameter $params + +``` +This example shows how to use the Update-MgVirtualEventTownhall Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinar.md b/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinar.md new file mode 100644 index 00000000000..833768b98db --- /dev/null +++ b/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinar.md @@ -0,0 +1,22 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + startDateTime = @{ + dateTime = "2024-03-31T10:00:00" + timeZone = "Pacific Standard Time" + } + endDateTime = @{ + dateTime = "2024-03-31T17:00:00" + timeZone = "Pacific Standard Time" + } +} + +Update-MgVirtualEventWebinar -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example shows how to use the Update-MgVirtualEventWebinar Cmdlet. + diff --git a/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinarPresenter.md b/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinarPresenter.md new file mode 100644 index 00000000000..ed666a861e5 --- /dev/null +++ b/src/Bookings/v1.0/examples/Update-MgVirtualEventWebinarPresenter.md @@ -0,0 +1,24 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Bookings + +$params = @{ + presenterDetails = @{ + bio = @{ + content = "Lead Product Manager of Contoso Sales department" + contentType = "text" + } + company = "Contoso" + jobTitle = "Product Manager" + linkedInProfileWebUrl = "https://linkedin.com/in/DianeDemoss" + personalSiteWebUrl = "https://DianeDemoss.com" + } +} + +Update-MgVirtualEventWebinarPresenter -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventPresenterId $virtualEventPresenterId -BodyParameter $params + +``` +This example shows how to use the Update-MgVirtualEventWebinarPresenter Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenario.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenario.md new file mode 100644 index 00000000000..58c80ab1d1a --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenario.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenario + +``` +This example shows how to use the Get-MgBetaSolutionBusinessScenario Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioByUniqueName.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlanner.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlanner.md new file mode 100644 index 00000000000..34c97f9c7b6 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlanner.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlanner -BusinessScenarioId $businessScenarioId + +``` +This example shows how to use the Get-MgBetaSolutionBusinessScenarioPlanner Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md new file mode 100644 index 00000000000..4b225a3deb4 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration -BusinessScenarioId $businessScenarioId + +``` +This example shows how to use the Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization.md new file mode 100644 index 00000000000..fe94faf8ad3 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization.md @@ -0,0 +1,22 @@ +### Example 1: Get all localizations + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization -BusinessScenarioId $businessScenarioId + +``` +This example will get all localizations + +### Example 2: Get localization for a specific language tag + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization -BusinessScenarioId $businessScenarioId -Filter "languageTag eq 'en-us'" + +``` +This example will get localization for a specific language tag + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTask.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTask.md new file mode 100644 index 00000000000..17d489ad586 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTask.md @@ -0,0 +1,33 @@ +### Example 1: Get all tasks for a scenario + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId + +``` +This example will get all tasks for a scenario + +### Example 2: Get tasks associated with a specific externalContextId + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId -Filter "businessScenarioProperties/externalContextId eq 'Warehouse-CA-36'" + +``` +This example will get tasks associated with a specific externalcontextid + +### Example 3: Get scenario tasks created in a specific group + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId -Filter "location/microsoft.graph.businessScenarioGroupTarget/groupId eq '7a339254-4b2b-4410-b295-c890a16776ee'" + +``` +This example will get scenario tasks created in a specific group + diff --git a/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md new file mode 100644 index 00000000000..2d26e1ce4d3 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration -BusinessScenarioId $businessScenarioId + +``` +This example shows how to use the Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenario.md b/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenario.md new file mode 100644 index 00000000000..88880259122 --- /dev/null +++ b/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenario.md @@ -0,0 +1,17 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + "@odata.type" = "#microsoft.graph.businessScenario" + displayName = "Contoso Order Tracking" + uniqueName = "com.contoso.apps.ordertracking" +} + +New-MgBetaSolutionBusinessScenario -BodyParameter $params + +``` +This example shows how to use the New-MgBetaSolutionBusinessScenario Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenarioPlannerTask.md b/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenarioPlannerTask.md new file mode 100644 index 00000000000..efbfbf108ce --- /dev/null +++ b/src/BusinessScenario/beta/examples/New-MgBetaSolutionBusinessScenarioPlannerTask.md @@ -0,0 +1,29 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + title = "Customer order #12010" + percentComplete = 0 + priority = 5 + target = @{ + "@odata.type" = "microsoft.graph.businessScenarioGroupTarget" + taskTargetKind = "group" + groupId = "7a339254-4b2b-4410-b295-c890a16776ee" + } + businessScenarioProperties = @{ + externalObjectId = "Order#12010" + externalContextId = "Warehouse-CA-36" + externalObjectVersion = "000001" + webUrl = "https://ordertracking.contoso.com/view?id=12010" + externalBucketId = "deliveryBucket" + } +} + +New-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaSolutionBusinessScenarioPlannerTask Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenario.md b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenario.md new file mode 100644 index 00000000000..3e675ac179e --- /dev/null +++ b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenario.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Remove-MgBetaSolutionBusinessScenario -BusinessScenarioId $businessScenarioId + +``` +This example shows how to use the Remove-MgBetaSolutionBusinessScenario Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioByUniqueName.md b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioPlannerTask.md b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioPlannerTask.md new file mode 100644 index 00000000000..41696ee97af --- /dev/null +++ b/src/BusinessScenario/beta/examples/Remove-MgBetaSolutionBusinessScenarioPlannerTask.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +Remove-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId -BusinessScenarioTaskId $businessScenarioTaskId + +``` +This example shows how to use the Remove-MgBetaSolutionBusinessScenarioPlannerTask Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenario.md b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenario.md new file mode 100644 index 00000000000..6b6b8b3b34c --- /dev/null +++ b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenario.md @@ -0,0 +1,18 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + ownerAppIds = @( + "44109254-4b2b-7a33-76ee-c890a167b295" +"13eb9d8b-1d63-4153-9417-3a69ab200a78" +) +} + +Update-MgBetaSolutionBusinessScenario -BusinessScenarioId $businessScenarioId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaSolutionBusinessScenario Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioByUniqueName.md b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md new file mode 100644 index 00000000000..e7b19d4dd4a --- /dev/null +++ b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration.md @@ -0,0 +1,77 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + defaultLanguage = "en-us" + buckets = @( + @{ + externalBucketId = "deliveryBucket" + } + @{ + externalBucketId = "storePickupBucket" + } + @{ + externalBucketId = "specialOrdersBucket" + } + @{ + externalBucketId = "returnProcessingBucket" + } + ) + localizations = @( + @{ + id = "en-us" + languageTag = "en-us" + planTitle = "Order Tracking" + buckets = @( + @{ + externalBucketId = "deliveryBucket" + name = "Deliveries" + } + @{ + externalBucketId = "storePickupBucket" + name = "Pickup" + } + @{ + externalBucketId = "specialOrdersBucket" + name = "Special Orders" + } + @{ + externalBucketId = "returnProcessingBucket" + name = "Customer Returns" + } + ) + } + @{ + id = "es-es" + languageTag = "es-es" + planTitle = "Seguimiento de pedidos" + buckets = @( + @{ + externalBucketId = "deliveryBucket" + name = "Entregas" + } + @{ + externalBucketId = "storePickupBucket" + name = "Recogida" + } + @{ + externalBucketId = "specialOrdersBucket" + name = "Pedidos especiales" + } + @{ + externalBucketId = "specialOrdersBucket" + name = "Devoluciones de clientes" + } + ) + } + ) +} + +Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration -BusinessScenarioId $businessScenarioId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTask.md b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTask.md new file mode 100644 index 00000000000..cf71681fbfb --- /dev/null +++ b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTask.md @@ -0,0 +1,20 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + title = "Customer order #12010" + percentComplete = 20 + priority = 1 + businessScenarioProperties = @{ + externalObjectVersion = "000003" + } +} + +Update-MgBetaSolutionBusinessScenarioPlannerTask -BusinessScenarioId $businessScenarioId -BusinessScenarioTaskId $businessScenarioTaskId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaSolutionBusinessScenarioPlannerTask Cmdlet. + diff --git a/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md new file mode 100644 index 00000000000..1d338b16bda --- /dev/null +++ b/src/BusinessScenario/beta/examples/Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration.md @@ -0,0 +1,127 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.BusinessScenario + +$params = @{ + "@odata.type" = "#microsoft.graph.plannerTaskConfiguration" + editPolicy = @{ + rules = @( + @{ + defaultRule = "block" + role = @{ + "@odata.type" = "#microsoft.graph.plannerRelationshipBasedUserType" + roleKind = "relationship" + role = "defaultRules" + } + propertyRule = @{ + percentComplete = @( + "allow" + ) + ruleKind = "taskRule" + assignments = @{ + defaultRules = @( + "addSelf" + ) + overrides = @( + ) + } + } + } + @{ + defaultRule = "block" + role = @{ + "@odata.type" = "#microsoft.graph.plannerRelationshipBasedUserType" + roleKind = "relationship" + role = "taskAssignees" + } + propertyRule = @{ + startDate = @( + "allow" + ) + dueDate = @( + "allow" + ) + percentComplete = @( + "allow" +) +order = @( +"allow" +) +ruleKind = "taskRule" +references = @{ +defaultRules = @( +"allow" +) +overrides = @( +@{ + name = "userCreated" + rules = @( + "allow" +) +} +@{ +name = "applicationCreated" +rules = @( +"block" +) +} +) +} +checkLists = @{ +defaultRules = @( +"allow" +) +overrides = @( +@{ +name = "userCreated" +rules = @( +"allow" +) +} +@{ +name = "applicationCreated" +rules = @( +"check" +) +} +) +} +assignments = @{ +defaultRules = @( +"block" +) +overrides = @( +@{ +name = "userCreated" +rules = @( +"removeSelf" +) +} +@{ +name = "applicationCreated" +rules = @( +"check" +) +} +) +} +appliedCategories = @{ +defaultRules = @( +"allow" +) +overrides = @( +) +} +} +} +) +} +} + +Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration -BusinessScenarioId $businessScenarioId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration Cmdlet. + diff --git a/src/DeviceManagement.Administration/v1.0/examples/Update-MgDeviceManagementRoleDefinition.md b/src/DeviceManagement.Administration/v1.0/examples/Update-MgDeviceManagementRoleDefinition.md index 7708e23aa12..8005d1d886b 100644 --- a/src/DeviceManagement.Administration/v1.0/examples/Update-MgDeviceManagementRoleDefinition.md +++ b/src/DeviceManagement.Administration/v1.0/examples/Update-MgDeviceManagementRoleDefinition.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.DeviceManagement.Administration $params = @{ - "@odata.type" = "#microsoft.graph.deviceAndAppManagementRoleDefinition" + "@odata.type" = "#microsoft.graph.roleDefinition" displayName = "Display Name value" description = "Description value" rolePermissions = @( diff --git a/src/DeviceManagement.Functions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult.md b/src/DeviceManagement.Functions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult.md new file mode 100644 index 00000000000..f92aff959ef --- /dev/null +++ b/src/DeviceManagement.Functions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.DeviceManagement.Functions + +Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult -CloudPCId $cloudPCId + +``` +This example shows how to use the Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult Cmdlet. + diff --git a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md index 67a6685dd18..162557f5342 100644 --- a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md +++ b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md @@ -5,31 +5,27 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.androidWorkProfileCompliancePolicy" + "@odata.type" = "#microsoft.graph.macOSCompliancePolicy" description = "Description value" displayName = "Display Name value" version = 7 passwordRequired = $true + passwordBlockSimple = $true + passwordExpirationDays = passwordMinimumLength = - passwordRequiredType = "alphabetic" passwordMinutesOfInactivityBeforeLock = - passwordExpirationDays = passwordPreviousPasswordBlockCount = - securityPreventInstallAppsFromUnknownSources = $true - securityDisableUsbDebugging = $true - securityRequireVerifyApps = $true - deviceThreatProtectionEnabled = $true - deviceThreatProtectionRequiredSecurityLevel = "secured" - securityBlockJailbrokenDevices = $true + passwordMinimumCharacterSetCount = + passwordRequiredType = "alphanumeric" osMinimumVersion = "Os Minimum Version value" osMaximumVersion = "Os Maximum Version value" - minAndroidSecurityPatchLevel = "Min Android Security Patch Level value" + systemIntegrityProtectionEnabled = $true + deviceThreatProtectionEnabled = $true + deviceThreatProtectionRequiredSecurityLevel = "secured" storageRequireEncryption = $true - securityRequireSafetyNetAttestationBasicIntegrity = $true - securityRequireSafetyNetAttestationCertifiedDevice = $true - securityRequireGooglePlayServices = $true - securityRequireUpToDateSecurityProviders = $true - securityRequireCompanyPortalAppIntegrity = $true + firewallEnabled = $true + firewallBlockAllIncoming = $true + firewallEnableStealthMode = $true } New-MgDeviceManagementDeviceCompliancePolicy -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md index 90c7bfbc5e3..9d502306eb7 100644 --- a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md +++ b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md @@ -5,99 +5,50 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows10EndpointProtectionConfiguration" + "@odata.type" = "#microsoft.graph.windowsUpdateForBusinessConfiguration" description = "Description value" displayName = "Display Name value" version = 7 - firewallBlockStatefulFTP = $true - firewallIdleTimeoutForSecurityAssociationInSeconds = - firewallPreSharedKeyEncodingMethod = "none" - firewallIPSecExemptionsAllowNeighborDiscovery = $true - firewallIPSecExemptionsAllowICMP = $true - firewallIPSecExemptionsAllowRouterDiscovery = $true - firewallIPSecExemptionsAllowDHCP = $true - firewallCertificateRevocationListCheckMethod = "none" - firewallMergeKeyingModuleSettings = $true - firewallPacketQueueingMethod = "disabled" - firewallProfileDomain = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true + deliveryOptimizationMode = "httpOnly" + prereleaseFeatures = "settingsOnly" + automaticUpdateMode = "notifyDownload" + microsoftUpdateServiceAllowed = $true + driversExcluded = $true + installationSchedule = @{ + "@odata.type" = "microsoft.graph.windowsUpdateScheduledInstall" + scheduledInstallDay = "everyday" + scheduledInstallTime = "11:59:31.3170000" } - firewallProfilePublic = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true - } - firewallProfilePrivate = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true - } - defenderAttackSurfaceReductionExcludedPaths = @( - "Defender Attack Surface Reduction Excluded Paths value" -) -defenderGuardedFoldersAllowedAppPaths = @( -"Defender Guarded Folders Allowed App Paths value" -) -defenderAdditionalGuardedFolders = @( -"Defender Additional Guarded Folders value" -) -defenderExploitProtectionXml = "ZGVmZW5kZXJFeHBsb2l0UHJvdGVjdGlvblhtbA==" -defenderExploitProtectionXmlFileName = "Defender Exploit Protection Xml File Name value" -defenderSecurityCenterBlockExploitProtectionOverride = $true -appLockerApplicationControl = "enforceComponentsAndStoreApps" -smartScreenEnableInShell = $true -smartScreenBlockOverrideForFiles = $true -applicationGuardEnabled = $true -applicationGuardBlockFileTransfer = "blockImageAndTextFile" -applicationGuardBlockNonEnterpriseContent = $true -applicationGuardAllowPersistence = $true -applicationGuardForceAuditing = $true -applicationGuardBlockClipboardSharing = "blockBoth" -applicationGuardAllowPrintToPDF = $true -applicationGuardAllowPrintToXPS = $true -applicationGuardAllowPrintToLocalPrinters = $true -applicationGuardAllowPrintToNetworkPrinters = $true -bitLockerDisableWarningForOtherDiskEncryption = $true -bitLockerEnableStorageCardEncryptionOnMobile = $true -bitLockerEncryptDevice = $true -bitLockerRemovableDrivePolicy = @{ -"@odata.type" = "microsoft.graph.bitLockerRemovableDrivePolicy" -encryptionMethod = "aesCbc256" -requireEncryptionForWriteAccess = $true -blockCrossOrganizationWriteAccess = $true -} + qualityUpdatesDeferralPeriodInDays = + featureUpdatesDeferralPeriodInDays = + qualityUpdatesPaused = $true + featureUpdatesPaused = $true + qualityUpdatesPauseExpiryDateTime = "2017-01-01T00:00:22.9594683-08:00" + featureUpdatesPauseExpiryDateTime = "2016-12-31T23:58:08.068669-08:00" + businessReadyUpdatesOnly = "all" + skipChecksBeforeRestart = $true + updateWeeks = "firstWeek" + qualityUpdatesPauseStartDate = "2016-12-31" + featureUpdatesPauseStartDate = "2016-12-31" + featureUpdatesRollbackWindowInDays = + qualityUpdatesWillBeRolledBack = $true + featureUpdatesWillBeRolledBack = $true + qualityUpdatesRollbackStartDateTime = "2016-12-31T23:57:01.05526-08:00" + featureUpdatesRollbackStartDateTime = "2017-01-01T00:03:21.6080517-08:00" + engagedRestartDeadlineInDays = + engagedRestartSnoozeScheduleInDays = + engagedRestartTransitionScheduleInDays = + deadlineForFeatureUpdatesInDays = + deadlineForQualityUpdatesInDays = + deadlineGracePeriodInDays = + postponeRebootUntilAfterDeadline = $true + autoRestartNotificationDismissal = "automatic" + scheduleRestartWarningInHours = + scheduleImminentRestartWarningInMinutes = + userPauseAccess = "enabled" + userWindowsUpdateScanAccess = "enabled" + updateNotificationLevel = "defaultNotifications" + allowWindows11Upgrade = $true } New-MgDeviceManagementDeviceConfiguration -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md index 47bf580e429..3617b2ef9eb 100644 --- a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md +++ b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md @@ -5,29 +5,27 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows10CompliancePolicy" + "@odata.type" = "#microsoft.graph.macOSCompliancePolicy" description = "Description value" displayName = "Display Name value" version = 7 passwordRequired = $true passwordBlockSimple = $true - passwordRequiredToUnlockFromIdle = $true - passwordMinutesOfInactivityBeforeLock = passwordExpirationDays = passwordMinimumLength = + passwordMinutesOfInactivityBeforeLock = + passwordPreviousPasswordBlockCount = passwordMinimumCharacterSetCount = passwordRequiredType = "alphanumeric" - passwordPreviousPasswordBlockCount = - requireHealthyDeviceReport = $true osMinimumVersion = "Os Minimum Version value" osMaximumVersion = "Os Maximum Version value" - mobileOsMinimumVersion = "Mobile Os Minimum Version value" - mobileOsMaximumVersion = "Mobile Os Maximum Version value" - earlyLaunchAntiMalwareDriverEnabled = $true - bitLockerEnabled = $true - secureBootEnabled = $true - codeIntegrityEnabled = $true + systemIntegrityProtectionEnabled = $true + deviceThreatProtectionEnabled = $true + deviceThreatProtectionRequiredSecurityLevel = "secured" storageRequireEncryption = $true + firewallEnabled = $true + firewallBlockAllIncoming = $true + firewallEnableStealthMode = $true } Update-MgDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId $deviceCompliancePolicyId -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md index cd7630598eb..1f25f3711d0 100644 --- a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md +++ b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md @@ -5,32 +5,50 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.macOSGeneralDeviceConfiguration" + "@odata.type" = "#microsoft.graph.windowsUpdateForBusinessConfiguration" description = "Description value" displayName = "Display Name value" version = 7 - compliantAppsList = @( - @{ - "@odata.type" = "microsoft.graph.appListItem" - name = "Name value" - publisher = "Publisher value" - appStoreUrl = "https://example.com/appStoreUrl/" - appId = "App Id value" - } - ) - compliantAppListType = "appsInListCompliant" - emailInDomainSuffixes = @( - "Email In Domain Suffixes value" -) -passwordBlockSimple = $true -passwordExpirationDays = -passwordMinimumCharacterSetCount = -passwordMinimumLength = -passwordMinutesOfInactivityBeforeLock = -passwordMinutesOfInactivityBeforeScreenTimeout = -passwordPreviousPasswordBlockCount = -passwordRequiredType = "alphanumeric" -passwordRequired = $true + deliveryOptimizationMode = "httpOnly" + prereleaseFeatures = "settingsOnly" + automaticUpdateMode = "notifyDownload" + microsoftUpdateServiceAllowed = $true + driversExcluded = $true + installationSchedule = @{ + "@odata.type" = "microsoft.graph.windowsUpdateScheduledInstall" + scheduledInstallDay = "everyday" + scheduledInstallTime = "11:59:31.3170000" + } + qualityUpdatesDeferralPeriodInDays = + featureUpdatesDeferralPeriodInDays = + qualityUpdatesPaused = $true + featureUpdatesPaused = $true + qualityUpdatesPauseExpiryDateTime = "2017-01-01T00:00:22.9594683-08:00" + featureUpdatesPauseExpiryDateTime = "2016-12-31T23:58:08.068669-08:00" + businessReadyUpdatesOnly = "all" + skipChecksBeforeRestart = $true + updateWeeks = "firstWeek" + qualityUpdatesPauseStartDate = "2016-12-31" + featureUpdatesPauseStartDate = "2016-12-31" + featureUpdatesRollbackWindowInDays = + qualityUpdatesWillBeRolledBack = $true + featureUpdatesWillBeRolledBack = $true + qualityUpdatesRollbackStartDateTime = "2016-12-31T23:57:01.05526-08:00" + featureUpdatesRollbackStartDateTime = "2017-01-01T00:03:21.6080517-08:00" + engagedRestartDeadlineInDays = + engagedRestartSnoozeScheduleInDays = + engagedRestartTransitionScheduleInDays = + deadlineForFeatureUpdatesInDays = + deadlineForQualityUpdatesInDays = + deadlineGracePeriodInDays = + postponeRebootUntilAfterDeadline = $true + autoRestartNotificationDismissal = "automatic" + scheduleRestartWarningInHours = + scheduleImminentRestartWarningInMinutes = + userPauseAccess = "enabled" + userWindowsUpdateScanAccess = "enabled" + updateNotificationLevel = "defaultNotifications" + allowWindows11Upgrade = $true } Update-MgDeviceManagementDeviceConfiguration -DeviceConfigurationId $deviceConfigurationId -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md b/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md index 8b137891791..e69de29bb2d 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md @@ -1 +0,0 @@ - diff --git a/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md b/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md index 8b137891791..e69de29bb2d 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md @@ -1 +0,0 @@ - diff --git a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md index 07a29075ba1..5375680d306 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md +++ b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md @@ -5,9 +5,9 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.iosVppEBookAssignment" + "@odata.type" = "#microsoft.graph.managedEBookAssignment" target = @{ - "@odata.type" = "microsoft.graph.deviceAndAppManagementAssignmentTarget" + "@odata.type" = "microsoft.graph.allLicensedUsersAssignmentTarget" } installIntent = "required" } diff --git a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md index b4b71b81d7d..31ebc53f88a 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.iosiPadOSWebClip" + "@odata.type" = "#microsoft.graph.androidStoreApp" displayName = "Display Name value" description = "Description value" publisher = "Publisher value" @@ -21,8 +21,27 @@ $params = @{ developer = "Developer value" notes = "Notes value" publishingState = "processing" - appUrl = "https://example.com/appUrl/" - useManagedBrowser = $true + packageId = "Package Id value" + appStoreUrl = "https://example.com/appStoreUrl/" + minimumSupportedOperatingSystem = @{ + "@odata.type" = "microsoft.graph.androidMinimumOperatingSystem" + v4_0 = $true + v4_0_3 = $true + v4_1 = $true + v4_2 = $true + v4_3 = $true + v4_4 = $true + v5_0 = $true + v5_1 = $true + v6_0 = $true + v7_0 = $true + v7_1 = $true + v8_0 = $true + v8_1 = $true + v9_0 = $true + v10_0 = $true + v11_0 = $true + } } New-MgDeviceAppManagementMobileApp -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md index 080b5371f8f..383de5fcb93 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md @@ -6,10 +6,6 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ "@odata.type" = "#microsoft.graph.deviceAppManagement" - microsoftStoreForBusinessLastSuccessfulSyncDateTime = [System.DateTime]::Parse("2016-12-31T23:57:45.2453148-08:00") - isEnabledForMicrosoftStoreForBusiness = $true - microsoftStoreForBusinessLanguage = "Microsoft Store For Business Language value" - microsoftStoreForBusinessLastCompletedApplicationSyncTime = [System.DateTime]::Parse("2017-01-01T00:02:00.0421137-08:00") } Update-MgDeviceAppManagement -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md index a103174d429..80da8755774 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.windowsWebApp" + "@odata.type" = "#microsoft.graph.iosLobApp" displayName = "Display Name value" description = "Description value" publisher = "Publisher value" @@ -21,7 +21,29 @@ $params = @{ developer = "Developer value" notes = "Notes value" publishingState = "processing" - appUrl = "https://example.com/appUrl/" + committedContentVersion = "Committed Content Version value" + fileName = "File Name value" + size = + bundleId = "Bundle Id value" + applicableDeviceType = @{ + "@odata.type" = "microsoft.graph.iosDeviceType" + iPad = $true + iPhoneAndIPod = $true + } + minimumSupportedOperatingSystem = @{ + "@odata.type" = "microsoft.graph.iosMinimumOperatingSystem" + v8_0 = $true + v9_0 = $true + v10_0 = $true + v11_0 = $true + v12_0 = $true + v13_0 = $true + v14_0 = $true + v15_0 = $true + } + expirationDateTime = "2016-12-31T23:57:57.2481234-08:00" + versionNumber = "Version Number value" + buildNumber = "Build Number value" } Update-MgDeviceAppManagementMobileApp -MobileAppId $mobileAppId -BodyParameter $params diff --git a/src/Files/beta/examples/Remove-MgBetaDriveItemCheckout.md b/src/Files/beta/examples/Remove-MgBetaDriveItemCheckout.md new file mode 100644 index 00000000000..8fe84d6503e --- /dev/null +++ b/src/Files/beta/examples/Remove-MgBetaDriveItemCheckout.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Files + +Remove-MgBetaDriveItemCheckout -DriveId $driveId -DriveItemId $driveItemId + +``` +This example shows how to use the Remove-MgBetaDriveItemCheckout Cmdlet. + diff --git a/src/Files/beta/examples/Remove-MgBetaDriveRootCheckout.md b/src/Files/beta/examples/Remove-MgBetaDriveRootCheckout.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Files/beta/examples/Remove-MgBetaDriveRootCheckout.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md b/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md index f87bb75b398..50f0d9d2200 100644 --- a/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md +++ b/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md @@ -5,9 +5,7 @@ Import-Module Microsoft.Graph.Beta.Files $params = @{ - retentionSettings = @{ - isRecordLocked = $true - } + name = "Retention label for Contracts" } Update-MgBetaDriveItemRetentionLabel -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params diff --git a/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelGetByNameToDrive.md b/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelGetByNameToDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelGetByNameToDrive.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelToDrive.md b/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelToDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Add-MgBetaGroupSiteContentModelToDrive.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelAppliedDrive.md b/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelAppliedDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelAppliedDrive.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelByName.md b/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelByName.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive.md b/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupCalendarEventPermanent.md b/src/Groups/beta/examples/Remove-MgBetaGroupCalendarEventPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupCalendarPermanent.md b/src/Groups/beta/examples/Remove-MgBetaGroupCalendarPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupDriveItemCheckout.md b/src/Groups/beta/examples/Remove-MgBetaGroupDriveItemCheckout.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Remove-MgBetaGroupDriveItemCheckout.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupDriveRootCheckout.md b/src/Groups/beta/examples/Remove-MgBetaGroupDriveRootCheckout.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Remove-MgBetaGroupDriveRootCheckout.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupEventPermanent.md b/src/Groups/beta/examples/Remove-MgBetaGroupEventPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelFromDrive.md b/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelFromDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelFromDrive.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelGetByNameFromDrive.md b/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelGetByNameFromDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Groups/beta/examples/Remove-MgBetaGroupSiteContentModelGetByNameFromDrive.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeople.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeople.md new file mode 100644 index 00000000000..39ab1fc15b4 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeople.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaAdminPeople + +``` +This example shows how to use the Get-MgBetaAdminPeople Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleItemInsight.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleItemInsight.md new file mode 100644 index 00000000000..5fdb3125a20 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleItemInsight.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaAdminPeopleItemInsight + +``` +This example shows how to use the Get-MgBetaAdminPeopleItemInsight Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileCardProperty.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileCardProperty.md new file mode 100644 index 00000000000..58895cded19 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileCardProperty.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaAdminPeopleProfileCardProperty + +``` +This example shows how to use the Get-MgBetaAdminPeopleProfileCardProperty Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeoplePronoun.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeoplePronoun.md new file mode 100644 index 00000000000..c54764fa004 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeoplePronoun.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaAdminPeoplePronoun + +``` +This example shows how to use the Get-MgBetaAdminPeoplePronoun Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdministrativeUnitScopedRoleMember.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdministrativeUnitScopedRoleMember.md index abc8e9c7ce8..b6996fb2281 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdministrativeUnitScopedRoleMember.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdministrativeUnitScopedRoleMember.md @@ -1,14 +1,11 @@ -### Example 1: Using the Get-MgBetaAdministrativeUnitScopedRoleMember Cmdlet -```powershell -Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement -Get-MgBetaAdministrativeUnitScopedRoleMember -AdministrativeUnitId $administrativeUnitId -ScopedRoleMembershipId $scopedRoleMembershipId -``` -This example shows how to use the Get-MgBetaAdministrativeUnitScopedRoleMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). -### Example 2: Using the Get-MgBetaAdministrativeUnitScopedRoleMember Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaAdministrativeUnitScopedRoleMember -AdministrativeUnitId $administrativeUnitId + ``` This example shows how to use the Get-MgBetaAdministrativeUnitScopedRoleMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveMemberOf.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveMemberOf.md index 4262e2abbd1..4e027f8fcf3 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveMemberOf.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveMemberOf.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement Get-MgBetaContactTransitiveMemberOf -OrgContactId $orgContactId + ``` This example shows how to use the Get-MgBetaContactTransitiveMemberOf Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveReport.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveReport.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveReport.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaContactTransitiveReport.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceMemberOfAsGroup.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceMemberOfAsGroup.md new file mode 100644 index 00000000000..a1288927fb8 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceMemberOfAsGroup.md @@ -0,0 +1,12 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDeviceMemberOfAsGroup -DeviceId $deviceId -CountVariable CountVar -Sort "displayName" -Filter "startswith(displayName, 'A')" -ConsistencyLevel eventual + + +``` +This example shows how to use the Get-MgBetaDeviceMemberOfAsGroup Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredOwnerByRef.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredOwnerByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredOwnerByRef.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredOwnerByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredUserByRef.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredUserByRef.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceRegisteredUserByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceTransitiveMemberOfAsGroup.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceTransitiveMemberOfAsGroup.md new file mode 100644 index 00000000000..822508fa7a9 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceTransitiveMemberOfAsGroup.md @@ -0,0 +1,12 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDeviceTransitiveMemberOfAsGroup -DeviceId $deviceId -CountVariable CountVar -Sort "displayName" -Filter "startswith(displayName, 'a')" -ConsistencyLevel eventual + + +``` +This example shows how to use the Get-MgBetaDeviceTransitiveMemberOfAsGroup Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceUsageRights.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceUsageRights.md index d8720468498..b5e23994b0c 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceUsageRights.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDeviceUsageRights.md @@ -1,14 +1,22 @@ -### Example 1: Using the Get-MgBetaDeviceUsageRights Cmdlet +### Example 1: Get all usage rights for a device + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaDeviceUsageRights -DeviceId $deviceId + ``` -This example shows how to use the Get-MgBetaDeviceUsageRights Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). -### Example 2: Using the Get-MgBetaDeviceUsageRights Cmdlet +This example will get all usage rights for a device + +### Example 2: Get usage rights for a device with specific service identifiers and states + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaDeviceUsageRights -DeviceId $deviceId -Filter "state in ('active', 'suspended') and serviceIdentifier in ('ABCD')" + ``` -This example shows how to use the Get-MgBetaDeviceUsageRights Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +This example will get usage rights for a device with specific service identifiers and states + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md new file mode 100644 index 00000000000..39ac4c28082 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration + +``` +This example shows how to use the Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md new file mode 100644 index 00000000000..824989f3a1c --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId + +``` +This example shows how to use the Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryDeletedItemAsGroup.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryDeletedItemAsGroup.md new file mode 100644 index 00000000000..9b653098252 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryDeletedItemAsGroup.md @@ -0,0 +1,22 @@ +### Example 1: Retrieve deleted groups + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryDeletedItemAsGroup + +``` +This example will retrieve deleted groups + +### Example 2: Retrieve the count of deleted user objects and order the results by the deletedDateTime property + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryDeletedItemAsGroup -CountVariable CountVar -Sort "deletedDateTime asc" -Property "id,displayName,deletedDateTime" + +``` +This example will retrieve the count of deleted user objects and order the results by the deleteddatetime property + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryDeviceLocalCredential.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryDeviceLocalCredential.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryExternalUserProfile.md new file mode 100644 index 00000000000..e36ec1bb698 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryExternalUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryExternalUserProfile + +``` +This example shows how to use the Get-MgBetaDirectoryExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryInboundSharedUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryInboundSharedUserProfile.md index e69de29bb2d..c1454e6ff77 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryInboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryInboundSharedUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryInboundSharedUserProfile + +``` +This example shows how to use the Get-MgBetaDirectoryInboundSharedUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOnPremiseSynchronization.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOnPremiseSynchronization.md new file mode 100644 index 00000000000..9fa2402746a --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOnPremiseSynchronization.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryOnPremiseSynchronization -OnPremisesDirectorySynchronizationId $onPremisesDirectorySynchronizationId + +``` +This example shows how to use the Get-MgBetaDirectoryOnPremiseSynchronization Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfile.md index e69de29bb2d..6bdbb385daf 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryOutboundSharedUserProfile + +``` +This example shows how to use the Get-MgBetaDirectoryOutboundSharedUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfileTenant.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfileTenant.md index e69de29bb2d..6e4f6bac9b0 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfileTenant.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryOutboundSharedUserProfileTenant.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryOutboundSharedUserProfileTenant -OutboundSharedUserProfileUserId $outboundSharedUserProfileUserId + +``` +This example shows how to use the Get-MgBetaDirectoryOutboundSharedUserProfileTenant Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryPendingExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryPendingExternalUserProfile.md new file mode 100644 index 00000000000..005097a00a7 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryPendingExternalUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryPendingExternalUserProfile + +``` +This example shows how to use the Get-MgBetaDirectoryPendingExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendation.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendation.md index e69de29bb2d..aa76d72d696 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendation.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendation.md @@ -0,0 +1,33 @@ +### Example 1: Get the list of recommendations + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryRecommendation + +``` +This example will get the list of recommendations + +### Example 2: Get a recommendation object without its associated resources by the recommendationType + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryRecommendation -Filter "recommendationType eq 'turnOffPerUserMFA'" + +``` +This example will get a recommendation object without its associated resources by the recommendationtype + +### Example 3: Get a recommendation object with its associated impacted resources + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryRecommendation -Filter "id eq '0cb31920-84b9-471f-a6fb-468c1a847088_Microsoft.Identity.IAM.Insights.TurnOffPerUserMFA'" -ExpandProperty "impactedResources" + +``` +This example will get a recommendation object with its associated impacted resources + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationImpactedResource.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationImpactedResource.md index e69de29bb2d..9fad9c5eb6f 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationImpactedResource.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationImpactedResource.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectoryRecommendationImpactedResource -RecommendationId $recommendationId + +``` +This example shows how to use the Get-MgBetaDirectoryRecommendationImpactedResource Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRoleMemberByRef.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRoleMemberByRef.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRoleMemberByRef.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRoleMemberByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscription.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscription.md new file mode 100644 index 00000000000..24a47409bd7 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscription.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDirectorySubscription + +``` +This example shows how to use the Get-MgBetaDirectorySubscription Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByOcpSubscriptionId.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByOcpSubscriptionId.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectorySubscriptionByOcpSubscriptionId.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomainRootDomain.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomainRootDomain.md new file mode 100644 index 00000000000..4f920c2934a --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomainRootDomain.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Get-MgBetaDomainRootDomain -DomainId $domainId + +``` +This example shows how to use the Get-MgBetaDomainRootDomain Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingContactInsight.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingContactInsight.md index 8f3170aa9c9..df67f295375 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingContactInsight.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingContactInsight.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgBetaOrganizationSettingContactInsight Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaOrganizationSettingContactInsight -OrganizationId $organizationId + ``` This example shows how to use the Get-MgBetaOrganizationSettingContactInsight Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingItemInsight.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingItemInsight.md index 93354a380af..f3d733c0e16 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingItemInsight.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingItemInsight.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgBetaOrganizationSettingItemInsight Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaOrganizationSettingItemInsight -OrganizationId $organizationId + ``` This example shows how to use the Get-MgBetaOrganizationSettingItemInsight Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md index f4373fbb92f..cb7ef0ccc0a 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId $organizationId + ``` This example shows how to use the Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingPersonInsight.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingPersonInsight.md index cf70a613298..61eae2da04e 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingPersonInsight.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaOrganizationSettingPersonInsight.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgBetaOrganizationSettingPersonInsight Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Get-MgBetaOrganizationSettingPersonInsight -OrganizationId $organizationId + ``` This example shows how to use the Get-MgBetaOrganizationSettingPersonInsight Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdminPeopleProfileCardProperty.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdminPeopleProfileCardProperty.md new file mode 100644 index 00000000000..303aadc3a6c --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdminPeopleProfileCardProperty.md @@ -0,0 +1,26 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + directoryPropertyName = "CustomAttribute1" + annotations = @( + @{ + displayName = "Cost Center" + localizations = @( + @{ + languageTag = "ru" + displayName = "центр затрат" + } + ) + } + ) +} + +New-MgBetaAdminPeopleProfileCardProperty -BodyParameter $params + +``` +This example shows how to use the New-MgBetaAdminPeopleProfileCardProperty Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMember.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMember.md new file mode 100644 index 00000000000..7272f543953 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMember.md @@ -0,0 +1,23 @@ +### Example 1: Create a new group + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + "@odata.type" = "#microsoft.graph.group" + description = "Self help community for golf" + displayName = "Golf Assist" + groupTypes = @( + "Unified" +) +mailEnabled = $true +mailNickname = "golfassist" +securityEnabled = $false +} + +New-MgBetaAdministrativeUnitMember -AdministrativeUnitId $administrativeUnitId -BodyParameter $params + +``` +This example will create a new group + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMemberByRef.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMemberByRef.md index 4d356b4337f..551a6fb03bd 100644 --- a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMemberByRef.md +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitMemberByRef.md @@ -1,10 +1,15 @@ -### Example 1: Using the New-MgBetaAdministrativeUnitMemberByRef Cmdlet +### Example 1: Add an existing user or group + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + $params = @{ "@odata.id" = "https://graph.microsoft.com/beta/groups/{id}" } + New-MgBetaAdministrativeUnitMemberByRef -AdministrativeUnitId $administrativeUnitId -BodyParameter $params + ``` -This example shows how to use the New-MgBetaAdministrativeUnitMemberByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +This example will add an existing user or group + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitScopedRoleMember.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitScopedRoleMember.md index 97c4bbd1067..f2500b078e4 100644 --- a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitScopedRoleMember.md +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaAdministrativeUnitScopedRoleMember.md @@ -1,13 +1,18 @@ -### Example 1: Using the New-MgBetaAdministrativeUnitScopedRoleMember Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + $params = @{ - RoleId = "roleId-value" - RoleMemberInfo = @{ - Id = "id-value" + roleId = "roleId-value" + roleMemberInfo = @{ + id = "id-value" } } + New-MgBetaAdministrativeUnitScopedRoleMember -AdministrativeUnitId $administrativeUnitId -BodyParameter $params + ``` This example shows how to use the New-MgBetaAdministrativeUnitScopedRoleMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDeviceRegisteredUserByRef.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDeviceRegisteredUserByRef.md new file mode 100644 index 00000000000..c7202b3176b --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDeviceRegisteredUserByRef.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + "@odata.id" = "https://graph.microsoft.com/beta/directoryObjects/{id}" +} + +New-MgBetaDeviceRegisteredUserByRef -DeviceId $deviceId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaDeviceRegisteredUserByRef Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md new file mode 100644 index 00000000000..66ef7f7bc6f --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md @@ -0,0 +1,18 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + isRootAuthority = $true + certificate = [System.Text.Encoding]::ASCII.GetBytes("MIIGrDCCBJSgAwIBAgITWgACAdWQXvWynRA6/AABAAIB....") + issuer = "ExampleIssuer" + issuerSubjectKeyIdentifier = " BA:AF:4A:02:4D:AA:A6:F1:3C:25:8E:AD:FA:38:98:CE:D9:23:32:D9" +} + +New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryPendingExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryPendingExternalUserProfile.md new file mode 100644 index 00000000000..fd00ae2307e --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryPendingExternalUserProfile.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + phoneNumber = "+15555555555" + displayName = "Bob Henry" +} + +New-MgBetaDirectoryPendingExternalUserProfile -BodyParameter $params + +``` +This example shows how to use the New-MgBetaDirectoryPendingExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdminPeopleProfileCardProperty.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdminPeopleProfileCardProperty.md new file mode 100644 index 00000000000..d5bd4c939b0 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdminPeopleProfileCardProperty.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaAdminPeopleProfileCardProperty -ProfileCardPropertyId $profileCardPropertyId + +``` +This example shows how to use the Remove-MgBetaAdminPeopleProfileCardProperty Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdministrativeUnitScopedRoleMember.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdministrativeUnitScopedRoleMember.md index d5001f39325..8276f54f750 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdministrativeUnitScopedRoleMember.md +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaAdministrativeUnitScopedRoleMember.md @@ -1,7 +1,11 @@ -### Example 1: Using the Remove-MgBetaAdministrativeUnitScopedRoleMember Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + Remove-MgBetaAdministrativeUnitScopedRoleMember -AdministrativeUnitId $administrativeUnitId -ScopedRoleMembershipId $scopedRoleMembershipId + ``` This example shows how to use the Remove-MgBetaAdministrativeUnitScopedRoleMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef.md new file mode 100644 index 00000000000..b6743a7331a --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef -DeviceId $deviceId -DirectoryObjectId $directoryObjectId + +``` +This example shows how to use the Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef.md new file mode 100644 index 00000000000..acbfdeeef58 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef -DeviceId $deviceId -DirectoryObjectId $directoryObjectId + +``` +This example shows how to use the Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md new file mode 100644 index 00000000000..d8ccc1d2275 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId + +``` +This example shows how to use the Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md new file mode 100644 index 00000000000..a0ecb79b265 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId -CertificateAuthorityAsEntityId $certificateAuthorityAsEntityId + +``` +This example shows how to use the Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryExternalUserProfile.md new file mode 100644 index 00000000000..ab98146e0e0 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryExternalUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDirectoryExternalUserProfile -ExternalUserProfileId $externalUserProfileId + +``` +This example shows how to use the Remove-MgBetaDirectoryExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryPendingExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryPendingExternalUserProfile.md new file mode 100644 index 00000000000..c1b0bf58ca5 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryPendingExternalUserProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDirectoryPendingExternalUserProfile -PendingExternalUserProfileId $pendingExternalUserProfileId + +``` +This example shows how to use the Remove-MgBetaDirectoryPendingExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef.md new file mode 100644 index 00000000000..f38884f3a8a --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef -DirectoryRoleId $directoryRoleId -DirectoryObjectId $directoryObjectId + +``` +This example shows how to use the Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaOrganizationBranding.md b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaOrganizationBranding.md index e69de29bb2d..6467c1dd0df 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaOrganizationBranding.md +++ b/src/Identity.DirectoryManagement/beta/examples/Remove-MgBetaOrganizationBranding.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + id = "0" +} + +Remove-MgBetaOrganizationBranding -OrganizationId $organizationId -BodyParameter $params + +``` +This example shows how to use the Remove-MgBetaOrganizationBranding Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Set-MgBetaOrganizationBrandingLocalizationBannerLogo.md b/src/Identity.DirectoryManagement/beta/examples/Set-MgBetaOrganizationBrandingLocalizationBannerLogo.md index e69de29bb2d..2b10fb178f0 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Set-MgBetaOrganizationBrandingLocalizationBannerLogo.md +++ b/src/Identity.DirectoryManagement/beta/examples/Set-MgBetaOrganizationBrandingLocalizationBannerLogo.md @@ -0,0 +1,13 @@ +### Example 1: Setting **bannerLogo** for the fr-FR localization using PUT + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = Binary data for the image + +Set-MgBetaOrganizationBrandingLocalizationBannerLogo -OrganizationId $organizationId -OrganizationalBrandingLocalizationId $organizationalBrandingLocalizationId -BodyParameter $params + +``` +This example shows setting **bannerlogo** for the fr-fr localization using put + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleItemInsight.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleItemInsight.md new file mode 100644 index 00000000000..15200f4e866 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleItemInsight.md @@ -0,0 +1,15 @@ +### Example 1: Update settings for item insights + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + disabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" +} + +Update-MgBetaAdminPeopleItemInsight -BodyParameter $params + +``` +This example will update settings for item insights + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleProfileCardProperty.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleProfileCardProperty.md new file mode 100644 index 00000000000..c1750082147 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeopleProfileCardProperty.md @@ -0,0 +1,25 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + annotations = @( + @{ + displayName = "Cost Center" + localizations = @( + @{ + languageTag = "no" + displayName = "Kostnadssenter" + } + ) + } + ) +} + +Update-MgBetaAdminPeopleProfileCardProperty -ProfileCardPropertyId $profileCardPropertyId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaAdminPeopleProfileCardProperty Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeoplePronoun.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeoplePronoun.md new file mode 100644 index 00000000000..69edbff1d83 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaAdminPeoplePronoun.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + isEnabledInOrganization = $true +} + +Update-MgBetaAdminPeoplePronoun -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaAdminPeoplePronoun Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md new file mode 100644 index 00000000000..a27e72c015c --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md @@ -0,0 +1,17 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + "@odata.type" = "#microsoft.graph.certificateBasedApplicationConfiguration" + displayName = "New display name" + description = "New description text" +} + +Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md new file mode 100644 index 00000000000..fc9d318bc08 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + isRootAuthority = $true +} + +Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority -CertificateBasedApplicationConfigurationId $certificateBasedApplicationConfigurationId -CertificateAuthorityAsEntityId $certificateAuthorityAsEntityId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryExternalUserProfile.md new file mode 100644 index 00000000000..3ac59fe526f --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryExternalUserProfile.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + jobTitle = "Contractor" +} + +Update-MgBetaDirectoryExternalUserProfile -ExternalUserProfileId $externalUserProfileId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDirectoryExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryOnPremiseSynchronization.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryOnPremiseSynchronization.md new file mode 100644 index 00000000000..cc14a654a1f --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryOnPremiseSynchronization.md @@ -0,0 +1,25 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + configuration = @{ + accidentalDeletionPrevention = @{ + synchronizationPreventionType = "enabledForCount" + alertThreshold = 500 + } + synchronizationInterval = "PT30M" + customerRequestedSynchronizationInterval = "PT1H" + } + features = @{ + groupWriteBackEnabled = $true + } +} + +Update-MgBetaDirectoryOnPremiseSynchronization -OnPremisesDirectorySynchronizationId $onPremisesDirectorySynchronizationId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDirectoryOnPremiseSynchronization Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryPendingExternalUserProfile.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryPendingExternalUserProfile.md new file mode 100644 index 00000000000..3a5402e7785 --- /dev/null +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaDirectoryPendingExternalUserProfile.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + jobTitle = "Contractor" +} + +Update-MgBetaDirectoryPendingExternalUserProfile -PendingExternalUserProfileId $pendingExternalUserProfileId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDirectoryPendingExternalUserProfile Cmdlet. + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingContactInsight.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingContactInsight.md index cac439083ed..3bf48e6da7b 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingContactInsight.md +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingContactInsight.md @@ -1,11 +1,16 @@ -### Example 1: Using the Update-MgBetaOrganizationSettingContactInsight Cmdlet +### Example 1: Update settings for contact insights + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + $params = @{ - IsEnabledInOrganization = $true - DisabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" + isEnabledInOrganization = $true + disabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" } + Update-MgBetaOrganizationSettingContactInsight -OrganizationId $organizationId -BodyParameter $params + ``` -This example shows how to use the Update-MgBetaOrganizationSettingContactInsight Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +This example will update settings for contact insights + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md index 7b735f9af84..faf05d35dce 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess.md @@ -1,10 +1,15 @@ -### Example 1: Using the Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + $params = @{ - DisabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" + disabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" } + Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId $organizationId -BodyParameter $params + ``` This example shows how to use the Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingPersonInsight.md b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingPersonInsight.md index f7168e2e9eb..7e7bca82028 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingPersonInsight.md +++ b/src/Identity.DirectoryManagement/beta/examples/Update-MgBetaOrganizationSettingPersonInsight.md @@ -1,11 +1,16 @@ -### Example 1: Using the Update-MgBetaOrganizationSettingPersonInsight Cmdlet +### Example 1: Update settings for people insights + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + $params = @{ - IsEnabledInOrganization = $true - DisabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" + isEnabledInOrganization = $true + disabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" } + Update-MgBetaOrganizationSettingPersonInsight -OrganizationId $organizationId -BodyParameter $params + ``` -This example shows how to use the Update-MgBetaOrganizationSettingPersonInsight Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +This example will update settings for people insights + diff --git a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.Governance/beta/examples/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -0,0 +1 @@ + diff --git a/src/Identity.Governance/v1.0/examples/Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight.md b/src/Identity.Governance/v1.0/examples/Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.Governance/v1.0/examples/Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md b/src/Identity.Governance/v1.0/examples/Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.Governance/v1.0/examples/Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md b/src/Identity.Governance/v1.0/examples/Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.Governance/v1.0/examples/Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md b/src/Identity.Governance/v1.0/examples/Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/beta/examples/Get-MgBetaUserAuthenticationOperation.md b/src/Identity.SignIns/beta/examples/Get-MgBetaUserAuthenticationOperation.md index 91004da978c..c3739d1d030 100644 --- a/src/Identity.SignIns/beta/examples/Get-MgBetaUserAuthenticationOperation.md +++ b/src/Identity.SignIns/beta/examples/Get-MgBetaUserAuthenticationOperation.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Retrieve the status of a password authentication method reset operation. ```powershell @@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns Get-MgBetaUserAuthenticationOperation -UserId $userId -LongRunningOperationId $longRunningOperationId ``` -This example shows how to use the Get-MgBetaUserAuthenticationOperation Cmdlet. +This example will retrieve the status of a password authentication method reset operation. diff --git a/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md b/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md index 8b137891791..e69de29bb2d 100644 --- a/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md +++ b/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md @@ -1 +0,0 @@ - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlow.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlow.md new file mode 100644 index 00000000000..932d4f348b2 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlow.md @@ -0,0 +1,44 @@ +### Example 1: List all user flows + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlow + +``` +This example will list all user flows + +### Example 2: List all user flows that include Google as an identity provider + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlow -Filter "microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/any(idp:idp/id eq 'Google-OAUTH')" + +``` +This example will list all user flows that include google as an identity provider + +### Example 3: List all user flows that collect 'city' during attribute collection at account creation + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlow -Filter "microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/any(attribute:attribute/id eq 'city')" + +``` +This example will list all user flows that collect 'city' during attribute collection at account creation + +### Example 4: List user flow associated with specific application ID + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlow -Filter "microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/any(appId:appId/appId eq '63856651-13d9-4784-9abf-20758d509e19')" + +``` +This example will list user flow associated with specific application id + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md new file mode 100644 index 00000000000..8a236f42ee7 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute -AuthenticationEventsFlowId $authenticationEventsFlowId + +``` +This example shows how to use the Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md new file mode 100644 index 00000000000..83212e72961 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider -AuthenticationEventsFlowId $authenticationEventsFlowId + +``` +This example shows how to use the Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowIncludeApplication.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowIncludeApplication.md new file mode 100644 index 00000000000..7cde6bca04f --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventFlowIncludeApplication.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEventsFlowId $authenticationEventsFlowId + +``` +This example shows how to use the Get-MgIdentityAuthenticationEventFlowIncludeApplication Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventListener.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventListener.md new file mode 100644 index 00000000000..744c509874c --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityAuthenticationEventListener.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityAuthenticationEventListener + +``` +This example shows how to use the Get-MgIdentityAuthenticationEventListener Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowApiConnectorConfiguration.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowApiConnectorConfiguration.md new file mode 100644 index 00000000000..0561153690c --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowApiConnectorConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityB2XUserFlowApiConnectorConfiguration -B2xIdentityUserFlowId $b2xIdentityUserFlowId -ExpandProperty "postFederationSignup,postAttributeCollection" + +``` +This example shows how to use the Get-MgIdentityB2XUserFlowApiConnectorConfiguration Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPage.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPage.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPage.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPage.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPageContent.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPageContent.md index e69de29bb2d..bf10780d7c9 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPageContent.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageDefaultPageContent.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityB2XUserFlowLanguageDefaultPageContent -B2xIdentityUserFlowId $b2xIdentityUserFlowId -UserFlowLanguageConfigurationId $userFlowLanguageConfigurationId -UserFlowLanguagePageId $userFlowLanguagePageId -OutFile $outFileId + +``` +This example shows how to use the Get-MgIdentityB2XUserFlowLanguageDefaultPageContent Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessTemplate.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessTemplate.md new file mode 100644 index 00000000000..e58901f36bc --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessTemplate.md @@ -0,0 +1,22 @@ +### Example 1: Get the properties a template by ID + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityConditionalAccessTemplate -ConditionalAccessTemplateId $conditionalAccessTemplateId + +``` +This example will get the properties a template by id + +### Example 2: Select details of a template + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityConditionalAccessTemplate -ConditionalAccessTemplateId $conditionalAccessTemplateId -Property "details" + +``` +This example will select details of a template + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityCustomAuthenticationExtension.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityCustomAuthenticationExtension.md new file mode 100644 index 00000000000..4e5bbd65dd0 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityCustomAuthenticationExtension.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgIdentityCustomAuthenticationExtension -Filter "isOf('microsoft.graph.onTokenIssuanceStartCustomExtension')" + +``` +This example shows how to use the Get-MgIdentityCustomAuthenticationExtension Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicy.md new file mode 100644 index 00000000000..57b02ada28f --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyAppManagementPolicy + +``` +This example shows how to use the Get-MgPolicyAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicyApplyTo.md new file mode 100644 index 00000000000..67450b26965 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAppManagementPolicyApplyTo.md @@ -0,0 +1,22 @@ +### Example 1: Get applications and service principal objects applied to an app management policy + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyAppManagementPolicyApplyTo -AppManagementPolicyId $appManagementPolicyId + +``` +This example will get applications and service principal objects applied to an app management policy + +### Example 2: Get specific properties of applications and service principal objects applied to an app management policy using $select query option + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyAppManagementPolicyApplyTo -AppManagementPolicyId $appManagementPolicyId -Property "id,appId,displayName,createdDateTime" + +``` +This example will get specific properties of applications and service principal objects applied to an app management policy using $select query option + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAuthenticationStrengthPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAuthenticationStrengthPolicy.md new file mode 100644 index 00000000000..5cdc3bc1469 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyAuthenticationStrengthPolicy.md @@ -0,0 +1,22 @@ +### Example 1: Get all authentication strength policies + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyAuthenticationStrengthPolicy + +``` +This example will get all authentication strength policies + +### Example 2: Get policies that include specific authentication method modes + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyAuthenticationStrengthPolicy -Filter "allowedCombinations/any(x:x has 'sms, password')" + +``` +This example will get policies that include specific authentication method modes + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyClaimMappingPolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyClaimMappingPolicyApplyTo.md new file mode 100644 index 00000000000..b6a72144b3a --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyClaimMappingPolicyApplyTo.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyClaimMappingPolicyApplyTo -ClaimsMappingPolicyId $claimsMappingPolicyId + +``` +This example shows how to use the Get-MgPolicyClaimMappingPolicyApplyTo Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md new file mode 100644 index 00000000000..5bb8f8885fb --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example shows how to use the Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md new file mode 100644 index 00000000000..ccbca96397b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization + +``` +This example shows how to use the Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md new file mode 100644 index 00000000000..42ad711b08b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration + +``` +This example shows how to use the Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyDefaultAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyDefaultAppManagementPolicy.md new file mode 100644 index 00000000000..bcb9206c829 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyDefaultAppManagementPolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyDefaultAppManagementPolicy + +``` +This example shows how to use the Get-MgPolicyDefaultAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicy.md index cecb7e5d57f..78885e180b8 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId $homeRealmDiscoveryPolicyId +Get-MgPolicyHomeRealmDiscoveryPolicy + ``` This example shows how to use the Get-MgPolicyHomeRealmDiscoveryPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo.md new file mode 100644 index 00000000000..b20fe0c34ef --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo -HomeRealmDiscoveryPolicyId $homeRealmDiscoveryPolicyId + +``` +This example shows how to use the Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index fde0f98584d..b9db7d0d103 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy + ``` This example shows how to use the Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicy.md index 658a24825bf..fd77b092c0c 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicy.md @@ -1,22 +1,33 @@ -### Example 1: Retrieve the details of a role management policy +### Example 1: Retrieve the details of a policy in PIM for Microsoft Entra roles ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -``` -This example shows how to use the Get-MgPolicyRoleManagementPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will retrieve the details of a policy in pim for microsoft entra roles -### Example 2: Retrieve the details of a role management policy and expand the relationships +### Example 2: Retrieve the details of a policy in PIM for Microsoft Entra roles and expand the relationships ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -ExpandProperty "effectiveRules,rules" +Get-MgPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -ExpandProperty "effectiveRules,rules" + ``` -This example shows how to use the Get-MgPolicyRoleManagementPolicy Cmdlet. +This example will retrieve the details of a policy in pim for microsoft entra roles and expand the relationships + +### Example 3: Retrieve the details of a policy in PIM for groups -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId + +``` +This example will retrieve the details of a policy in pim for groups diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyAssignment.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyAssignment.md index 4febc7c3ed9..ad0e05b7a0e 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyAssignment.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyAssignment.md @@ -1,22 +1,22 @@ -### Example 1: Retrieve a role management policy assignment +### Example 1: RRetrieve the details of a policy assignment for PIM for Microsoft Entra roles ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAssignmentId $unifiedRoleManagementPolicyAssignmentId -``` -This example shows how to use the Get-MgPolicyRoleManagementPolicyAssignment Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will rretrieve the details of a policy assignment for pim for microsoft entra roles -### Example 2: Retrieve a role management policy assignment and expand the policy and its associated rules +### Example 2: Retrieve the details of a policy assignment for PIM for Microsoft Entra roles and expand the policy and its associated rules ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAssignmentId $unifiedRoleManagementPolicyAssignmentId -ExpandProperty "policy(`$expand=rules)" -``` -This example shows how to use the Get-MgPolicyRoleManagementPolicyAssignment Cmdlet. +Get-MgPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAssignmentId $unifiedRoleManagementPolicyAssignmentId -ExpandProperty "policy(`$expand=rules)" -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will retrieve the details of a policy assignment for pim for microsoft entra roles and expand the policy and its associated rules diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyRule.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyRule.md index 320dc0cd856..828144a1ede 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyRule.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyRoleManagementPolicyRule.md @@ -1,11 +1,22 @@ -### Example 1: Code snippet +### Example 1: Retrieve a rule defined for a policy in PIM for Microsoft Entra roles ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId $unifiedRoleManagementPolicyRuleId + ``` -This example shows how to use the Get-MgPolicyRoleManagementPolicyRule Cmdlet. +This example will retrieve a rule defined for a policy in pim for microsoft entra roles + +### Example 2: Retrieve a rule defined for a policy in PIM for groups + +```powershell -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId $unifiedRoleManagementPolicyRuleId + +``` +This example will retrieve a rule defined for a policy in pim for groups diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicy.md index a1b0ef433df..f22f8937fff 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgPolicyTokenIssuancePolicy + ``` This example shows how to use the Get-MgPolicyTokenIssuancePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicyApplyTo.md new file mode 100644 index 00000000000..2f768560547 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenIssuancePolicyApplyTo.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyTokenIssuancePolicyApplyTo -TokenIssuancePolicyId $tokenIssuancePolicyId + +``` +This example shows how to use the Get-MgPolicyTokenIssuancePolicyApplyTo Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicy.md index 3d6e52ff5b6..f2eb81af249 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgPolicyTokenLifetimePolicy -TokenLifetimePolicyId $tokenLifetimePolicyId +Get-MgPolicyTokenLifetimePolicy + ``` This example shows how to use the Get-MgPolicyTokenLifetimePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicyApplyTo.md new file mode 100644 index 00000000000..deb26c305bf --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgPolicyTokenLifetimePolicyApplyTo.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgPolicyTokenLifetimePolicyApplyTo -TokenLifetimePolicyId $tokenLifetimePolicyId + +``` +This example shows how to use the Get-MgPolicyTokenLifetimePolicyApplyTo Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgRiskDetection.md b/src/Identity.SignIns/v1.0/examples/Get-MgRiskDetection.md index 592df35364c..b08fe18456b 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgRiskDetection.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgRiskDetection.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgRiskDetection -RiskDetectionId $riskDetectionId +Get-MgRiskDetection + ``` This example shows how to use the Get-MgRiskDetection Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipal.md b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipal.md new file mode 100644 index 00000000000..d59cc3e112d --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipal.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgRiskyServicePrincipal + +``` +This example shows how to use the Get-MgRiskyServicePrincipal Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipalHistory.md b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipalHistory.md new file mode 100644 index 00000000000..05fabda2bbe --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyServicePrincipalHistory.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgRiskyServicePrincipalHistory -RiskyServicePrincipalId $riskyServicePrincipalId + +``` +This example shows how to use the Get-MgRiskyServicePrincipalHistory Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUser.md b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUser.md index 1ead1cce419..6e621584278 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUser.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUser.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgRiskyUser -RiskyUserId $riskyUserId +Get-MgRiskyUser + ``` This example shows how to use the Get-MgRiskyUser Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUserHistory.md b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUserHistory.md index 4318109b7ee..e71ed6fff5e 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUserHistory.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgRiskyUserHistory.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgRiskyUserHistory -RiskyUserId $riskyUserId + ``` This example shows how to use the Get-MgRiskyUserHistory Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgServicePrincipalRiskDetection.md b/src/Identity.SignIns/v1.0/examples/Get-MgServicePrincipalRiskDetection.md new file mode 100644 index 00000000000..3fdd7bca4f6 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgServicePrincipalRiskDetection.md @@ -0,0 +1,11 @@ +### Example: Get a specific risk detection object + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgServicePrincipalRiskDetection -ServicePrincipalRiskDetectionId $servicePrincipalRiskDetectionId + +``` +This example will### example: get a specific risk detection object + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganization.md b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganization.md new file mode 100644 index 00000000000..c505b080a7c --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganization.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgTenantRelationshipMultiTenantOrganization + +``` +This example shows how to use the Get-MgTenantRelationshipMultiTenantOrganization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md new file mode 100644 index 00000000000..f48d56be51f --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest + +``` +This example shows how to use the Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationTenant.md b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationTenant.md new file mode 100644 index 00000000000..637fc286d65 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgTenantRelationshipMultiTenantOrganizationTenant.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgTenantRelationshipMultiTenantOrganizationTenant + +``` +This example shows how to use the Get-MgTenantRelationshipMultiTenantOrganizationTenant Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index d6a4b2c2269..a47af0d6b61 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgUserAuthenticationMicrosoftAuthenticatorMethod -UserId $userId -MicrosoftAuthenticatorAuthenticationMethodId $microsoftAuthenticatorAuthenticationMethodId +Get-MgUserAuthenticationMicrosoftAuthenticatorMethod -UserId $userId + ``` This example shows how to use the Get-MgUserAuthenticationMicrosoftAuthenticatorMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationOperation.md b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationOperation.md index 8018ba39bdc..ad78eaf7279 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationOperation.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationOperation.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Get-MgUserAuthenticationOperation -UserId $userId -LongRunningOperationId $longRunningOperationId + ``` This example shows how to use the Get-MgUserAuthenticationOperation Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationTemporaryAccessPassMethod.md index f2001e84dcd..c1c357ac62c 100644 --- a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns -Get-MgUserAuthenticationTemporaryAccessPassMethod -UserId $userId -TemporaryAccessPassAuthenticationMethodId $temporaryAccessPassAuthenticationMethodId +Get-MgUserAuthenticationTemporaryAccessPassMethod -UserId $userId + ``` This example shows how to use the Get-MgUserAuthenticationTemporaryAccessPassMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationWindowsHelloForBusinessMethod.md b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationWindowsHelloForBusinessMethod.md new file mode 100644 index 00000000000..01cd8420158 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Get-MgUserAuthenticationWindowsHelloForBusinessMethod.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Get-MgUserAuthenticationWindowsHelloForBusinessMethod -UserId $userId + +``` +This example shows how to use the Get-MgUserAuthenticationWindowsHelloForBusinessMethod Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityApiConnector.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityApiConnector.md index 5cfbea980d8..6625da2fbad 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgIdentityApiConnector.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityApiConnector.md @@ -1,6 +1,7 @@ ### Example 1: Create an API connector with basic authentication ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -14,14 +15,14 @@ $params = @{ } New-MgIdentityApiConnector -BodyParameter $params -``` -This example shows how to use the New-MgIdentityApiConnector Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create an api connector with basic authentication ### Example 2: Create an API connector with client certificate authentication ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -35,8 +36,7 @@ $params = @{ } New-MgIdentityApiConnector -BodyParameter $params -``` -This example shows how to use the New-MgIdentityApiConnector Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create an api connector with client certificate authentication diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlow.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlow.md new file mode 100644 index 00000000000..a9d91d6396b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlow.md @@ -0,0 +1,257 @@ +### Example 1: Create a basic External Identities sign-up and sign-in user flow in an external tenant + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow" + displayName = "Woodgrove Drive User Flow" + onAuthenticationMethodLoadStart = @{ + "@odata.type" = "#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" + identityProviders = @( + @{ + id = "EmailPassword-OAUTH" + } + ) + } + onInteractiveAuthFlowStart = @{ + "@odata.type" = "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" + isSignUpAllowed = $true + } + onAttributeCollection = @{ + "@odata.type" = "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" + attributes = @( + @{ + id = "email" + displayName = "Email Address" + description = "Email address of the user" + userFlowAttributeType = "builtIn" + dataType = "string" + } + @{ + id = "displayName" + displayName = "Display Name" + description = "Display Name of the User." + userFlowAttributeType = "builtIn" + dataType = "string" + } + ) + attributeCollectionPage = @{ + views = @( + @{ + inputs = @( + @{ + attribute = "email" + label = "Email Address" + inputType = "Text" + hidden = $true + editable = $false + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z0-9.!#$%&’'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$" + } + @{ + attribute = "displayName" + label = "Display Name" + inputType = "text" + hidden = $false + editable = $true + writeToDirectory = $true + required = $false + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + } + ) + } + ) + } + } +} + +New-MgIdentityAuthenticationEventFlow -BodyParameter $params + +``` +This example will create a basic external identities sign-up and sign-in user flow in an external tenant + +### Example 2: Create a basic external identities sign-up and sign-in user flow with an attached application in an external tenant + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow" + displayName = "Woodgrove Drive User Flow" + conditions = @{ + applications = @{ + includeApplications = @( + @{ + appId = "63856651-13d9-4784-9abf-20758d509e19" + } + ) + } + } + onAuthenticationMethodLoadStart = @{ + "@odata.type" = "#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" + identityProviders = @( + @{ + id = "EmailPassword-OAUTH" + } + ) + } + onInteractiveAuthFlowStart = @{ + "@odata.type" = "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" + isSignUpAllowed = $true + } + onAttributeCollection = @{ + "@odata.type" = "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" + attributes = @( + @{ + id = "email" + displayName = "Email Address" + description = "Email address of the user" + userFlowAttributeType = "builtIn" + dataType = "string" + } + @{ + id = "displayName" + displayName = "Display Name" + description = "Display Name of the User." + userFlowAttributeType = "builtIn" + dataType = "string" + } + ) + attributeCollectionPage = @{ + views = @( + @{ + inputs = @( + @{ + attribute = "email" + label = "Email Address" + inputType = "Text" + hidden = $true + editable = $false + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z0-9.!#$%&’'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$" + } + @{ + attribute = "displayName" + label = "Display Name" + inputType = "text" + hidden = $false + editable = $true + writeToDirectory = $true + required = $false + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + } + ) + } + ) + } + } +} + +New-MgIdentityAuthenticationEventFlow -BodyParameter $params + +``` +This example will create a basic external identities sign-up and sign-in user flow with an attached application in an external tenant + +### Example 3: Create an External Identities sign-up and sign-in user flow with social providers and a custom attribute + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow" + displayName = "Woodgrove User Flow 2" + onAuthenticationMethodLoadStart = @{ + "@odata.type" = "#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" + identityProviders = @( + @{ + id = "EmailPassword-OAUTH" + } + @{ + id = "Google-OAUTH" + } + @{ + id = "Facebook-OAUTH" + } + ) + } + onInteractiveAuthFlowStart = @{ + "@odata.type" = "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" + isSignUpAllowed = $true + } + onAttributeCollection = @{ + "@odata.type" = "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" + attributes = @( + @{ + id = "email" + displayName = "Email Address" + description = "Email address of the user" + userFlowAttributeType = "builtIn" + dataType = "string" + } + @{ + id = "displayName" + displayName = "Display Name" + description = "Display Name of the User." + userFlowAttributeType = "builtIn" + dataType = "string" + } + @{ + id = "extension_6ea3bc85aec24b1c92ff4a117afb6621_Favoritecolor" + displayName = "Favorite color" + description = "what is your favorite color" + userFlowAttributeType = "custom" + dataType = "string" + } + ) + attributeCollectionPage = @{ + views = @( + @{ + inputs = @( + @{ + attribute = "email" + label = "Email Address" + inputType = "Text" + hidden = $true + editable = $false + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z0-9.!#$%&’'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$" + } + @{ + attribute = "displayName" + label = "Display Name" + inputType = "text" + hidden = $false + editable = $true + writeToDirectory = $true + required = $false + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + } + @{ + attribute = "extension_6ea3bc85aec24b1c92ff4a117afb6621_Favoritecolor" + label = "Favorite color" + inputType = "text" + hidden = $false + editable = $true + writeToDirectory = $true + required = $false + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + } + ) + } + ) + } + } +} + +New-MgIdentityAuthenticationEventFlow -BodyParameter $params + +``` +This example will create an external identities sign-up and sign-in user flow with social providers and a custom attribute + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md new file mode 100644 index 00000000000..bf05b7a219f --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.id" = "https://graph.microsoft.com/v1.0/identity/userFlowAttributes/city" +} + +New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef -AuthenticationEventsFlowId $authenticationEventsFlowId -BodyParameter $params + +``` +This example shows how to use the New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowIncludeApplication.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowIncludeApplication.md new file mode 100644 index 00000000000..0c67076178b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventFlowIncludeApplication.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.authenticationConditionApplication" + appId = "63856651-13d9-4784-9abf-20758d509e19" +} + +New-MgIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEventsFlowId $authenticationEventsFlowId -BodyParameter $params + +``` +This example shows how to use the New-MgIdentityAuthenticationEventFlowIncludeApplication Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventListener.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventListener.md new file mode 100644 index 00000000000..5572c28bb26 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityAuthenticationEventListener.md @@ -0,0 +1,30 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.onTokenIssuanceStartListener" + conditions = @{ + applications = @{ + includeApplications = @( + @{ + appId = "a13d0fc1-04ab-4ede-b215-63de0174cbb4" + } + ) + } + } + handler = @{ + "@odata.type" = "#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler" + customExtension = @{ + id = "6fc5012e-7665-43d6-9708-4370863f4e6e" + } + } +} + +New-MgIdentityAuthenticationEventListener -BodyParameter $params + +``` +This example shows how to use the New-MgIdentityAuthenticationEventListener Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityB2XUserFlowUserAttributeAssignment.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityB2XUserFlowUserAttributeAssignment.md index 95304188535..1b125b2e9a2 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -16,8 +17,7 @@ $params = @{ } New-MgIdentityB2XUserFlowUserAttributeAssignment -B2xIdentityUserFlowId $b2xIdentityUserFlowId -BodyParameter $params + ``` This example shows how to use the New-MgIdentityB2XUserFlowUserAttributeAssignment Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md new file mode 100644 index 00000000000..cda0d2db501 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md @@ -0,0 +1,46 @@ +### Example 1: Create a fido2combinationConfiguration object + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.fido2CombinationConfiguration" + allowedAAGUIDs = @( + "486c3b50-889c-480a-abc5-c04ef7c873e0" +"c042882f-a621-40c8-94d3-9cde3a826fed" +"ec454c08-4c77-4012-9d48-45f7f0fccdfb" +) +appliesToCombinations = @( +"fido2" +) +} + +New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration -AuthenticationStrengthPolicyId $authenticationStrengthPolicyId -BodyParameter $params + +``` +This example will create a fido2combinationconfiguration object + +### Example 2: Create a x509CertificateCombinationConfiguration object + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.x509CertificateCombinationConfiguration" + allowedIssuerSkis = @( + "9A4248C6AC8C2931AB2A86537818E92E7B6C97B6" +) +allowedPolicyOIDs = @( +) +appliesToCombinations = @( +"x509CertificateSingleFactor " +) +} + +New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration -AuthenticationStrengthPolicyId $authenticationStrengthPolicyId -BodyParameter $params + +``` +This example will create a x509certificatecombinationconfiguration object + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessPolicy.md index 254db8a50ee..a11c83a2386 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityConditionalAccessPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Require MFA to access Exchange Online outside of trusted locations ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,45 +9,45 @@ $params = @{ state = "enabled" conditions = @{ clientAppTypes = @( - "mobileAppsAndDesktopClients" - "browser" - ) - applications = @{ - includeApplications = @( - "00000002-0000-0ff1-ce00-000000000000" - ) - } - users = @{ - includeGroups = @( - "ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" - ) - } - locations = @{ - includeLocations = @( - "All" - ) - excludeLocations = @( - "AllTrusted" - ) - } - } - grantControls = @{ - operator = "OR" - builtInControls = @( - "mfa" - ) - } + "mobileAppsAndDesktopClients" + "browser" +) +applications = @{ + includeApplications = @( + "00000002-0000-0ff1-ce00-000000000000" +) +} +users = @{ +includeGroups = @( +"ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" +) +} +locations = @{ +includeLocations = @( +"All" +) +excludeLocations = @( +"AllTrusted" +) +} +} +grantControls = @{ +operator = "OR" +builtInControls = @( +"mfa" +) +} } New-MgIdentityConditionalAccessPolicy -BodyParameter $params -``` -This example shows how to use the New-MgIdentityConditionalAccessPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will require mfa to access exchange online outside of trusted locations -### Example 2: Block access to Exchange Online from non-trusted regions +### Example 2: Block access to Exchange Online from nontrusted regions ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -54,41 +55,41 @@ $params = @{ state = "enabled" conditions = @{ clientAppTypes = @( - "all" - ) - applications = @{ - includeApplications = @( - "00000002-0000-0ff1-ce00-000000000000" - ) - } - users = @{ - includeGroups = @( - "ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" - ) - } - locations = @{ - includeLocations = @( - "198ad66e-87b3-4157-85a3-8a7b51794ee9" - ) - } - } - grantControls = @{ - operator = "OR" - builtInControls = @( - "block" - ) - } + "all" + ) + applications = @{ + includeApplications = @( + "00000002-0000-0ff1-ce00-000000000000" + ) +} +users = @{ + includeGroups = @( + "ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" +) +} +locations = @{ +includeLocations = @( +"198ad66e-87b3-4157-85a3-8a7b51794ee9" +) +} +} +grantControls = @{ +operator = "OR" +builtInControls = @( +"block" +) +} } New-MgIdentityConditionalAccessPolicy -BodyParameter $params -``` -This example shows how to use the New-MgIdentityConditionalAccessPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will block access to exchange online from nontrusted regions ### Example 3: Use all conditions and controls ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -96,110 +97,110 @@ $params = @{ state = "disabled" conditions = @{ signInRiskLevels = @( - "high" - "medium" - ) - clientAppTypes = @( - "mobileAppsAndDesktopClients" - "exchangeActiveSync" - "other" - ) - applications = @{ - includeApplications = @( - "All" - ) - excludeApplications = @( - "499b84ac-1321-427f-aa17-267ca6975798" - "00000007-0000-0000-c000-000000000000" - "de8bc8b5-d9f9-48b1-a8ad-b748da725064" - "00000012-0000-0000-c000-000000000000" - "797f4846-ba00-4fd7-ba43-dac1f8f63013" - "05a65629-4c1b-48c1-a78b-804c4abdd4af" - "7df0a125-d3be-4c96-aa54-591f83ff541c" - ) - includeUserActions = @( - ) - } - users = @{ - includeUsers = @( - "a702a13d-a437-4a07-8a7e-8c052de62dfd" - ) - excludeUsers = @( - "124c5b6a-ffa5-483a-9b88-04c3fce5574a" - "GuestsOrExternalUsers" - ) - includeGroups = @( - ) - excludeGroups = @( - ) - includeRoles = @( - "9b895d92-2cd3-44c7-9d02-a6ac2d5ea5c3" - "cf1c38e5-3621-4004-a7cb-879624dced7c" - "c4e39bd9-1100-46d3-8c65-fb160da0071f" - ) - excludeRoles = @( - "b0f54661-2d74-4c50-afa3-1ec803f12efe" - ) - } - platforms = @{ - includePlatforms = @( - "all" - ) - excludePlatforms = @( - "iOS" - "windowsPhone" - ) - } - locations = @{ - includeLocations = @( - "AllTrusted" - ) - excludeLocations = @( - "00000000-0000-0000-0000-000000000000" - "d2136c9c-b049-47ae-b9cf-316e04ef7198" - ) - } - } - grantControls = @{ - operator = "OR" - builtInControls = @( - "mfa" - "compliantDevice" - "domainJoinedDevice" - "approvedApplication" - "compliantApplication" - ) - customAuthenticationFactors = @( - ) - termsOfUse = @( - "ce580154-086a-40fd-91df-8a60abac81a0" - "7f29d675-caff-43e1-8a53-1b8516ed2075" - ) - } - sessionControls = @{ - applicationEnforcedRestrictions = $null - persistentBrowser = $null - cloudAppSecurity = @{ - cloudAppSecurityType = "blockDownloads" - isEnabled = $true - } - signInFrequency = @{ - value = 4 - type = "hours" - isEnabled = $true - } - } + "high" + "medium" +) +clientAppTypes = @( +"mobileAppsAndDesktopClients" +"exchangeActiveSync" +"other" +) +applications = @{ +includeApplications = @( +"All" +) +excludeApplications = @( +"499b84ac-1321-427f-aa17-267ca6975798" +"00000007-0000-0000-c000-000000000000" +"de8bc8b5-d9f9-48b1-a8ad-b748da725064" +"00000012-0000-0000-c000-000000000000" +"797f4846-ba00-4fd7-ba43-dac1f8f63013" +"05a65629-4c1b-48c1-a78b-804c4abdd4af" +"7df0a125-d3be-4c96-aa54-591f83ff541c" +) +includeUserActions = @( +) +} +users = @{ +includeUsers = @( +"a702a13d-a437-4a07-8a7e-8c052de62dfd" +) +excludeUsers = @( +"124c5b6a-ffa5-483a-9b88-04c3fce5574a" +"GuestsOrExternalUsers" +) +includeGroups = @( +) +excludeGroups = @( +) +includeRoles = @( +"9b895d92-2cd3-44c7-9d02-a6ac2d5ea5c3" +"cf1c38e5-3621-4004-a7cb-879624dced7c" +"c4e39bd9-1100-46d3-8c65-fb160da0071f" +) +excludeRoles = @( +"b0f54661-2d74-4c50-afa3-1ec803f12efe" +) +} +platforms = @{ +includePlatforms = @( +"all" +) +excludePlatforms = @( +"iOS" +"windowsPhone" +) +} +locations = @{ +includeLocations = @( +"AllTrusted" +) +excludeLocations = @( +"00000000-0000-0000-0000-000000000000" +"d2136c9c-b049-47ae-b9cf-316e04ef7198" +) +} +} +grantControls = @{ +operator = "OR" +builtInControls = @( +"mfa" +"compliantDevice" +"domainJoinedDevice" +"approvedApplication" +"compliantApplication" +) +customAuthenticationFactors = @( +) +termsOfUse = @( +"ce580154-086a-40fd-91df-8a60abac81a0" +"7f29d675-caff-43e1-8a53-1b8516ed2075" +) +} +sessionControls = @{ +applicationEnforcedRestrictions = $null +persistentBrowser = $null +cloudAppSecurity = @{ +cloudAppSecurityType = "blockDownloads" +isEnabled = $true +} +signInFrequency = @{ +value = 4 +type = "hours" +isEnabled = $true +} +} } New-MgIdentityConditionalAccessPolicy -BodyParameter $params -``` -This example shows how to use the New-MgIdentityConditionalAccessPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will use all conditions and controls -### Example 4: Require MFA to Exchange Online from non-compliant devices +### Example 4: Require MFA to Exchange Online from noncompliant devices ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -208,26 +209,25 @@ $params = @{ conditions = @{ applications = @{ includeApplications = @( - "00000002-0000-0ff1-ce00-000000000000" - ) - } - users = @{ - includeGroups = @( - "ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" - ) - } - } - grantControls = @{ - operator = "OR" - builtInControls = @( - "mfa" + "00000002-0000-0ff1-ce00-000000000000" ) } + users = @{ + includeGroups = @( + "ba8e7ded-8b0f-4836-ba06-8ff1ecc5c8ba" + ) +} +} +grantControls = @{ +operator = "OR" +builtInControls = @( +"mfa" +) +} } New-MgIdentityConditionalAccessPolicy -BodyParameter $params -``` -This example shows how to use the New-MgIdentityConditionalAccessPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will require mfa to exchange online from noncompliant devices diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityCustomAuthenticationExtension.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityCustomAuthenticationExtension.md new file mode 100644 index 00000000000..f30a9f723d8 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityCustomAuthenticationExtension.md @@ -0,0 +1,37 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.onTokenIssuanceStartCustomExtension" + displayName = "onTokenIssuanceStartCustomExtension" + description = "Fetch additional claims from custom user store" + endpointConfiguration = @{ + "@odata.type" = "#microsoft.graph.httpRequestEndpoint" + targetUrl = "https://authenticationeventsAPI.contoso.com" + } + authenticationConfiguration = @{ + "@odata.type" = "#microsoft.graph.azureAdTokenAuthentication" + resourceId = "api://authenticationeventsAPI.contoso.com/a13d0fc1-04ab-4ede-b215-63de0174cbb4" + } + clientConfiguration = @{ + timeoutInMilliseconds = 2000 + maximumRetries = 1 + } + claimsForTokenConfiguration = @( + @{ + claimIdInApiResponse = "DateOfBirth" + } + @{ + claimIdInApiResponse = "CustomRoles" + } + ) +} + +New-MgIdentityCustomAuthenticationExtension -BodyParameter $params + +``` +This example shows how to use the New-MgIdentityCustomAuthenticationExtension Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityProvider.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityProvider.md index 160d3e8d517..5edb3daee95 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgIdentityProvider.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityProvider.md @@ -1,6 +1,7 @@ -### Example 1: Code snippet +### Example 1: Create a specific social identity provider (Microsoft Entra ID and Azure AD B2C) ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -12,8 +13,27 @@ $params = @{ } New-MgIdentityProvider -BodyParameter $params + ``` -This example shows how to use the New-MgIdentityProvider Cmdlet. +This example will create a specific social identity provider (microsoft entra id and azure ad b2c) + +### Example 2: Create Apple identity provider (only for Azure AD B2C) + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +$params = @{ + "@odata.type" = "microsoft.graph.appleManagedIdentityProvider" + displayName = "Sign in with Apple" + developerId = "UBF8T346G9" + serviceId = "com.microsoft.rts.b2c.test.client" + keyId = "99P6D879C4" + certificateData = "******" +} + +New-MgIdentityProvider -BodyParameter $params + +``` +This example will create apple identity provider (only for azure ad b2c) diff --git a/src/Identity.SignIns/v1.0/examples/New-MgIdentityUserFlowAttribute.md b/src/Identity.SignIns/v1.0/examples/New-MgIdentityUserFlowAttribute.md index af2cfa52191..af0ba8219b7 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgIdentityUserFlowAttribute.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgIdentityUserFlowAttribute.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -10,8 +11,7 @@ $params = @{ } New-MgIdentityUserFlowAttribute -BodyParameter $params + ``` This example shows how to use the New-MgIdentityUserFlowAttribute Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgInformationProtectionThreatAssessmentRequest.md b/src/Identity.SignIns/v1.0/examples/New-MgInformationProtectionThreatAssessmentRequest.md index a72eb45aba0..dd1790fd88a 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgInformationProtectionThreatAssessmentRequest.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgInformationProtectionThreatAssessmentRequest.md @@ -1,44 +1,45 @@ ### Example 1: Create a mail assessment request ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ "@odata.type" = "#microsoft.graph.mailAssessmentRequest" - recipientEmail = "tifc@a830edad9050849EQTPWBJZXODQ.onmicrosoft.com" + recipientEmail = "tifc@contoso.com" expectedAssessment = "block" category = "spam" messageUri = "https://graph.microsoft.com/v1.0/users/c52ce8db-3e4b-4181-93c4-7d6b6bffaf60/messages/AAMkADU3MWUxOTU0LWNlOTEt=" } New-MgInformationProtectionThreatAssessmentRequest -BodyParameter $params -``` -This example shows how to use the New-MgInformationProtectionThreatAssessmentRequest Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create a mail assessment request ### Example 2: Create an email assessment request ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ "@odata.type" = "#microsoft.graph.emailFileAssessmentRequest" - recipientEmail = "tifc@a830edad9050849EQTPWBJZXODQ.onmicrosoft.com" + recipientEmail = "tifc@contoso.com" expectedAssessment = "block" category = "malware" contentData = "UmVjZWl2ZWQ6IGZyb20gTVcyUFIwME1CMDMxNC5uYW1wcmQwMC....." } New-MgInformationProtectionThreatAssessmentRequest -BodyParameter $params -``` -This example shows how to use the New-MgInformationProtectionThreatAssessmentRequest Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create an email assessment request ### Example 3: Create a file assessment request ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -50,14 +51,14 @@ $params = @{ } New-MgInformationProtectionThreatAssessmentRequest -BodyParameter $params -``` -This example shows how to use the New-MgInformationProtectionThreatAssessmentRequest Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create a file assessment request ### Example 4: Create an url assessment request ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -68,8 +69,7 @@ $params = @{ } New-MgInformationProtectionThreatAssessmentRequest -BodyParameter $params -``` -This example shows how to use the New-MgInformationProtectionThreatAssessmentRequest Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will create an url assessment request diff --git a/src/Identity.SignIns/v1.0/examples/New-MgOrganizationCertificateBasedAuthConfiguration.md b/src/Identity.SignIns/v1.0/examples/New-MgOrganizationCertificateBasedAuthConfiguration.md new file mode 100644 index 00000000000..09420de4479 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgOrganizationCertificateBasedAuthConfiguration.md @@ -0,0 +1,20 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + certificateAuthorities = @( + @{ + isRootAuthority = $true + certificate = [System.Text.Encoding]::ASCII.GetBytes("Binary") + } + ) +} + +New-MgOrganizationCertificateBasedAuthConfiguration -OrganizationId $organizationId -BodyParameter $params + +``` +This example shows how to use the New-MgOrganizationCertificateBasedAuthConfiguration Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyActivityBasedTimeoutPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyActivityBasedTimeoutPolicy.md index d38c9c0689a..48101158b8f 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyActivityBasedTimeoutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyActivityBasedTimeoutPolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - "definition-value" - ) - displayName = "displayName-value" - isOrganizationDefault = $true + "definition-value" +) +displayName = "displayName-value" +isOrganizationDefault = $true } New-MgPolicyActivityBasedTimeoutPolicy -BodyParameter $params + ``` This example shows how to use the New-MgPolicyActivityBasedTimeoutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyAppManagementPolicy.md new file mode 100644 index 00000000000..a64dcc35dd8 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyAppManagementPolicy.md @@ -0,0 +1,48 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + displayName = "Credential management policy" + description = "Cred policy sample" + isEnabled = $true + restrictions = @{ + passwordCredentials = @( + @{ + restrictionType = "passwordAddition" + maxLifetime = $null + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2019-10-19T10:37:00Z") + } + @{ + restrictionType = "passwordLifetime" + maxLifetime = "P4DT12H30M5S" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2014-10-19T10:37:00Z") + } + @{ + restrictionType = "symmetricKeyAddition" + maxLifetime = $null + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2019-10-19T10:37:00Z") + } + @{ + restrictionType = "symmetricKeyLifetime" + maxLifetime = "P4D" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2014-10-19T10:37:00Z") + } + ) + keyCredentials = @( + @{ + restrictionType = "asymmetricKeyLifetime" + maxLifetime = "P90D" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2014-10-19T10:37:00Z") + } + ) + } +} + +New-MgPolicyAppManagementPolicy -BodyParameter $params + +``` +This example shows how to use the New-MgPolicyAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyAuthenticationStrengthPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyAuthenticationStrengthPolicy.md new file mode 100644 index 00000000000..9a4e4323115 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyAuthenticationStrengthPolicy.md @@ -0,0 +1,33 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + displayName = "Example" + requirementsSatisfied = "mfa" + allowedCombinations = @( + "fido2" +) +"combinationConfigurations@odata.context" = "https://graph.microsoft.com/v1.0/$metadata#policies/authenticationStrengthPolicies('5790842a-5bab-44c2-9cf1-b38d675b70ea')/combinationConfigurations" +combinationConfigurations = @( + @{ + "@odata.type" = "#microsoft.graph.fido2CombinationConfiguration" + id = "42235320-c8db-4d8c-9344-8f1ce87f734b" + appliesToCombinations = @( + "fido2" + ) + allowedAAGUIDs = @( + "de1e552d-db1d-4423-a619-566b625cdc84" +"90a3ccdf-635c-4729-a248-9b709135078f" +) +} +) +} + +New-MgPolicyAuthenticationStrengthPolicy -BodyParameter $params + +``` +This example shows how to use the New-MgPolicyAuthenticationStrengthPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md index d2ad2ee6c3d..6730d8a7175 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md @@ -1,18 +1,18 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - '{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}' - ) - displayName = "Test1234" + '{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}' +) +displayName = "Test1234" } New-MgPolicyClaimMappingPolicy -BodyParameter $params + ``` This example shows how to use the New-MgPolicyClaimMappingPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyCrossTenantAccessPolicyPartner.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyCrossTenantAccessPolicyPartner.md index 9997cff1593..d659b6049ee 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyCrossTenantAccessPolicyPartner.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -30,8 +31,7 @@ $params = @{ } New-MgPolicyCrossTenantAccessPolicyPartner -BodyParameter $params + ``` This example shows how to use the New-MgPolicyCrossTenantAccessPolicyPartner Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicy.md index 1a3b30c5046..f1bf5a3450f 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -12,8 +13,7 @@ $params = @{ } New-MgPolicyFeatureRolloutPolicy -BodyParameter $params + ``` This example shows how to use the New-MgPolicyFeatureRolloutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyTo.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyTo.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyTo.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyTo.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyToByRef.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyToByRef.md index 2709be4ecab..e5eab17b71c 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyToByRef.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyFeatureRolloutPolicyApplyToByRef.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgPolicyFeatureRolloutPolicyApplyToByRef -FeatureRolloutPolicyId $featureRolloutPolicyId -BodyParameter $params + ``` This example shows how to use the New-MgPolicyFeatureRolloutPolicyApplyToByRef Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyHomeRealmDiscoveryPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyHomeRealmDiscoveryPolicy.md index e69de29bb2d..ff6cc407447 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyHomeRealmDiscoveryPolicy.md @@ -0,0 +1,19 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + definition = @( + '{"HomeRealmDiscoveryPolicy":{"AccelerateToFederatedDomain":true,"PreferredDomain":"federated.example.edu","AlternateIdLogin":{"Enabled":true}}}' +) +displayName = "displayName-value" +isOrganizationDefault = $true +} + +New-MgPolicyHomeRealmDiscoveryPolicy -BodyParameter $params + +``` +This example shows how to use the New-MgPolicyHomeRealmDiscoveryPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenIssuancePolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenIssuancePolicy.md index 23d332b1ca8..6796d1b6365 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenIssuancePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenIssuancePolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - "definition-value" - ) - displayName = "displayName-value" - isOrganizationDefault = $true + "definition-value" +) +displayName = "displayName-value" +isOrganizationDefault = $true } New-MgPolicyTokenIssuancePolicy -BodyParameter $params + ``` This example shows how to use the New-MgPolicyTokenIssuancePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md index 1f19a54bac2..ebeac15f065 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}' - ) - displayName = "Contoso token lifetime policy" - isOrganizationDefault = $true + '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}' +) +displayName = "Contoso token lifetime policy" +isOrganizationDefault = $true } New-MgPolicyTokenLifetimePolicy -BodyParameter $params + ``` This example shows how to use the New-MgPolicyTokenLifetimePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgTenantRelationshipMultiTenantOrganizationTenant.md b/src/Identity.SignIns/v1.0/examples/New-MgTenantRelationshipMultiTenantOrganizationTenant.md new file mode 100644 index 00000000000..d16ab8f2526 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/New-MgTenantRelationshipMultiTenantOrganizationTenant.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + tenantId = "4a12efe6-aa14-4d03-8dff-88fc89e2e2ad" + displayName = "Fabrikam" +} + +New-MgTenantRelationshipMultiTenantOrganizationTenant -BodyParameter $params + +``` +This example shows how to use the New-MgTenantRelationshipMultiTenantOrganizationTenant Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationEmailMethod.md index 808a5286b4d..1ed7fe46429 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationEmailMethod.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgUserAuthenticationEmailMethod -UserId $userId -BodyParameter $params + ``` This example shows how to use the New-MgUserAuthenticationEmailMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationPhoneMethod.md b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationPhoneMethod.md index 35cb01cbe99..5a16a8c4627 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationPhoneMethod.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationPhoneMethod.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -9,8 +10,7 @@ $params = @{ } New-MgUserAuthenticationPhoneMethod -UserId $userId -BodyParameter $params + ``` This example shows how to use the New-MgUserAuthenticationPhoneMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationTemporaryAccessPassMethod.md index c4006c2b74a..86662029853 100644 --- a/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/v1.0/examples/New-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -10,8 +11,7 @@ $params = @{ } New-MgUserAuthenticationTemporaryAccessPassMethod -UserId $userId -BodyParameter $params + ``` This example shows how to use the New-MgUserAuthenticationTemporaryAccessPassMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityApiConnector.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityApiConnector.md index b630baa1c7a..81169c60993 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityApiConnector.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityApiConnector.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgIdentityApiConnector -IdentityApiConnectorId $identityApiConnectorId + ``` This example shows how to use the Remove-MgIdentityApiConnector Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlow.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlow.md new file mode 100644 index 00000000000..253fb6be70d --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlow.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgIdentityAuthenticationEventFlow -AuthenticationEventsFlowId $authenticationEventsFlowId + +``` +This example shows how to use the Remove-MgIdentityAuthenticationEventFlow Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlowIncludeApplication.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlowIncludeApplication.md new file mode 100644 index 00000000000..d5b000d05b0 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventFlowIncludeApplication.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEventsFlowId $authenticationEventsFlowId -AuthenticationConditionApplicationAppId $authenticationConditionApplicationAppId + +``` +This example shows how to use the Remove-MgIdentityAuthenticationEventFlowIncludeApplication Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventListener.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventListener.md new file mode 100644 index 00000000000..e325966323e --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityAuthenticationEventListener.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgIdentityAuthenticationEventListener -AuthenticationEventListenerId $authenticationEventListenerId + +``` +This example shows how to use the Remove-MgIdentityAuthenticationEventListener Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlow.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlow.md index 4e9b61b78c2..9d7c1b4a189 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlow.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlow.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgIdentityB2XUserFlow -B2xIdentityUserFlowId $b2xIdentityUserFlowId + ``` This example shows how to use the Remove-MgIdentityB2XUserFlow Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePage.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePage.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePageContent.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md index 212661e1057..1bc3c4faa67 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId + ``` This example shows how to use the Remove-MgIdentityConditionalAccessAuthenticationContextClassReference Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityCustomAuthenticationExtension.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityCustomAuthenticationExtension.md new file mode 100644 index 00000000000..0fab4074c90 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityCustomAuthenticationExtension.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId + +``` +This example shows how to use the Remove-MgIdentityCustomAuthenticationExtension Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityProvider.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityProvider.md index e6e7d52bfed..9cf0a659d66 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityProvider.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityProvider.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgIdentityProvider -IdentityProviderBaseId $identityProviderBaseId + ``` This example shows how to use the Remove-MgIdentityProvider Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityUserFlowAttribute.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityUserFlowAttribute.md index bbfa707ca3c..b76b1c92813 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityUserFlowAttribute.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityUserFlowAttribute.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgIdentityUserFlowAttribute -IdentityUserFlowAttributeId $identityUserFlowAttributeId + ``` This example shows how to use the Remove-MgIdentityUserFlowAttribute Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgOrganizationCertificateBasedAuthConfiguration.md b/src/Identity.SignIns/v1.0/examples/Remove-MgOrganizationCertificateBasedAuthConfiguration.md new file mode 100644 index 00000000000..527089fb442 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgOrganizationCertificateBasedAuthConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgOrganizationCertificateBasedAuthConfiguration -OrganizationId $organizationId -CertificateBasedAuthConfigurationId $certificateBasedAuthConfigurationId + +``` +This example shows how to use the Remove-MgOrganizationCertificateBasedAuthConfiguration Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyActivityBasedTimeoutPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyActivityBasedTimeoutPolicy.md index 7ae3c661240..f8519289962 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyActivityBasedTimeoutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyActivityBasedTimeoutPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId $activityBasedTimeoutPolicyId + ``` This example shows how to use the Remove-MgPolicyActivityBasedTimeoutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyAppManagementPolicy.md new file mode 100644 index 00000000000..4564a686f13 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyAppManagementPolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgPolicyAppManagementPolicy -AppManagementPolicyId $appManagementPolicyId + +``` +This example shows how to use the Remove-MgPolicyAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyAuthenticationStrengthPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyAuthenticationStrengthPolicy.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyClaimMappingPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyClaimMappingPolicy.md index 33fef3efefc..21f9739b59e 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyClaimMappingPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyClaimMappingPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyClaimMappingPolicy -ClaimsMappingPolicyId $claimsMappingPolicyId + ``` This example shows how to use the Remove-MgPolicyClaimMappingPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartner.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartner.md index fe88f2dc703..c0e72ce3be6 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartner.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + ``` This example shows how to use the Remove-MgPolicyCrossTenantAccessPolicyPartner Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md new file mode 100644 index 00000000000..b68f9186eb2 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example shows how to use the Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicy.md index d0fb1730896..eeba10d4f66 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyFeatureRolloutPolicy -FeatureRolloutPolicyId $featureRolloutPolicyId + ``` This example shows how to use the Remove-MgPolicyFeatureRolloutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md new file mode 100644 index 00000000000..5d833b759a1 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef -FeatureRolloutPolicyId $featureRolloutPolicyId -DirectoryObjectId $directoryObjectId + +``` +This example shows how to use the Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyHomeRealmDiscoveryPolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyHomeRealmDiscoveryPolicy.md index d225db1d14b..af4531a20e1 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyHomeRealmDiscoveryPolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId $homeRealmDiscoveryPolicyId + ``` This example shows how to use the Remove-MgPolicyHomeRealmDiscoveryPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenIssuancePolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenIssuancePolicy.md index 92e4808f576..cd87686ad4a 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenIssuancePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenIssuancePolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyTokenIssuancePolicy -TokenIssuancePolicyId $tokenIssuancePolicyId + ``` This example shows how to use the Remove-MgPolicyTokenIssuancePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenLifetimePolicy.md index 4fb322ac1cf..add8d711b3c 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenLifetimePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgPolicyTokenLifetimePolicy.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgPolicyTokenLifetimePolicy -TokenLifetimePolicyId $tokenLifetimePolicyId + ``` This example shows how to use the Remove-MgPolicyTokenLifetimePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgTenantRelationshipMultiTenantOrganizationTenant.md b/src/Identity.SignIns/v1.0/examples/Remove-MgTenantRelationshipMultiTenantOrganizationTenant.md new file mode 100644 index 00000000000..d5a0037cddc --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgTenantRelationshipMultiTenantOrganizationTenant.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgTenantRelationshipMultiTenantOrganizationTenant -MultiTenantOrganizationMemberId $multiTenantOrganizationMemberId + +``` +This example shows how to use the Remove-MgTenantRelationshipMultiTenantOrganizationTenant Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationEmailMethod.md index 2038ccbad7e..3ff3354ec1d 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationEmailMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgUserAuthenticationEmailMethod -UserId $userId -EmailAuthenticationMethodId $emailAuthenticationMethodId + ``` This example shows how to use the Remove-MgUserAuthenticationEmailMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationFido2Method.md index 81e9123c1af..122aadea72d 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationFido2Method.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgUserAuthenticationFido2Method -UserId $userId -Fido2AuthenticationMethodId $fido2AuthenticationMethodId + ``` This example shows how to use the Remove-MgUserAuthenticationFido2Method Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index fbc9c7163fb..847aaca198a 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod -UserId $userId -MicrosoftAuthenticatorAuthenticationMethodId $microsoftAuthenticatorAuthenticationMethodId + ``` This example shows how to use the Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationSoftwareOathMethod.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationSoftwareOathMethod.md index b7089e8b042..ab7348834d4 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationSoftwareOathMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationSoftwareOathMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgUserAuthenticationSoftwareOathMethod -UserId $userId -SoftwareOathAuthenticationMethodId $softwareOathAuthenticationMethodId + ``` This example shows how to use the Remove-MgUserAuthenticationSoftwareOathMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md index 0dc42c43bb9..0cc3a27362d 100644 --- a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns Remove-MgUserAuthenticationTemporaryAccessPassMethod -UserId $userId -TemporaryAccessPassAuthenticationMethodId $temporaryAccessPassAuthenticationMethodId + ``` This example shows how to use the Remove-MgUserAuthenticationTemporaryAccessPassMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationWindowsHelloForBusinessMethod.md b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationWindowsHelloForBusinessMethod.md new file mode 100644 index 00000000000..f0956229797 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Remove-MgUserAuthenticationWindowsHelloForBusinessMethod.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +Remove-MgUserAuthenticationWindowsHelloForBusinessMethod -UserId $userId -WindowsHelloForBusinessAuthenticationMethodId $windowsHelloForBusinessAuthenticationMethodId + +``` +This example shows how to use the Remove-MgUserAuthenticationWindowsHelloForBusinessMethod Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/src/Identity.SignIns/v1.0/examples/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md index e69de29bb2d..b353d5c060d 100644 --- a/src/Identity.SignIns/v1.0/examples/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/src/Identity.SignIns/v1.0/examples/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -0,0 +1,23 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + LocalizedStrings = @( + @{ + ElementType = "UxElement" + ElementId = $null + StringId = "alert_message" + Override = $true + Value = "Are you sure that you want to cancel entering your information?" + } + ) +} + +Set-MgIdentityB2XUserFlowLanguageOverridePageContent -B2xIdentityUserFlowId $b2xIdentityUserFlowId -UserFlowLanguageConfigurationId $userFlowLanguageConfigurationId -UserFlowLanguagePageId $userFlowLanguagePageId -BodyParameter $params + +``` +This example shows how to use the Set-MgIdentityB2XUserFlowLanguageOverridePageContent Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/src/Identity.SignIns/v1.0/examples/Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityApiConnector.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityApiConnector.md index 2c1df538d2b..f91a13a6178 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityApiConnector.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityApiConnector.md @@ -1,6 +1,7 @@ -### Example 1: Changing display name, targetUrl, and username & password used for basic authentication +### Example 1: Changing display name, targetUrl, and username & password used for basic authentication ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,20 +9,20 @@ $params = @{ targetUrl = "https://otherapi.com/api/endpoint" authenticationConfiguration = @{ "@odata.type" = "microsoft.graph.basicAuthentication" - username = "<NEW_USERNAME>" - password = "<NEW_PASSWORD>" + username = "" + password = "" } } Update-MgIdentityApiConnector -IdentityApiConnectorId $identityApiConnectorId -BodyParameter $params -``` -This example shows how to use the Update-MgIdentityApiConnector Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example shows changing display name, targeturl, and username & password used for basic authentication ### Example 2: Changing API connector to use client certificate authentication ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -33,8 +34,7 @@ $params = @{ } Update-MgIdentityApiConnector -IdentityApiConnectorId $identityApiConnectorId -BodyParameter $params -``` -This example shows how to use the Update-MgIdentityApiConnector Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example shows changing api connector to use client certificate authentication diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventFlow.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventFlow.md new file mode 100644 index 00000000000..206ce986f65 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventFlow.md @@ -0,0 +1,104 @@ +### Example 1: Update the display name of an external identities self-service sign-up user flow + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow" + displayName = "New user flow description" +} + +Update-MgIdentityAuthenticationEventFlow -AuthenticationEventsFlowId $authenticationEventsFlowId -BodyParameter $params + +``` +This example will update the display name of an external identities self-service sign-up user flow + +### Example 2: Update the page layout of a self-service sign up user flow + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow" + onAttributeCollection = @{ + "@odata.type" = "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" + attributeCollectionPage = @{ + views = @( + @{ + title = $null + description = $null + inputs = @( + @{ + attribute = "email" + label = "Email Address" + inputType = "text" + defaultValue = $null + hidden = $true + editable = $false + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z0-9.!#$%&’'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$" + options = @( + ) + } + @{ + attribute = "displayName" + label = "Display Name" + inputType = "text" + defaultValue = $null + hidden = $false + editable = $true + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + options = @( + ) + } + @{ + attribute = "city" + label = "City" + inputType = "text" + defaultValue = $null + hidden = $false + editable = $true + writeToDirectory = $true + required = $true + validationRegEx = "^[a-zA-Z_][0-9a-zA-Z_ ]*[0-9a-zA-Z_]+$" + options = @( + ) + } + @{ + attribute = "extension_331d514c0c18477583ea7dd5a79feda2_RockorCountry" + label = "Rock music or Country" + inputType = "radioSingleSelect" + defaultValue = $null + hidden = $false + editable = $true + writeToDirectory = $true + required = $true + validationRegEx = "^.*" + options = @( + @{ + label = "Rock music" + value = "Rock" + } + @{ + label = "Country music" + value = "Country" + } + ) + } + ) + } + ) + } + } +} + +Update-MgIdentityAuthenticationEventFlow -AuthenticationEventsFlowId $authenticationEventsFlowId -BodyParameter $params + +``` +This example will update the page layout of a self-service sign up user flow + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventListener.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventListener.md new file mode 100644 index 00000000000..ba96022f00c --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityAuthenticationEventListener.md @@ -0,0 +1,24 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.onTokenIssuanceStartListener" + conditions = @{ + applications = @{ + includeApplications = @( + @{ + appId = "a13d0fc1-04ab-4ede-b215-63de0174cbb4" + } + ) + } + } +} + +Update-MgIdentityAuthenticationEventListener -AuthenticationEventListenerId $authenticationEventListenerId -BodyParameter $params + +``` +This example shows how to use the Update-MgIdentityAuthenticationEventListener Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowLanguageOverridePage.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowLanguageOverridePage.md index e69de29bb2d..8b137891791 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -0,0 +1 @@ + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowUserAttributeAssignment.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowUserAttributeAssignment.md index f3b27cfbc01..62acc6d4388 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } Update-MgIdentityB2XUserFlowUserAttributeAssignment -B2xIdentityUserFlowId $b2xIdentityUserFlowId -IdentityUserFlowAttributeAssignmentId $identityUserFlowAttributeAssignmentId -BodyParameter $params + ``` This example shows how to use the Update-MgIdentityB2XUserFlowUserAttributeAssignment Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md index f9391b021d5..39c83ddddf1 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -10,8 +11,7 @@ $params = @{ } Update-MgIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId -BodyParameter $params + ``` This example shows how to use the Update-MgIdentityConditionalAccessAuthenticationContextClassReference Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityCustomAuthenticationExtension.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityCustomAuthenticationExtension.md new file mode 100644 index 00000000000..203ba4381fc --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityCustomAuthenticationExtension.md @@ -0,0 +1,33 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.onTokenIssuanceStartCustomExtension" + displayName = "onTokenIssuanceStartCustomExtension" + description = "Fetch additional claims from custom user store" + endpointConfiguration = @{ + "@odata.type" = "#microsoft.graph.httpRequestEndpoint" + targetUrl = "https://authenticationeventsAPI.contoso.com" + } + authenticationConfiguration = @{ + "@odata.type" = "#microsoft.graph.azureAdTokenAuthentication" + resourceId = "api://authenticationeventsAPI.contoso.com/a13d0fc1-04ab-4ede-b215-63de0174cbb4" + } + claimsForTokenConfiguration = @( + @{ + claimIdInApiResponse = "DateOfBirth" + } + @{ + claimIdInApiResponse = "CustomRoles" + } + ) +} + +Update-MgIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId -BodyParameter $params + +``` +This example shows how to use the Update-MgIdentityCustomAuthenticationExtension Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityProvider.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityProvider.md index 2ff77f4c806..a6a0499424d 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityProvider.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityProvider.md @@ -1,6 +1,7 @@ -### Example 1: Update a specific social identity provider (Azure AD or Azure AD B2C) +### Example 1: Update a specific **social identity provider** (Microsoft Entra ID or Azure AD B2C) ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -9,14 +10,14 @@ $params = @{ } Update-MgIdentityProvider -IdentityProviderBaseId $identityProviderBaseId -BodyParameter $params -``` -This example shows how to use the Update-MgIdentityProvider Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will update a specific **social identity provider** (microsoft entra id or azure ad b2c) -### Example 2: Update a specific Apple identity provider (only for Azure AD B2C) +### Example 2: Update a specific **Apple identity provider** (only for Azure AD B2C) ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -25,8 +26,7 @@ $params = @{ } Update-MgIdentityProvider -IdentityProviderBaseId $identityProviderBaseId -BodyParameter $params -``` -This example shows how to use the Update-MgIdentityProvider Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will update a specific **apple identity provider** (only for azure ad b2c) diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityUserFlowAttribute.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityUserFlowAttribute.md index fd89112c22e..ab677fe81e9 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityUserFlowAttribute.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityUserFlowAttribute.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } Update-MgIdentityUserFlowAttribute -IdentityUserFlowAttributeId $identityUserFlowAttributeId -BodyParameter $params + ``` This example shows how to use the Update-MgIdentityUserFlowAttribute Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyActivityBasedTimeoutPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyActivityBasedTimeoutPolicy.md index 4bc261724b7..ac4b50c50e6 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyActivityBasedTimeoutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyActivityBasedTimeoutPolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - "definition-value" - ) - displayName = "displayName-value" - isOrganizationDefault = $true + "definition-value" +) +displayName = "displayName-value" +isOrganizationDefault = $true } Update-MgPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId $activityBasedTimeoutPolicyId -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyActivityBasedTimeoutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAppManagementPolicy.md new file mode 100644 index 00000000000..c8c7ca3b317 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAppManagementPolicy.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + isEnabled = $false +} + +Update-MgPolicyAppManagementPolicy -AppManagementPolicyId $appManagementPolicyId -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationFlowPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationFlowPolicy.md index af7db45a249..d5ee8295912 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationFlowPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationFlowPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -10,8 +11,7 @@ $params = @{ } Update-MgPolicyAuthenticationFlowPolicy -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyAuthenticationFlowPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationMethodPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationMethodPolicy.md index 5f9937104ab..ec424278701 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationMethodPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationMethodPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -22,8 +23,7 @@ $params = @{ } Update-MgPolicyAuthenticationMethodPolicy -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyAuthenticationMethodPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationStrengthPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationStrengthPolicy.md new file mode 100644 index 00000000000..e79c6245008 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthenticationStrengthPolicy.md @@ -0,0 +1,17 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.authenticationStrengthPolicy" + displayName = "FIDO2 only" + description = "An auth strength allowing only FIDO2 security keys." +} + +Update-MgPolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId $authenticationStrengthPolicyId -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyAuthenticationStrengthPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md index e69de29bb2d..5fc3017c21b 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md @@ -0,0 +1,99 @@ +### Example 1: Update or set Guest user access level for the tenant + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + allowEmailVerifiedUsersToJoinOrganization = $false +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will update or set guest user access level for the tenant + +### Example 2: Block MSOL PowerShell in tenant + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + blockMsolPowerShell = $true +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will block msol powershell in tenant + +### Example 3: Disable default user role's permission to create applications + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + defaultUserRolePermissions = @{ + allowedToCreateApps = $false + } +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will disable default user role's permission to create applications + +### Example 4: Enable default user role to use Self-Serve Password Reset feature + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + allowedToUseSSPR = $true +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will enable default user role to use self-serve password reset feature + +### Example 5: Disable user consent to apps for default user role + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + defaultUserRolePermissions = @{ + permissionGrantPoliciesAssigned = @( + ) + } +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will disable user consent to apps for default user role + +### Example 6: Enable user consent to apps, subject to app consent policy + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + defaultUserRolePermissions = @{ + permissionGrantPoliciesAssigned = @( + "managePermissionGrantsForSelf.microsoft-user-default-low" + ) +} +} + +Update-MgPolicyAuthorizationPolicy -BodyParameter $params + +``` +This example will enable user consent to apps, subject to app consent policy + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyClaimMappingPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyClaimMappingPolicy.md index 7aea190568c..b3258b3d604 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyClaimMappingPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyClaimMappingPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } Update-MgPolicyClaimMappingPolicy -ClaimsMappingPolicyId $claimsMappingPolicyId -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyClaimMappingPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicy.md index 62b81285a91..80dfccbde7b 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicy.md @@ -1,17 +1,17 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ allowedCloudEndpoints = @( - "microsoftonline.us" - ) + "microsoftonline.us" +) } Update-MgPolicyCrossTenantAccessPolicy -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyCrossTenantAccessPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyDefault.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyDefault.md index b251fc48028..d215aedb343 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyDefault.md @@ -1,6 +1,7 @@ -### Example 1: Code snippet +### Example 1: Block outbound B2B collaboration for a group of users ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -27,8 +28,51 @@ $params = @{ } Update-MgPolicyCrossTenantAccessPolicyDefault -BodyParameter $params + ``` -This example shows how to use the Update-MgPolicyCrossTenantAccessPolicyDefault Cmdlet. +This example will block outbound b2b collaboration for a group of users + +### Example 2: Update default invitation redemption configuration + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +$params = @{ + invitationRedemptionIdentityProviderConfiguration = @{ + primaryIdentityProviderPrecedenceOrder = @( + "externalFederation" + "azureActiveDirectory" +"socialIdentityProviders" +) +fallbackIdentityProvider = "defaultConfiguredIdp" +} +} + +Update-MgPolicyCrossTenantAccessPolicyDefault -BodyParameter $params + +``` +This example will update default invitation redemption configuration + +### Example 3: Disallow Microsoft accounts as an option for redeeming B2B invitations + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + invitationRedemptionIdentityProviderConfiguration = @{ + primaryIdentityProviderPrecedenceOrder = @( + "externalFederation" + "azureActiveDirectory" +"socialIdentityProviders" +) +fallbackIdentityProvider = "emailOneTimePasscode" +} +} + +Update-MgPolicyCrossTenantAccessPolicyDefault -BodyParameter $params + +``` +This example will disallow microsoft accounts as an option for redeeming b2b invitations diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyPartner.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyPartner.md index 764b27d4333..b938f71bbb7 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyPartner.md @@ -1,6 +1,7 @@ ### Example 1: Configure inbound trust settings ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -12,14 +13,14 @@ $params = @{ } Update-MgPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId -BodyParameter $params -``` -This example shows how to use the Update-MgPolicyCrossTenantAccessPolicyPartner Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will configure inbound trust settings ### Example 2: Configure automaticUserConsent settings ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -30,8 +31,7 @@ $params = @{ } Update-MgPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId -BodyParameter $params -``` -This example shows how to use the Update-MgPolicyCrossTenantAccessPolicyPartner Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will configure automaticuserconsent settings diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md new file mode 100644 index 00000000000..9cab4c406b1 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md @@ -0,0 +1,18 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + templateApplicationLevel = "newPartners,existingPartners" + userSyncInbound = @{ + isSyncAllowed = $true + } +} + +Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md new file mode 100644 index 00000000000..28e528d5176 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md @@ -0,0 +1,24 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + inboundTrust = @{ + isMfaAccepted = $true + isCompliantDeviceAccepted = $true + isHybridAzureADJoinedDeviceAccepted = $true + } + automaticUserConsentSettings = @{ + inboundAllowed = $true + outboundAllowed = $true + } + templateApplicationLevel = "newPartners,existingPartners" +} + +Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyDefaultAppManagementPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyDefaultAppManagementPolicy.md new file mode 100644 index 00000000000..b3d876dbb2b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyDefaultAppManagementPolicy.md @@ -0,0 +1,51 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + isEnabled = $true + applicationRestrictions = @{ + passwordCredentials = @( + @{ + restrictionType = "passwordAddition" + maxLifetime = $null + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2021-01-01T10:37:00Z") + } + @{ + restrictionType = "passwordLifetime" + maxLifetime = "P4DT12H30M5S" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2017-01-01T10:37:00Z") + } + @{ + restrictionType = "symmetricKeyAddition" + maxLifetime = $null + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2021-01-01T10:37:00Z") + } + @{ + restrictionType = "customPasswordAddition" + maxLifetime = $null + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2015-01-01T10:37:00Z") + } + @{ + restrictionType = "symmetricKeyLifetime" + maxLifetime = "P40D" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2015-01-01T10:37:00Z") + } + ) + keyCredentials = @( + @{ + restrictionType = "asymmetricKeyLifetime" + maxLifetime = "P30D" + restrictForAppsCreatedAfterDateTime = [System.DateTime]::Parse("2015-01-01T10:37:00Z") + } + ) + } +} + +Update-MgPolicyDefaultAppManagementPolicy -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyDefaultAppManagementPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyFeatureRolloutPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyFeatureRolloutPolicy.md index 32cf19d93eb..627f597c91f 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyFeatureRolloutPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyFeatureRolloutPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -11,8 +12,7 @@ $params = @{ } Update-MgPolicyFeatureRolloutPolicy -FeatureRolloutPolicyId $featureRolloutPolicyId -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyFeatureRolloutPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyHomeRealmDiscoveryPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyHomeRealmDiscoveryPolicy.md index e69de29bb2d..7a7dd5985d5 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyHomeRealmDiscoveryPolicy.md @@ -0,0 +1,18 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + definition = @( + '{"HomeRealmDiscoveryPolicy":{"AccelerateToFederatedDomain":true,"PreferredDomain":"federated.example.edu","AlternateIdLogin":{"Enabled":true}}}' +) +displayName = "Contoso default HRD Policy" +} + +Update-MgPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId $homeRealmDiscoveryPolicyId -BodyParameter $params + +``` +This example shows how to use the Update-MgPolicyHomeRealmDiscoveryPolicy Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index 8f23951f08a..d237a5a3c05 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyRoleManagementPolicyRule.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyRoleManagementPolicyRule.md index 4e750cea292..55984bfc7e6 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyRoleManagementPolicyRule.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyRoleManagementPolicyRule.md @@ -1,6 +1,7 @@ -### Example 1: Code snippet +### Example 1: Update a rule defined for a policy in PIM for Microsoft Entra roles ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -12,19 +13,47 @@ $params = @{ "@odata.type" = "microsoft.graph.unifiedRoleManagementPolicyRuleTarget" caller = "EndUser" operations = @( - "All" - ) - level = "Assignment" - inheritableSettings = @( - ) - enforcedSettings = @( - ) - } + "All" + ) + level = "Assignment" + inheritableSettings = @( + ) + enforcedSettings = @( + ) +} } Update-MgPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId $unifiedRoleManagementPolicyRuleId -BodyParameter $params + ``` -This example shows how to use the Update-MgPolicyRoleManagementPolicyRule Cmdlet. +This example will update a rule defined for a policy in pim for microsoft entra roles + +### Example 2: Update a rule defined for a policy in PIM for groups + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.unifiedRoleManagementPolicyExpirationRule" + id = "Expiration_EndUser_Assignment" + isExpirationRequired = $true + maximumDuration = "PT1H45M" + target = @{ + caller = "EndUser" + operations = @( + "All" + ) + level = "Assignment" + inheritableSettings = @( + ) + enforcedSettings = @( + ) +} +} -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +Update-MgPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId $unifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId $unifiedRoleManagementPolicyRuleId -BodyParameter $params + +``` +This example will update a rule defined for a policy in pim for groups diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenIssuancePolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenIssuancePolicy.md index 389518d0c03..542ee71ba77 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenIssuancePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenIssuancePolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - "definition-value" - ) - displayName = "displayName-value" - isOrganizationDefault = $true + "definition-value" +) +displayName = "displayName-value" +isOrganizationDefault = $true } Update-MgPolicyTokenIssuancePolicy -TokenIssuancePolicyId $tokenIssuancePolicyId -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyTokenIssuancePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md index 1414e79528b..36d0384a9ae 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md @@ -1,19 +1,19 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ definition = @( - '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}' - ) - displayName = "Contoso token lifetime policy" - isOrganizationDefault = $true + '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}' +) +displayName = "Contoso token lifetime policy" +isOrganizationDefault = $true } Update-MgPolicyTokenLifetimePolicy -TokenLifetimePolicyId $tokenLifetimePolicyId -BodyParameter $params + ``` This example shows how to use the Update-MgPolicyTokenLifetimePolicy Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganization.md b/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganization.md new file mode 100644 index 00000000000..159eb164a4b --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganization.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + displayName = "Contoso organization" + description = "Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank" +} + +Update-MgTenantRelationshipMultiTenantOrganization -BodyParameter $params + +``` +This example shows how to use the Update-MgTenantRelationshipMultiTenantOrganization Cmdlet. + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md b/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md new file mode 100644 index 00000000000..5fc3ef4ff28 --- /dev/null +++ b/src/Identity.SignIns/v1.0/examples/Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest.md @@ -0,0 +1,30 @@ +### Example 1: Join a multitenant organization + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + addedByTenantId = "1fd6544e-e994-4de2-9f1b-787b51c7d325" +} + +Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest -BodyParameter $params + +``` +This example will join a multitenant organization + +### Example 2: Reset a failed join request + +```powershell + +Import-Module Microsoft.Graph.Identity.SignIns + +$params = @{ + addedByTenantId = "00000000-0000-0000-0000-000000000000" +} + +Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest -BodyParameter $params + +``` +This example will reset a failed join request + diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationEmailMethod.md index 0246c044aee..9d79ac8aef9 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationEmailMethod.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -8,8 +9,7 @@ $params = @{ } Update-MgUserAuthenticationEmailMethod -UserId $userId -EmailAuthenticationMethodId $emailAuthenticationMethodId -BodyParameter $params + ``` This example shows how to use the Update-MgUserAuthenticationEmailMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationPhoneMethod.md b/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationPhoneMethod.md index 0a425c33245..819038fdc29 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationPhoneMethod.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgUserAuthenticationPhoneMethod.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Identity.SignIns $params = @{ @@ -9,8 +10,7 @@ $params = @{ } Update-MgUserAuthenticationPhoneMethod -UserId $userId -PhoneAuthenticationMethodId $phoneAuthenticationMethodId -BodyParameter $params + ``` This example shows how to use the Update-MgUserAuthenticationPhoneMethod Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranch.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranch.md new file mode 100644 index 00000000000..801b6e946e2 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranch.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessConnectivityBranch + +``` +This example shows how to use the Get-MgBetaNetworkAccessConnectivityBranch Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration.md new file mode 100644 index 00000000000..018236e5720 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration -BranchSiteId $branchSiteId + +``` +This example shows how to use the Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchDeviceLink.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchDeviceLink.md new file mode 100644 index 00000000000..f510c00a125 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchDeviceLink.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessConnectivityBranchDeviceLink -BranchSiteId $branchSiteId + +``` +This example shows how to use the Get-MgBetaNetworkAccessConnectivityBranchDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile.md new file mode 100644 index 00000000000..04f0cd1dc00 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile -BranchSiteId $branchSiteId + +``` +This example shows how to use the Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md new file mode 100644 index 00000000000..08390ce93c8 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink -RemoteNetworkId $remoteNetworkId -DeviceLinkId $deviceLinkId + +``` +This example shows how to use the Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringPolicy.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringPolicy.md new file mode 100644 index 00000000000..f33f0abcdf4 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringPolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessFilteringPolicy + +``` +This example shows how to use the Get-MgBetaNetworkAccessFilteringPolicy Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringProfile.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringProfile.md new file mode 100644 index 00000000000..e0bb7a70000 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessFilteringProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessFilteringProfile + +``` +This example shows how to use the Get-MgBetaNetworkAccessFilteringProfile Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingPolicy.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingPolicy.md new file mode 100644 index 00000000000..00c5a741408 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingPolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessForwardingPolicy -ForwardingPolicyId $forwardingPolicyId + +``` +This example shows how to use the Get-MgBetaNetworkAccessForwardingPolicy Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfile.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfile.md new file mode 100644 index 00000000000..e549ace91f9 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfile.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessForwardingProfile + +``` +This example shows how to use the Get-MgBetaNetworkAccessForwardingProfile Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfilePolicy.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfilePolicy.md new file mode 100644 index 00000000000..6fe0decfaf4 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessForwardingProfilePolicy.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessForwardingProfilePolicy -ForwardingProfileId $forwardingProfileId + +``` +This example shows how to use the Get-MgBetaNetworkAccessForwardingProfilePolicy Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogTraffic.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogTraffic.md new file mode 100644 index 00000000000..92f73a0e21b --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogTraffic.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessLogTraffic + +``` +This example shows how to use the Get-MgBetaNetworkAccessLogTraffic Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingConditionalAccess.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingConditionalAccess.md new file mode 100644 index 00000000000..322fbb482d3 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingConditionalAccess.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessSettingConditionalAccess + +``` +This example shows how to use the Get-MgBetaNetworkAccessSettingConditionalAccess Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingCrossTenantAccess.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingCrossTenantAccess.md new file mode 100644 index 00000000000..c88b4f93e71 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingCrossTenantAccess.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessSettingCrossTenantAccess + +``` +This example shows how to use the Get-MgBetaNetworkAccessSettingCrossTenantAccess Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingForwardingOption.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingForwardingOption.md new file mode 100644 index 00000000000..3c3bbf529be --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingForwardingOption.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessSettingForwardingOption + +``` +This example shows how to use the Get-MgBetaNetworkAccessSettingForwardingOption Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessTenantStatus.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessTenantStatus.md new file mode 100644 index 00000000000..951dbcf18fc --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessTenantStatus.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Get-MgBetaNetworkAccessTenantStatus + +``` +This example shows how to use the Get-MgBetaNetworkAccessTenantStatus Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Invoke-MgBetaEntityNetworkAccessReportSummary.md b/src/NetworkAccess/beta/examples/Invoke-MgBetaEntityNetworkAccessReportSummary.md new file mode 100644 index 00000000000..7430e612a42 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Invoke-MgBetaEntityNetworkAccessReportSummary.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Invoke-MgBetaEntityNetworkAccessReportSummary + +``` +This example shows how to use the Invoke-MgBetaEntityNetworkAccessReportSummary Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Invoke-MgBetaTransactionNetworkAccessReportSummary.md b/src/NetworkAccess/beta/examples/Invoke-MgBetaTransactionNetworkAccessReportSummary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranch.md b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranch.md new file mode 100644 index 00000000000..8070e903dcb --- /dev/null +++ b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranch.md @@ -0,0 +1,18 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "test branch - 11:50" + country = "United States" + region = "East US" + bandwidthCapacity = 500 +} + +New-MgBetaNetworkAccessConnectivityBranch -BodyParameter $params + +``` +This example shows how to use the New-MgBetaNetworkAccessConnectivityBranch Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranchDeviceLink.md b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranchDeviceLink.md new file mode 100644 index 00000000000..e1377e28064 --- /dev/null +++ b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityBranchDeviceLink.md @@ -0,0 +1,31 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "device link 1" + ipAddress = "24.123.22.168" + deviceVendor = "intel" + bandwidthCapacityInMbps = "mbps250" + bgpConfiguration = @{ + localIpAddress = "1.128.24.22" + peerIpAddress = "1.128.24.28" + asn = 4 + } + redundancyConfiguration = @{ + zoneLocalIpAddress = "1.128.23.20" + redundancyTier = "zoneRedundancy" + } + tunnelConfiguration = @{ + "@odata.type" = "microsoft.graph.networkAccess.tunnelConfigurationIKEv2Default" + preSharedKey = "/microsoft/keyVault/placeholder" + } +} + +New-MgBetaNetworkAccessConnectivityBranchDeviceLink -BranchSiteId $branchSiteId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaNetworkAccessConnectivityBranchDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityRemoteNetwork.md b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityRemoteNetwork.md new file mode 100644 index 00000000000..8fd0d34af9c --- /dev/null +++ b/src/NetworkAccess/beta/examples/New-MgBetaNetworkAccessConnectivityRemoteNetwork.md @@ -0,0 +1,79 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "Bellevue branch" + region = "canadaEast" +} + +New-MgBetaNetworkAccessConnectivityRemoteNetwork -BodyParameter $params + +``` +This example shows how to use the New-MgBetaNetworkAccessConnectivityRemoteNetwork Cmdlet. + +### Example 2: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "Bellevue branch w/ fwd profile" + region = "canadaEast" + forwardingProfiles = @( + @{ + id = "1adaf535-1e31-4e14-983f-2270408162bf" + } + ) +} + +New-MgBetaNetworkAccessConnectivityRemoteNetwork -BodyParameter $params + +``` +This example shows how to use the New-MgBetaNetworkAccessConnectivityRemoteNetwork Cmdlet. + +### Example 3: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "Bellevue branch w/ device link" + region = "canadaEast" + forwardingProfiles = @( + @{ + id = "1adaf535-1e31-4e14-983f-2270408162bf" + } + ) + deviceLinks = @( + @{ + name = "CPE1" + ipAddress = "52.13.21.25" + bandwidthCapacityInMbps = "mbps500" + deviceVendor = "barracudaNetworks" + bgpConfiguration = @{ + localIpAddress = "192.168.1.2" + peerIpAddress = "10.1.1.2" + asn = 65533 + } + redundancyConfiguration = @{ + zoneLocalIpAddress = $null + redundancyTier = "noRedundancy" + } + tunnelConfiguration = @{ + "@odata.type" = "#microsoft.graph.networkaccess.tunnelConfigurationIKEv2Default" + preSharedKey = "test123" + } + } + ) +} + +New-MgBetaNetworkAccessConnectivityRemoteNetwork -BodyParameter $params + +``` +This example shows how to use the New-MgBetaNetworkAccessConnectivityRemoteNetwork Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranch.md b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranch.md new file mode 100644 index 00000000000..298ea63844e --- /dev/null +++ b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranch.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Remove-MgBetaNetworkAccessConnectivityBranch -BranchSiteId $branchSiteId + +``` +This example shows how to use the Remove-MgBetaNetworkAccessConnectivityBranch Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink.md b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink.md new file mode 100644 index 00000000000..fbda2536120 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink -BranchSiteId $branchSiteId -DeviceLinkId $deviceLinkId + +``` +This example shows how to use the Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md new file mode 100644 index 00000000000..02a988764ff --- /dev/null +++ b/src/NetworkAccess/beta/examples/Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink -RemoteNetworkId $remoteNetworkId -DeviceLinkId $deviceLinkId + +``` +This example shows how to use the Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranch.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranch.md new file mode 100644 index 00000000000..4d0e61f0912 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranch.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "My updated branch" +} + +Update-MgBetaNetworkAccessConnectivityBranch -BranchSiteId $branchSiteId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessConnectivityBranch Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranchDeviceLink.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranchDeviceLink.md new file mode 100644 index 00000000000..1d7f2aad8cd --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessConnectivityBranchDeviceLink.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + name = "Backup Link" +} + +Update-MgBetaNetworkAccessConnectivityBranchDeviceLink -BranchSiteId $branchSiteId -DeviceLinkId $deviceLinkId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessConnectivityBranchDeviceLink Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessFilteringProfile.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessFilteringProfile.md new file mode 100644 index 00000000000..3f34aa1fac4 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessFilteringProfile.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + state = "disabled" +} + +Update-MgBetaNetworkAccessFilteringProfile -FilteringProfileId $filteringProfileId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessFilteringProfile Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfile.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfile.md new file mode 100644 index 00000000000..b3403edaceb --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfile.md @@ -0,0 +1,20 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + associations = @( + @{ + "@odata.type" = "#microsoft.graph.networkaccess.associatedBranch" + branchId = "88e5a488-92c3-45d6-ba56-e5cfa63677e8" + } + ) +} + +Update-MgBetaNetworkAccessForwardingProfile -ForwardingProfileId $forwardingProfileId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessForwardingProfile Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfilePolicy.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfilePolicy.md new file mode 100644 index 00000000000..3082ba5a797 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessForwardingProfilePolicy.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + "@odata.type" = "#microsoft.graph.networkaccess.forwardingPolicyLink" + state = "enabled" +} + +Update-MgBetaNetworkAccessForwardingProfilePolicy -ForwardingProfileId $forwardingProfileId -PolicyLinkId $policyLinkId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessForwardingProfilePolicy Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingConditionalAccess.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingConditionalAccess.md new file mode 100644 index 00000000000..bf540c20943 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingConditionalAccess.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + "@odata.context" = "https://graph.microsoft.com/beta/networkAccess/settings/$metadata#conditionalAccess" + signalingStatus = "disabled" +} + +Update-MgBetaNetworkAccessSettingConditionalAccess -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessSettingConditionalAccess Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingCrossTenantAccess.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingCrossTenantAccess.md new file mode 100644 index 00000000000..c120732ad39 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingCrossTenantAccess.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + "@odata.type" = "#microsoft.graph.networkaccess.crossTenantAccessSettings" + networkPacketTaggingStatus = "enabled" +} + +Update-MgBetaNetworkAccessSettingCrossTenantAccess -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessSettingCrossTenantAccess Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingEnrichedAuditLog.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingEnrichedAuditLog.md new file mode 100644 index 00000000000..79a9d502e6a --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingEnrichedAuditLog.md @@ -0,0 +1,24 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + "@odata.type" = "#microsoft.graph.networkaccess.enrichedAuditLogs" + sharepoint = @{ + "@odata.type" = "microsoft.graph.networkaccess.enrichedAuditLogsSettings" + } + teams = @{ + "@odata.type" = "microsoft.graph.networkaccess.enrichedAuditLogsSettings" + } + exchange = @{ + "@odata.type" = "microsoft.graph.networkaccess.enrichedAuditLogsSettings" + } +} + +Update-MgBetaNetworkAccessSettingEnrichedAuditLog -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessSettingEnrichedAuditLog Cmdlet. + diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingForwardingOption.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingForwardingOption.md new file mode 100644 index 00000000000..ddd369c2101 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingForwardingOption.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.NetworkAccess + +$params = @{ + skipDnsLookupState = "disabled" +} + +Update-MgBetaNetworkAccessSettingForwardingOption -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaNetworkAccessSettingForwardingOption Cmdlet. + diff --git a/src/Reports/v1.0/examples/Get-MgAdminReportSetting.md b/src/Reports/v1.0/examples/Get-MgAdminReportSetting.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Reports/v1.0/examples/Update-MgAdminReportSetting.md b/src/Reports/v1.0/examples/Update-MgAdminReportSetting.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md b/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md index 13ad37982f3..2dfd81cbf13 100644 --- a/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md +++ b/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md @@ -5,13 +5,23 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.azureDataLakeConnector" - displayName = "CSV connector" - "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('aa050107-5784-4a8e-1876-08daddab21bc')" - fileFormat = @{ - "@odata.type" = "microsoft.graph.industryData.fileFormatReferenceValue" - code = "schoolDataSyncV1" + "@odata.type" = "#microsoft.graph.industryData.oneRosterApiDataConnector" + displayName = "Generic OAuth2 Connector" + "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('c93a6e02-aeb7-437f-cc52-08dc3fc158af')" + apiFormat = "oneRoster" + baseUrl = "https://fakeProvider.net/ims/oneroster/v1p1" + apiVersion = "1.1" + credential = @{ + "@odata.type" = "#microsoft.graph.industryData.oAuth2ClientCredential" + displayName = "One Roster API Credentials" + clientId = "530be723-6af3-4952-8658-668fb2598ad7" + clientSecret = "thisIsASecret" + tokenUrl = "https://login.microsoftonline.com/c27f982b-f7ee-4b8b-bb0e-3c55bd1dc02c/oauth2/token" + scope = $null } + isDemographicsEnabled = $false + isFlagsEnabled = $false + isContactsEnabled = $false } New-MgBetaExternalIndustryDataConnector -BodyParameter $params diff --git a/src/Search/beta/examples/New-MgBetaExternalIndustryDataInboundFlow.md b/src/Search/beta/examples/New-MgBetaExternalIndustryDataInboundFlow.md index 2f5dcf98d5e..c9fe2f27448 100644 --- a/src/Search/beta/examples/New-MgBetaExternalIndustryDataInboundFlow.md +++ b/src/Search/beta/examples/New-MgBetaExternalIndustryDataInboundFlow.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.inboundApiFlow" + "@odata.type" = "#microsoft.graph.industryData.inboundFileFlow" "dataConnector@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/dataConnectors/51dca0a0-85f6-4478-f526-08daddab2271" dataDomain = "educationRostering" displayName = "Inbound rostering flow" diff --git a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataConnector.md b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataConnector.md index 068120be331..24696d95266 100644 --- a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataConnector.md +++ b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataConnector.md @@ -5,8 +5,8 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "microsoft.graph.industryData.azureDataLakeConnector" - displayName = "CSV files from SIS" + "@odata.type" = "microsoft.graph.industryData.oneRosterApiDataConnector" + displayName = "One Roster Connector" } Update-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId $industryDataConnectorId -BodyParameter $params diff --git a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md index 86a8a458b2f..99168322581 100644 --- a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md +++ b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.inboundApiFlow" + "@odata.type" = "#microsoft.graph.industryData.inboundFileFlow" displayName = "Updated flow name" } diff --git a/src/Sites/beta/examples/Add-MgBetaSiteContentModelGetByNameToDrive.md b/src/Sites/beta/examples/Add-MgBetaSiteContentModelGetByNameToDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Sites/beta/examples/Add-MgBetaSiteContentModelGetByNameToDrive.md @@ -0,0 +1 @@ + diff --git a/src/Sites/beta/examples/Add-MgBetaSiteContentModelToDrive.md b/src/Sites/beta/examples/Add-MgBetaSiteContentModelToDrive.md new file mode 100644 index 00000000000..be1e34653ec --- /dev/null +++ b/src/Sites/beta/examples/Add-MgBetaSiteContentModelToDrive.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Sites + +$params = @{ + driveId = "b!HEq8Q8ZfAkuMECqSaQFnJVwNMbAGLHhHnXMz1C32pozpolsoEg-MT47fBTiYcbnd" +} + +Add-MgBetaSiteContentModelToDrive -SiteId $siteId -ContentModelId $contentModelId -BodyParameter $params + +``` +This example shows how to use the Add-MgBetaSiteContentModelToDrive Cmdlet. + diff --git a/src/Sites/beta/examples/Get-MgBetaSite.md b/src/Sites/beta/examples/Get-MgBetaSite.md index eb5b687d85c..4cd9c250e8c 100644 --- a/src/Sites/beta/examples/Get-MgBetaSite.md +++ b/src/Sites/beta/examples/Get-MgBetaSite.md @@ -4,18 +4,7 @@ Import-Module Microsoft.Graph.Beta.Sites -Get-MgBetaSite -Property "siteCollection,webUrl" -Filter "siteCollection/root ne null" - -``` -This example shows how to use the Get-MgBetaSite Cmdlet. - -### Example 2: Code snippet - -```powershell - -Import-Module Microsoft.Graph.Beta.Sites - -Get-MgBetaSite +Get-MgBetaSite -Search '"{query}"' ``` This example shows how to use the Get-MgBetaSite Cmdlet. diff --git a/src/Sites/beta/examples/Get-MgBetaSiteContentModelAppliedDrive.md b/src/Sites/beta/examples/Get-MgBetaSiteContentModelAppliedDrive.md new file mode 100644 index 00000000000..05ff4984962 --- /dev/null +++ b/src/Sites/beta/examples/Get-MgBetaSiteContentModelAppliedDrive.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Sites + +Get-MgBetaSiteContentModelAppliedDrive -SiteId $siteId -ContentModelId $contentModelId + +``` +This example shows how to use the Get-MgBetaSiteContentModelAppliedDrive Cmdlet. + diff --git a/src/Sites/beta/examples/Get-MgBetaSiteContentModelByName.md b/src/Sites/beta/examples/Get-MgBetaSiteContentModelByName.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Sites/beta/examples/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md b/src/Sites/beta/examples/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Sites/beta/examples/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md @@ -0,0 +1 @@ + diff --git a/src/Sites/beta/examples/Remove-MgBetaSiteContentModelFromDrive.md b/src/Sites/beta/examples/Remove-MgBetaSiteContentModelFromDrive.md new file mode 100644 index 00000000000..008780be3c9 --- /dev/null +++ b/src/Sites/beta/examples/Remove-MgBetaSiteContentModelFromDrive.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Sites + +$params = @{ + driveId = "b!HEq8Q8ZfAkuMECqSaQFnJVwNMbAGLHhHnXMz1C32pozpolsoEg-MT47fBTiYcbnd" +} + +Remove-MgBetaSiteContentModelFromDrive -SiteId $siteId -ContentModelId $contentModelId -BodyParameter $params + +``` +This example shows how to use the Remove-MgBetaSiteContentModelFromDrive Cmdlet. + diff --git a/src/Sites/beta/examples/Remove-MgBetaSiteContentModelGetByNameFromDrive.md b/src/Sites/beta/examples/Remove-MgBetaSiteContentModelGetByNameFromDrive.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Sites/beta/examples/Remove-MgBetaSiteContentModelGetByNameFromDrive.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/Get-MgChatPermissionGrant.md b/src/Teams/v1.0/examples/Get-MgChatPermissionGrant.md new file mode 100644 index 00000000000..f1217dc6fb1 --- /dev/null +++ b/src/Teams/v1.0/examples/Get-MgChatPermissionGrant.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgChatPermissionGrant -ChatId $chatId + +``` +This example shows how to use the Get-MgChatPermissionGrant Cmdlet. + diff --git a/src/Teams/v1.0/examples/Get-MgTeamPermissionGrant.md b/src/Teams/v1.0/examples/Get-MgTeamPermissionGrant.md new file mode 100644 index 00000000000..4429b172d5c --- /dev/null +++ b/src/Teams/v1.0/examples/Get-MgTeamPermissionGrant.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgTeamPermissionGrant -TeamId $teamId + +``` +This example shows how to use the Get-MgTeamPermissionGrant Cmdlet. + diff --git a/src/Teams/v1.0/examples/Get-MgTeamScheduleShift.md b/src/Teams/v1.0/examples/Get-MgTeamScheduleShift.md index 65782ecf31a..a1f8c45fc2a 100644 --- a/src/Teams/v1.0/examples/Get-MgTeamScheduleShift.md +++ b/src/Teams/v1.0/examples/Get-MgTeamScheduleShift.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Teams -Get-MgTeamScheduleShift -TeamId $teamId -ShiftId $shiftId +Get-MgTeamScheduleShift -TeamId $teamId -Filter "sharedShift/startDateTime ge 2019-03-11T00:00:00.000Z and sharedShift/endDateTime le 2019-03-18T00:00:00.000Z and draftShift/startDateTime ge 2019-03-11T00:00:00.000Z and draftShift/endDateTime le 2019-03-18T00:00:00.000Z" ``` This example shows how to use the Get-MgTeamScheduleShift Cmdlet. diff --git a/src/Teams/v1.0/examples/Get-MgTeamworkDeletedChat.md b/src/Teams/v1.0/examples/Get-MgTeamworkDeletedChat.md new file mode 100644 index 00000000000..bdfa7363d36 --- /dev/null +++ b/src/Teams/v1.0/examples/Get-MgTeamworkDeletedChat.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgTeamworkDeletedChat -DeletedChatId $deletedChatId + +``` +This example shows how to use the Get-MgTeamworkDeletedChat Cmdlet. + diff --git a/src/Teams/v1.0/examples/Get-MgTeamworkDeletedTeam.md b/src/Teams/v1.0/examples/Get-MgTeamworkDeletedTeam.md new file mode 100644 index 00000000000..bf6e57848ef --- /dev/null +++ b/src/Teams/v1.0/examples/Get-MgTeamworkDeletedTeam.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgTeamworkDeletedTeam + +``` +This example shows how to use the Get-MgTeamworkDeletedTeam Cmdlet. + diff --git a/src/Teams/v1.0/examples/Get-MgTeamworkTeamAppSetting.md b/src/Teams/v1.0/examples/Get-MgTeamworkTeamAppSetting.md new file mode 100644 index 00000000000..39d6349a5e4 --- /dev/null +++ b/src/Teams/v1.0/examples/Get-MgTeamworkTeamAppSetting.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgTeamworkTeamAppSetting + +``` +This example shows how to use the Get-MgTeamworkTeamAppSetting Cmdlet. + diff --git a/src/Teams/v1.0/examples/Get-MgUserTeamwork.md b/src/Teams/v1.0/examples/Get-MgUserTeamwork.md index e69de29bb2d..42cd6097305 100644 --- a/src/Teams/v1.0/examples/Get-MgUserTeamwork.md +++ b/src/Teams/v1.0/examples/Get-MgUserTeamwork.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +Get-MgUserTeamwork -UserId $userId + +``` +This example shows how to use the Get-MgUserTeamwork Cmdlet. + diff --git a/src/Teams/v1.0/examples/Invoke-MgArchiveTeamChannel.md b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamChannel.md new file mode 100644 index 00000000000..81e7feadf28 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamChannel.md @@ -0,0 +1,22 @@ +### Example 1: Archive a channel + +```powershell + +Import-Module Microsoft.Graph.Teams + +Invoke-MgArchiveTeamChannel -TeamId $teamId -ChannelId $channelId + +``` +This example will archive a channel + +### Example 2: Archive a channel when the team is archived + +```powershell + +Import-Module Microsoft.Graph.Teams + +Invoke-MgArchiveTeamChannel -TeamId $teamId -ChannelId $channelId + +``` +This example will archive a channel when the team is archived + diff --git a/src/Teams/v1.0/examples/Invoke-MgArchiveTeamPrimaryChannel.md b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamPrimaryChannel.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamPrimaryChannel.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/Invoke-MgArchiveTeamworkDeletedTeamChannel.md b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamworkDeletedTeamChannel.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgArchiveTeamworkDeletedTeamChannel.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamChannel.md b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamChannel.md new file mode 100644 index 00000000000..4c564ac5535 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamChannel.md @@ -0,0 +1,22 @@ +### Example 1: Unarchive a channel + +```powershell + +Import-Module Microsoft.Graph.Teams + +Invoke-MgUnarchiveTeamChannel -TeamId $teamId -ChannelId $channelId + +``` +This example will unarchive a channel + +### Example 2: Unarchive a channel when the team is archived + +```powershell + +Import-Module Microsoft.Graph.Teams + +Invoke-MgUnarchiveTeamChannel -TeamId $teamId -ChannelId $channelId + +``` +This example will unarchive a channel when the team is archived + diff --git a/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamPrimaryChannel.md b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamPrimaryChannel.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamPrimaryChannel.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamworkDeletedTeamChannel.md b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamworkDeletedTeamChannel.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Teams/v1.0/examples/Invoke-MgUnarchiveTeamworkDeletedTeamChannel.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/New-MgChatInstalledApp.md b/src/Teams/v1.0/examples/New-MgChatInstalledApp.md index 312412c9ba0..4fb3483d08b 100644 --- a/src/Teams/v1.0/examples/New-MgChatInstalledApp.md +++ b/src/Teams/v1.0/examples/New-MgChatInstalledApp.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Install app in a chat ```powershell @@ -11,5 +11,40 @@ $params = @{ New-MgChatInstalledApp -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatInstalledApp Cmdlet. +This example will install app in a chat + +### Example 2: Install app in a chat and consent to the resource-specific permissions required by the app + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + "teamsApp@odata.bind" = "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/2b524e28-95ce-4c9b-9773-4a5bd6ec1770" + consentedPermissionSet = @{ + resourceSpecificPermissions = @( + @{ + permissionValue = "OnlineMeeting.ReadBasic.Chat" + permissionType = "Delegated" + } + @{ + permissionValue = "OnlineMeetingIncomingAudio.Detect.Chat" + permissionType = "Delegated" + } + @{ + permissionValue = "ChatMember.Read.Chat" + permissionType = "Application" + } + @{ + permissionValue = "ChatMessage.Read.Chat" + permissionType = "Application" + } + ) + } +} + +New-MgChatInstalledApp -ChatId $chatId -BodyParameter $params + +``` +This example will install app in a chat and consent to the resource-specific permissions required by the app diff --git a/src/Teams/v1.0/examples/New-MgChatMember.md b/src/Teams/v1.0/examples/New-MgChatMember.md index b66e7cede0e..71790916c75 100644 --- a/src/Teams/v1.0/examples/New-MgChatMember.md +++ b/src/Teams/v1.0/examples/New-MgChatMember.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Add a single member to a chat and specify the timespan for the conversation history ```powershell @@ -9,16 +9,35 @@ $params = @{ "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/8b081ef6-4792-4def-b2c9-c363a1bf41d5" visibleHistoryStartDateTime = [System.DateTime]::Parse("2019-04-18T23:51:43.255Z") roles = @( - "owner" - ) + "owner" +) } New-MgChatMember -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMember Cmdlet. +This example will add a single member to a chat and specify the timespan for the conversation history -### Example 2: Code snippet +### Example 2: Add a single member to a Microsoft Teams chat, sharing no chat history + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + "@odata.type" = "#microsoft.graph.aadUserConversationMember" + "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/8b081ef6-4792-4def-b2c9-c363a1bf41d5" + roles = @( + "owner" +) +} + +New-MgChatMember -ChatId $chatId -BodyParameter $params + +``` +This example will add a single member to a microsoft teams chat, sharing no chat history + +### Example 3: Add a single member to a Microsoft Teams chat, sharing the whole history of the chat ```powershell @@ -29,16 +48,16 @@ $params = @{ "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/8b081ef6-4792-4def-b2c9-c363a1bf41d5" visibleHistoryStartDateTime = [System.DateTime]::Parse("0001-01-01T00:00:00Z") roles = @( - "owner" - ) + "owner" +) } New-MgChatMember -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMember Cmdlet. +This example will add a single member to a microsoft teams chat, sharing the whole history of the chat -### Example 3: Code snippet +### Example 4: Add a single member to a chat using user principal name ```powershell @@ -49,16 +68,16 @@ $params = @{ "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/jacob@contoso.com" visibleHistoryStartDateTime = [System.DateTime]::Parse("2019-04-18T23:51:43.255Z") roles = @( - "owner" - ) + "owner" +) } New-MgChatMember -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMember Cmdlet. +This example will add a single member to a chat using user principal name -### Example 4: Code snippet +### Example 5: Add an in-tenant guest to a chat, sharing no chat history ```powershell @@ -68,16 +87,16 @@ $params = @{ "@odata.type" = "#microsoft.graph.aadUserConversationMember" "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/8ba98gf6-7fc2-4eb2-c7f2-aef9f21fd98g" roles = @( - "guest" - ) + "guest" +) } New-MgChatMember -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMember Cmdlet. +This example will add an in-tenant guest to a chat, sharing no chat history -### Example 5: Code snippet +### Example 6: Add an out-of-tenant external user to a chat, sharing no chat history ```powershell @@ -87,13 +106,13 @@ $params = @{ "@odata.type" = "#microsoft.graph.aadUserConversationMember" "user@odata.bind" = "https://graph.microsoft.com/v1.0/users/82af01c5-f7cc-4a2e-a728-3a5df21afd9d" roles = @( - "owner" - ) - tenantId = "4dc1fe35-8ac6-4f0d-904a-7ebcd364bea1" + "owner" +) +tenantId = "4dc1fe35-8ac6-4f0d-904a-7ebcd364bea1" } New-MgChatMember -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMember Cmdlet. +This example will add an out-of-tenant external user to a chat, sharing no chat history diff --git a/src/Teams/v1.0/examples/New-MgChatMessage.md b/src/Teams/v1.0/examples/New-MgChatMessage.md index 933452944f5..ab12e34e1c0 100644 --- a/src/Teams/v1.0/examples/New-MgChatMessage.md +++ b/src/Teams/v1.0/examples/New-MgChatMessage.md @@ -1,4 +1,36 @@ -### Example 1: Code snippet +### Example 1: Send inline images along with the message + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + body = @{ + contentType = "html" + content = "
+
+ +
+ + +
+
" + } + hostedContents = @( + @{ + "@microsoft.graph.temporaryId" = "1" + contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAAASkAAAEpCAYAAADPmdSCAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAhr0lEQVR4Xu3d76tdV50GcP+EvJu3/QuGvJgXxSk0Y8QwzZRmCG2lQkjrkM4UjOmLgmAt0bQGLqipo1ghmIhSRBIMbV+UpmiIRSYV9IqmHaqNgRJbUGqoA30xMGe+z+1ZNyfrPuec/WN9115r7yfw6Y917zlnn+9e68ne66y9z8dms1kjTzzxxC6zxxw3h80d7Pekfti3832MfX3A7GK/J5IDbYxZJz1mbppZ5JJRBx4J7Etzar5vY8fZY0S80cZF6JxRZ41dN7vZY6Uetg8RUJvzfbrMWfZYEU+0MbBOicN+1lljOMo6zJ5Dymf7bvd8H7J9G9vDnkPEC20MrEMuO/Rf5hR7HimX7TOcyrN9ucwF9jwiXmhjYB0Sc06so66ieaoKYB+Zs/N91sYl9nwiXmhjgA4ZddCmNE9VMNs3OI1fN/+0jEJKsqKNATpk1EHb0DxVgWyfYBlJ0/knRiElWdHGAB0y6qBd6BOhQti+aDv/xCikJCvaGKBDRh20K5xaaJ5qIKi96TL/xCikJCvaGKBDRh20D5xiaJ4qM9TcdJ1/YhRSkhVtDNAhow6aguapMrFa45KWPvNPjEJKsqKNATpk1EFT0TyVM6vxuisFulJISVa0MUCHjDpoSjgF0UXKiVlNMf90YV5jDwopyYo2BuiQUQdNDaciuswiEatl6vknRiElWdHGAB0y6qBejrHXl+ashh7zT4xCSrKijQE6ZNRBPeEjci1T6MDq1vYayz4UUpIVbQzQIaMO6k3zVC1YrTD/lHsfKaQkK9oYoENGHTQHzVM1YDXC/BOukWQ19KSQkqxoY4AOGXXQnHQnyCWsNri1b475J0YhJVnRxgAdMuqgueGjdM1TLbB65Jx/YhRSkhVtDNAhow46BMxTTf5yGqvBEPNPjEJKsqKNATpk1EGHglObA2wb27hx40bnSXl7bKcjuq6PW2Tvvc3tfb0ppCQr2higQ0YddGid56ksLM6am6b1Udn8sZumVeDg9+eP63wZkL1nzD+xWgxFISVZ0cYAHTLqoCVoPU+FkDCzuVZBFT22cVDh9+a/Hx7bOqjsfaa6vUpKCinJijYG6JBRBy1F49sTIxwWgiJoFFT2O+yxa4MKP5//XvzYRkFl7w3zT96Xt3SlkJKsaGOADhl10JJgjmblbV8QClFILFoZVPazVY9dGlRon/+cPQ5WBpW9p7639/WmkJKsaGOADhl10BLRr9FCGEThwNCgsrYmj90RVPj/eTv7/UU0qOy9pLi9rzeFlGRFGwN0yKiDlgrbuR0YCIEoFFa5Lajsv9s8djuo8O/5/7PfY7aDCttuSpx/YhRSkhVtDNAhow5asq15Kgz+KAya2Aoq0+WxCKY75v9mP18FwdTn66WGoJCSrGhjgA4ZddCiPf300x9cv379f0kYFOub3/zm/7D3UrDkIXXz4393hzlrLk3IBaNrVBugjQE6ZNRBi7exsTG7du0aDYTSnDlzhr6HwiULKRukIZxmE4bAUlitQBsDdMiog1ahhqCqNKCgd0jZoFQ47aSwWoI2BuiQUQetRslBVXFAQeeQskGocFpPYRWhjQE6ZNRBq1JiUFUeUNA6pGzQKZzaU1jN0cYAHTLqoNUpKahGEFDQOKRskCmc+pt8WNHGAB0y6qBVKiGoRhJQsDakbFApnNKbbFjRxgAdMuqg1RoyqEYUULA0pGwQDRlOGMRdXDfs+UqFbZ5UWNHGAB0y6qBVu3LlCg0Rb2xbKrYjpGzQDBlOeN1eX95hjz9sFFaFoo0BOmTUQaumkEpiO6RskFQdTjF7PoVVgWhjgA4ZddCqKaSSwKAYVTjF7PkVVgWhjQE6ZNRBq6aQ6ufpo/8xe/1f/uG9aHDk4h5OMXs9hVUBaGNgHVMhlQDblpognC4f+DgbEDlkD6eYvb7CakC0MbAOqpBKgG1LDaYeTjHbHoXVAGhjYB1VIZUA25aSKZxWs+1TWGWEgrM3JJJb8eEUs+2tMayqo5CSoVUXTjHbfoWVn0sKKRlK9eEUs/ejsEpn+/RUISW5jS6cYvb+FFbd7Zg7U0hJLqMPp5i9X4VVc0sn9hVS4m1y4RSz96+wWm7tp44KKfEy+XCKWT0UVrc0XhKhkJLU3jR/zzqbfMTqM+WwahxOgUJKPNw0xw39Knr5iNVnSmHVOpwChZR4Ulg1YPUZc1h1DqdAISU5KKwasPqMKax6h1OgkJKcFFYNWH1qDqtk4RQopGQICqsGrD41hVXycAoUUjIkhVUDVp+Sw8otnAKFlJRAYdWA1aeksHIPp0AhJSVRWMkOCikpkcJKtimkpGQKK1FISRUUVhOmkJKaKKwmSCElNVJYTYhCSmqmsJoAhBR2MnXx4N3XX3zwUzPm9L/unT2w5x+r8vA9n5r9273/nB3blpI9s/+f6D6HAb/qahWEFdbtTAHu0zWpUKaNwRMrvnfvyJEjszvvvFNG6IEHHqD7HP7zyCEWEuIPizgPs3E6drQxsE6pkJoghVRRJhtOAW0MrFMqpCZIIVWEyYdTQBsD65QKqQlSSA1K4RShjYF1SoXUBCmkBqFwWoI2BtYpFVITpJDKSuG0Bm0MrFMqpCZoVUid+vfDH0aDTLpRODVEGwPrlEtDKvjc5z43e+ihh2Z33XUX7fC1uvfee2c//OEPZ7/+9a9nN27c2PLWW29ttX3605+mj6kV9h2C6bHHHqP7OIK1OmO6F3duCqeWaGOADhl10KUef/zx2f79++kgqM0XvvCF7WBa5rvf/S59bG327t279RcN26dLXAr9A4NtPujYYJTbKZw6oo0BOmTUQdeqPaiaBFSAoyr2HLVAQOEvF7YfV9gOqQCDbz4I2eCcOoVTT7QxQIeMOuha6PS1nvrhFI+F0SpHjx6lz1WDlkdQwY6QCjAY54OSDdapUTglQhsDdMiogzaCOSo2KEqHIyMWRKu89tpr9LlKd99999F918DSkAowOOeDlA3esVM4JUYbA3TIqIM2gr+h2cAoHQuhJnAExp6vZI888gjddw2sDakAg3U+aNlgHhuFkxPaGKBDRh20MTYwSoZP7FgANfHZz36WPmfJOsxFBY1DKsDgnQ9iNrhrp3ByRhsDdMiogzbGBkbJPvOZz9AAagKPZc9ZMrbPGmodUoEN5j1jw96npEUbA3TIqIM2dvfdd9PBUSocDbEAauLEiRP0OUvG9llDnUNKpAvaGKBDRh20sX379tHBUao+IfX1r3+dPmfJ2D5rSCElWdHGAB0y6qCN1bZeCkHDAqiJ2hZ24i8Qts8aUkhJVrQxQIeMOmhjuMyCDZBSdVl+ELzyyiv0OUuFv0DYPmtIISVZ0cYAHTLqoI3hI242QEqF9U4sgJpiz1kqrGNj+6whhZRkRRsDdMiogzaGj7jZACnRJz7xCRo8bdR00XHDC4mXUUhJVrQxQIeMOmgrtcxLtbleb5la5qXwqSvbVy1smj1z+iopcUcbA+uEvULq0KFDdKCUBnNKLHjawC1d2HOXZtW9onpCX4FT5rhBiO1m/UqkDdoYzDsd65CNlb5eqs9K8xiOyNhrlKTHSvM+cPR1wYTw0hGYNEYbA+tMvUOq9KOpn/zkJzRwuij9aKrHRcUerhsE1zGjIy5ZijYG1nl6hxSUejTVZwHnMqUeTeH2OQMdRTV10yi0ZAfaGFhnSRJSpd4Pve+yAwa3GManhez1htRz2cEQcKSF+a0DrG/KdNDGwDpIkpCCgwcP0sEzFHwax0ImBZxCstccSs/FmyXAUdZZo8CaINoYWKdIFlKA29WyQZRbiiUH65Ry0XHHWwSXLASW7kAwEbQxsI6QNKQwWLyDCpPDTz311Oz8+fOzzc3N2QcffLDt/Rdenr2378Gs/nLy2du2Adv08ssvzzY2Nra2lb2HVDAP1XPhZulwSohPDO9g/VfGgTYGtvOThhR4BRWCKQ4lJmdQxQHF/P73v98KrE9+8pP0fXU1gYCKYdJdR1cjRBsD2+nJQwoQVKlWoyOcMNBZACyTI6iaBNSid999d/btb387SViN8BSvDRxdHTZaizUStDGwHe0SUkGfL2zA3TCbHDkt4xlUbQNqEQL30Ucfpe+5CXxAwWo9QZi7wqmgwqpytDGwHewaUoAvbWh7gzycHrEB3pZHUPUJqEXf//736XtfBjXEUg9W44lTWFWONga2Y91DKsAAa3IKiAlxNqi7ShlUqQIqwDqudad/CCes6mc1ldsorCpFGwPbodlCKsCRFU4D2dFV6oAKUgRV6oAKcEobBxXmnHBa1/HLPadOYVUZ2hjYjsweUjEcYeEGevjYng3iVPoElVdABVevXt06WtLpXFIIK30VVQVoY2A7cfCQgnPnztHBm1qXoPIOqODnP/85rY30tnV/LNb/pQy0MbCdN3hIfe1rX6OD1kuboMoVUMHp06dpjSQJrLPSKWCBaGNgO23wkGq7BiqFJkGVO6Dgz3/+8+xLX/oSrZMkgVPAY2wsyHBoY2A7bNCQwje4sMGaw6qgGiKggpdeeonWSpJCv9ftYgpBG4P5zmI7MYt33nmHDtRcWFANGVCBjqayOc7GheRFGwPbSYOF1JBHUYsWg6qEgAIdTWWFiXVdwDwg2hjMdxDbce5++9vf0gE6BARVKQEFOMJkNRM3Wq4wINoItlNwzx62w9w988wzdHDKLfjUk9VOXOkTwAHQRtsRgwUUlHKqVzKd8g0Gd1nQpHpGOxpsBwwaUICFi2xgyi04HWa1k2x0+pfJbf9jhR88oKCk+aiSsdpJVmcXx4/42P4PFDzaAYNhA1J20lKEIuDDJc1TOdr6hxW5mIACNiBlp29961u0fpKd5qkcFRdQwAak7KSQKgqWKehCZQcIqcHWQi3DBqTspJAqkibUE0NI7TJFBRUbkLKTQqpYCqqEtv5hRS0qqNiAlJ2w6JXVT4qgT/4S2f4PKyqCqoj5qaEvLK4Fq50URUGVwI4GK+ypqNDZaZ3UerjPFqudFEdB1RNttMLiyxVZwbPAJR9sYMotup1wVRRUPdBGsMLuNvhYlRXdVe5bBtcI1zey2kmxFFQd0cbACnuHGWRCXfNSq2m1eZUUVB3QxpgVN/s81auvvkoHp3ww++Uvf0lrJlXQ3T5boo2MFfeAyXb6p3tKLaf1UdXTOqoWaOMyVlyc/mW7pbBu2bKTbtEyGgqqhmjjOlbgY1HBXeBoCl/jxAbrVOkoajRwVqKLkhugjU2gwMb9qErLEW7BPB2rkVQLQaUveViDNrZhRcZRletclRZ3fvTlC/pEb5R0P6o1aGNbVmTMVeEm9Wwn9IbBOeXTPrx3ffHCqF1g40o+Qhu7smLvMbgBGNsRvWCQTjWoTp8+TWsio6KlCUvQxr6s4LisJvkp4NSCCu9VK8snRTfNI2hjClZw3FXhuEkaVggqXFzLBrUXBAWOZnIGpE7xJkkT6QRtTMmKnjysMEeVYw0VJqsXgwJLInIEJD4o0CT5ZF1i42jKaKMHK37ysMKaIa9r/LD0YVlQnDt3zuWoSqd3Mqf5qQW00ZPtAITVyws7pDcM7BRhhZDAWqQmd7xEgCHIUoQVth3Bp6MnWaD5qTna6M12AI6o2I7pBadmCJk2gYWQwQW7CLquIYH5Kpx+tgksbCMeo0/uZAl8Sq71U4Y2erPiu4TUIgQOTgdxhIIjnhjCwWNiGkdheG72moBtanKkJmJOsfEzNbTRmxXfPaRERmLyp3200ZsVXiEl0szkT/toozcrukJKpLlJn/bRRm9W9CQh9ZWvfGX25JNP0p+JjMxkT/toozcreO+QOnPmzOzGjRtbNjc3tyal0baxsUF/X6Rym2wsTQFt9GYF7xVSiwG1zJUrV7aC6/nnn589++yzsxMnTtDnygFHe9gGbAu2Cdv25ptvKlClrWNsPI0dbfRmxe4cUk0CahUcdSEkLl68ODt//vyW5557bitEgqankIuPgfB8IYjwWmwbgmvXrimopA1crTG5SXTa6M0K3TmkMKgxuNmgrw1CTHNq0tLkvhaLNnqzQvc63RtDUCmgpIdJ3SmBNnqzIveeOK85qBRQ0tOk7pRAG71ZkXuHFNQYVAooSWQySxJoozcrcJKQgpqCSgElCU3maIo2erMCJwspqCGoFFDiYBJHU7TRmxU3aUhByUGlgBInkziaoo3erLjJQwouX75MQ2JoWMTJtlckgdEfTdFGb1bY5CGFxZksIEqBRahsu0V6Gv3RFG30ZoVNGlKlB1SgoBInu9k4Gwva6M2KmiykagmoQEElDka9Cp02erOiJgmp2gIqUFCJg9GuQqeN3qygvUOq1oAKFFSS2Gi/Bos2ekNBowK3UntABQoqSegmG2tjQBu9WUE7hxRuhcIGfK1wixf2PkU6OMzGW+1oozcrZueQwqJILI5kA742OCJk71Gko1EuR6CN3qyYvU73xhBUCihxMroJdNrozQrZe+K85qBSQImj0X2zDG30ZoXsHVJQY1ApoMTZdTbmakYbvVkhk4QU1BRUCijJZFTX89FGb1bEZCEFNQSVAkoyGtUKdNrozYqYNKSg5KBSQElmo1ozRRu9WRGThxRgzRELiaGxbRVxdoCNvRrRRm9WQIWUiK/RfMpHG71ZARVSIr5G8ykfbfRmBVRIifgbxX2maKM3K55CSsTfMTb+akMbvVnxFFIi/kZxLR9t9GbFU0iJ5LGLjcGa0EZvVjiFlEge1S9FoI3erHAKKZE8ql+KQBu9WeEUUiJ5VD8vRRu9WeEUUiKZxOOvNrTRmxVOISWST9V3RaCN3qxoCimRfKpeL0UbvVnRFFIi+Vxg47AWtNGbFU0hJZLPJhuHtaCN3qxoCimRjOIxWBPa6M2KppASyavayXPa6M0KppASyavaLw6ljd6sYAopkbyOs7FYA9roDQWLCpiEQkpkqWpXntNGb1YwhZRIXtV+wkcbvVnBFFIimcXjsBa00ZsVTCElkl+V95aijd6sWAopkfyqXIZAG71ZsRRSIvkppJqyYimkRPKrchkCbfSGYkXFS0IhJbKSQqopFCsqXhIKKZGVzrHxWDra6M2KpZASye+/2XgsHW30ZsVSSInkV+VXr9NGb1YshZRIfu+x8Vg62ujNiqWQEsnvr2w8lo42erNiKaREBhCPxRrQRm9WLIWUyADisVgD2ujNiqWQEhlAPBZrQBu9WbEUUiIDiMdiDWijNyuWQkpkAPFYrAFt9GSF2m1uLhYuFYVUGo899hhtl1Go7l7ntNGLFcgtoEAhlYZCavSqCira6MEK4xpQoJBKQyE1CdUEFW1MzQriHlCgkEpDITUZVQQVbUzJCpEloEAhlcajjz5K22WUig8q2piKFSBbQIFCKo1Dhw7RdhmtooOKNqZgbzxrQIFCKg2F1CQVG1S0MQV709ejIrhTSKVx//3303YZvSLvgU4bU7A3rCOpObatJTt48CBtl1E7y8ZxCWhjKvbGNSdl2LaW7J577qHtMlrFBhTQxpSsAPp0j2xryfbt2zd7/PHH6c9kdIoOKKCNqVkhsgSVQioNhNSRI0foz2RUig8ooI0erCDuQaWQSgMh9eCDD9KfyWhUEVBAG71YYVyDSiGVBkJq//799GcyCtUEFNBGT1Ygt6BSSKWBkLrrrrvoz6R6VQUU0EZPViSFVOEQUnfeeaeu4RsnhdQqViCd7lUghNRDDz1Efy7V0+keY4XRxHklQkjh3+znMgqaOF9kBXEPKFBIpRFCCrReatSqCCramJIVIktAgUIqjcWQ0sXGo1d8UNHGVKwA2QIKFFJpLIaUTvkmoeigoo0p2BvPGlCgkEpjMaTg6NGj9PdkVIoNKtqYgr3pS1ER3Cmk0ohDSqvPJ2Nyt2rZZTYXCuBOIZVGHFJa2DkJ07vpHdgbzxpUCqk04pACTaCP2jRvHxxYAbIF1cbGBg2JobFtLRkLqT179tDflepN+4sYAitEtqBiITE0tp0lYyEFOpoaneIDCmijBytIlqBiITE0tp0lWxZSOpoalSoCCmijFyuMe1BduXKFBsWQ2HaWbFlIgY6mRqGagALa6MkK5BpUFy9epEExJLadJVsVUjia0qUyVSsioGxc7DZ7zGFzbP7fdAnEjoYcrFDHo8Ilc+bMGRoUQ2LbWbJVIQVaN1WveCzmZGPhgLlgboaxscSmQXDtwuPok3mzYrmFVImf8LHtLNm6kMK6Ka1Cr1M8FnOwMYBwur44JhpCmB2nT+rNiuUWUvDmm2+yNzwYto0lWxdSgN9hj5WyxWPRk/X9XQZHTnRcNEWf3JsVyzWkSpuXYttYsiYhBbopXn3isejF+j0CCqdtdEy0QV/AmxXLNaSee+45+maHwraxZE1DSqd99YnHogfr88kCCuiLeLNiuYYUlHTKx7avZE1DCvbu3UufQ8oUj0UP1ucvxWOgD/oi3qxY7iF1/vx5+oaHwLavZG1CCg4ePEifR8oTj8XUrL8fj/t/X/SFvFmx3EPqxIkT9A0PgW1fydqGFGiRZx3isZiS9XWc5q1bXtAafTFvViz3kIJSJtDZtpWsS0iBvgKrfPFYTMn6evKjKKAv5s2KlSWkSjmaYttWsq4hhYl0BVXZ4rGYkvX1Lmuh1qIv5s2KlSWkoISjKbZdJesaUoCJdF02U654LKZi/RyXudD+3xd9QW9WrGwh9eSTT86uXbtG33wubLtK1iekQEFVrngspmL93OVUD+gLerNiZQspeP755+mbz4VtU8n6hhQoqMoUj8VUrJ+fjft9KvQFvVmxsoYUDHkLF7Y9JUsRUqCgKk88FlOxfp50bdQi+oLerFjZQ2rI0z62PSVLFVKgyfSyxGMxFevnCqkUhvqiBrYtJUsZUoCgOnLkCH0tySsei6lYP1dIpTLE/abYdpQsdUgFuiB5ePFYTMX6efJFnAF9QW9WrMFCCnIvS2DbUDKvkIL77rtP81QDisdiCtbHsdKc9v0U6It6s2INGlKQM6jY65fMM6QAtyDWPNUw4rGYgvVx3NSO9v0U6It6s2INHlKQK6jYa5fMO6QC3YY4v3gspmB93G35AdAX9WbFKiKkIMccFXvdkuUKKcAyBU2q5xOPxb6sf7ue6gF9YW9WrGJCCnCTPM/lCew1S5YzpALNVeURj8W+rH+7rTQP6At7s2IVFVKAi5E3Nzdpkfpir1eyIUIKsFQBp4AKKz/xWOzD+rbb9XqL6It7s2IVF1IBbpaX+qiKvU7JhgqpQGHlajcbk21Zv056i+BV6AZ4s0IVG1KAo6rLly/TgnXBXqNkQ4dUgLDCXT91H/WkjrMx2Zb1a9fJ8kV0A7yhUFHhioQV6imu+WPPXbJSQmrR/v37Z4888gjdXmnlutn60s0urD/jCCpbQAHdEG9WpCpCKkBY9VmuwJ6zZCWGVICjK0yyK7B6OcvG5TrWlzEHleUUbxHdGG9WpKpCKsBFyrjtS9ujK/ZcJSs5pBYhsHCEhfura3Foa42Dyvowjp7cP8Vbhm6UNytQlSG1CIGFpQsvvfTS2tBijy9ZLSEVQ2hh2zHpjiMtBddaOPU7zMao9VsEE1aSZz21Y3ZsXEr2AncYvFGk8CmDK6UvXb169ToGNuA0Cp+oYVHlxsYGK2QVEFqnT5/eej8/+9nPtr73LwjvFZPxeK84GsMpJHueEniGFJ7785///Ox73/vell/84hcUaoSff/WrX92aOMeCz64UVo389eTJk//1ne98Z/OnP/3p22+99dZ7NlZpaORGw6Ure0Kk72GD73/vfFU0BjQ6KT5lI8UsRjiS6vNFpFibhecoKaBTh9QXv/jF2Y9+9KPZr371K1qDJkqs09jhL14cPLzxxhtudzhogoZNW/ZEe4zLYSECC4ViRRwCghODxWOFOsIO4YzOwV47lxQhdf/9928dCfUJ8GXwnDgiHbpOU4Ijfzu6+pDtD280dJqyJ0A4ud3sahE65pBhhXDKdUEyAnDIQdgnpBBOL774In1fqQ1dp6lBnXONgUU0fNaxB2KuCad09Ek94bA/53wOdgwGAtsWbxiEQwRz15DCkZPHEeY6eE0cgbL3IumhT7L94IWG0Cr2oGNm0HNUwCmX99+gmP/wOF1pC6e8Oefn2obUww8/3Gu+KRX8BVb6POZY4C8Ftg880CBi7JezrzRdx7NT5twJTeBoARP1bFtTaxNSJ0+epNs7lKGOPqco5aVjq9BAitkvIqCyrzRtAp0y9Sc+Q5x3N5VjADYNqVxzT13gFJ29N0kHZzI5Tu9pKC2yX8JSeJfveE8pxeBF0XP97dAHQpRtfypNQqrkgAq86yR55qdoMAX2C5ggH3z+qam+p0OY+2HPWyLPAbgupGoIqEBB5c/7aIqGE9gPiz3FW6bPqV/Jp3jLeJ36rQqpmgIq0KmfL3yIxeqeyCkaUGA/zLL+KTUEVdtP/YZaYpCCx3KMZSFV2iR5G7k+dJgi9EFW8wRwkLRrWUANdsVzCjhtY8VkHAucRZdQXoeFFJYZsNevBeqk5Ql+WM17wjTT1l1EWUBluW+xtyaL+zC4S1gH1VebUG6ChVQJ66D6Sl0nucVhHG3fnYGFVFXzUMs0+ZvT+Vw6q5SnM3FIYSU5e80aaWW6j8QfOp1azKQ4oHAHA/agKq36ZAcBxh5TK/xNlvK0LwQUrsVD4LPXrJHH6bEkDakdN+NbDCh8mlfNcoOmlk0s1/hp3jqpPsX68pe/vB1SNX6at44+7UsvUUjRu4Vu/4f9wqiOogIszowLOrajqABHCfF77eIHP/jB9lEUe53a6WgqPVbnlpbeznj7P+yXil9V3lU8NzXGo6ig79qpb3zjG9shdfbsWfoaY6C5qXSwNpHVuIWV91vf+of9Eu4LxR48CouH9/gbdExzLDFcdL3Ygdp64YUXtkNqzHXCHB57/9Jez4vxb5skZ7b+Yb9Y1N0NUlvskDmuNRpan/VAf/rTn7ZCCrf8Zc89JroVcRr4i5HVdw3Mf9MvgYht/WP+APZEoxE6ZA0XEPfV9VQGyxjwByE1xgnzmCbQ++u4GBrLnBp/3TsCahSLN9cJA3fMpzAB+7Cgibffftv6xEchNYZFruv0PTWWTp/q4VujWn2DMkIKd9pkTzYqGLgJJviq0OVTPsxFhT8XLlygzztGrBbSTMu5KBw97bHuRYNoldHPRwU4MpjCfFTQZr4Fn+gt/nn11Vfpc46RxwXaU4D+1fCsBFNJx6xb0QBqAiFV5d0Ouqj5bgdtNb1MBgH14YcfWl+49ec3v/kNfc4x0lKE9hoGFMIJNypodWrHIKTYC4xSx08hqtRkUhhBFgcU/rzxxhv0OcdIk+ft4Mjzj3/84/+xWs5hvSUWhvcOp0AhNVKrBt9TTz01e+WVV2z/8z/vvPMOfc4x0p07m8H6whVnIjhqwrRR40/s2lBIjRTu8BB3NIQTJsjff/992/fL/0wppHT7ltUQTpjL/cMf/vC3qHaYCMcndZ0mw9uYVEhdvXqVto8RAhmnc4Cjpt/97ne2v5v9UUhNExYB43QOfvzjH7//+uuvv2undn+x/vCa1QqBhJUA7qF0u9nH/h+sBaOnOz4IxQAAAABJRU5ErkJggg==") + contentType = "image/png" + } + ) +} + +New-MgChatMessage -ChatId $chatId -BodyParameter $params + +``` +This example will send inline images along with the message + +### Example 2: Send a message with an emoji ```powershell @@ -14,5 +46,5 @@ $params = @{ New-MgChatMessage -ChatId $chatId -BodyParameter $params ``` -This example shows how to use the New-MgChatMessage Cmdlet. +This example will### Example 2: send a message with an emoji diff --git a/src/Teams/v1.0/examples/New-MgChatTab.md b/src/Teams/v1.0/examples/New-MgChatTab.md index ccad58b6a64..6a74801454c 100644 --- a/src/Teams/v1.0/examples/New-MgChatTab.md +++ b/src/Teams/v1.0/examples/New-MgChatTab.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Teams $params = @{ @@ -15,8 +16,7 @@ $params = @{ } New-MgChatTab -ChatId $chatId -BodyParameter $params + ``` This example shows how to use the New-MgChatTab Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md b/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md index aee806427d0..faec8482e61 100644 --- a/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md +++ b/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Send a Hello World message in a channel ```powershell @@ -13,9 +13,9 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will send a hello world message in a channel -### Example 2: Code snippet +### Example 2: @mentions a user in a channel message ```powershell @@ -44,9 +44,51 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example @mentions a user in a channel message -### Example 3: Code snippet +### Example 3: Send a message containing cards + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + subject = $null + body = @{ + contentType = "html" + content = "" + } + attachments = @( + @{ + id = "74d20c7f34aa4a7fb74e2b30004247c5" + contentType = "application/vnd.microsoft.card.thumbnail" + contentUrl = $null + content = '{ + "title": "This is an example of posting a card", + "subtitle": "

This is the subtitle

", + "text": "Here is some body text.
\r\nAnd a hyperlink.
\r\nAnd below that is some buttons:", + "buttons": [ + { + "type": "messageBack", + "title": "Login to FakeBot", + "text": "login", + "displayText": "login", + "value": "login" + } + ] +}' + name = $null + thumbnailUrl = $null + } + ) +} + +New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example will send a message containing cards + +### Example 4: Send a message with file attachment in it ```powershell @@ -70,9 +112,34 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will send a message with file attachment in it -### Example 4: Code snippet +### Example 5: Send a message that includes a file attachment using a file share link + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + body = @{ + contentType = "html" + content = "Testing with file share link. " + } + attachments = @( + @{ + id = "668f7fa8-8129-4de7-b32b-fe1b442e6ef1" + contentType = "reference" + contentUrl = "https://teamsgraph-my.sharepoint.com/:w:/g/personal/test_teamsgraph_onmicrosoft_com/Eah_j2YpgedNsyv-G0QubvEBma6Sd_76UtYkXwoJ-nYVEg?e=0H2Ibm" + } + ) +} + +New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example will send a message that includes a file attachment using a file share link + +### Example 6: Send a card with inline images ```powershell @@ -190,9 +257,9 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will send a card with inline images -### Example 5: Code snippet +### Example 7: @mention a channel in a channel message ```powershell @@ -221,9 +288,9 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will @mention a channel in a channel message -### Example 6: Code snippet +### Example 8: @mention a team in a channel message ```powershell @@ -256,9 +323,9 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will @mention a team in a channel message -### Example 7: Code snippet +### Example 9: Send message that contains cards that are attributed to a Teams app ```powershell @@ -299,5 +366,46 @@ $params = @{ New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params ``` -This example shows how to use the New-MgTeamChannelMessage Cmdlet. +This example will### Example 9: send message that contains cards that are attributed to a teams app + +### Example 10: Send a message that contains an announcement + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + subject = "Announcement Subheading" + body = @{ + contentType = "text" + content = "Announcement text" + } + attachments = @( + @{ + id = "d7ddbf876ae340c3a03bada395ec7da7" + contentType = "application/vnd.microsoft.teams.messaging-announcementBanner" + contentUrl = $null + content = '{"title":"Announcement heading","cardImageType":"uploadedImage","cardImageDetails":{"uploadedImageDetail":{"originalImage":{"source":"../hostedContents/1/$value","width":1379,"height":268,"croppedWidth":918.0,"croppedHeight":178.4075416968818,"leftMargin":0.0,"topMargin":90.7962291515591,"imageContentType":"image/png"},"croppedImage":{"source":"../hostedContents/2/$value"}}}}' + name = $null + thumbnailUrl = $null + } + ) + hostedContents = @( + @{ + "@microsoft.graph.temporaryId" = "1" + contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAABWMAAAEMCAYAAAChuaTsAAAAAXNSR0IArs4") + contentType = "image/png" + } + @{ + "@microsoft.graph.temporaryId" = "2" + contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAAA5YAAAB4CAYAAACJrW0RAAAAAXNSR0IArs4") + contentType = "image/png" + } + ) +} + +New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example will### Example 10: send a message that contains an announcement diff --git a/src/Teams/v1.0/examples/New-MgTeamChannelTab.md b/src/Teams/v1.0/examples/New-MgTeamChannelTab.md index e69de29bb2d..7bc1222748d 100644 --- a/src/Teams/v1.0/examples/New-MgTeamChannelTab.md +++ b/src/Teams/v1.0/examples/New-MgTeamChannelTab.md @@ -0,0 +1,22 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + displayName = "My Contoso Tab" + "teamsApp@odata.bind" = "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/06805b9e-77e3-4b93-ac81-525eb87513b8" + configuration = @{ + entityId = "2DCA2E6C7A10415CAF6B8AB6661B3154" + contentUrl = "https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView" + websiteUrl = "https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154" + removeUrl = "https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/uninstallTab" + } +} + +New-MgTeamChannelTab -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example shows how to use the New-MgTeamChannelTab Cmdlet. + diff --git a/src/Teams/v1.0/examples/New-MgTeamInstalledApp.md b/src/Teams/v1.0/examples/New-MgTeamInstalledApp.md index 526b75ef842..b90eada5dd5 100644 --- a/src/Teams/v1.0/examples/New-MgTeamInstalledApp.md +++ b/src/Teams/v1.0/examples/New-MgTeamInstalledApp.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Install an app in a team ```powershell @@ -11,9 +11,9 @@ $params = @{ New-MgTeamInstalledApp -TeamId $teamId -BodyParameter $params ``` -This example shows how to use the New-MgTeamInstalledApp Cmdlet. +This example will install an app in a team -### Example 2: Code snippet +### Example 2: Install an app in a team with consent to the resource-specific permissions required by the app ```powershell @@ -38,5 +38,5 @@ $params = @{ New-MgTeamInstalledApp -TeamId $teamId -BodyParameter $params ``` -This example shows how to use the New-MgTeamInstalledApp Cmdlet. +This example will install an app in a team with consent to the resource-specific permissions required by the app diff --git a/src/Teams/v1.0/examples/New-MgTeamScheduleSchedulingGroup.md b/src/Teams/v1.0/examples/New-MgTeamScheduleSchedulingGroup.md index f72d9f02812..fbfc007cee9 100644 --- a/src/Teams/v1.0/examples/New-MgTeamScheduleSchedulingGroup.md +++ b/src/Teams/v1.0/examples/New-MgTeamScheduleSchedulingGroup.md @@ -8,9 +8,9 @@ $params = @{ displayName = "Cashiers" isActive = $true userIds = @( - "c5d0c76b-80c4-481c-be50-923cd8d680a1" - "2a4296b3-a28a-44ba-bc66-0274b9b95851" - ) + "c5d0c76b-80c4-481c-be50-923cd8d680a1" +"2a4296b3-a28a-44ba-bc66-0274b9b95851" +) } New-MgTeamScheduleSchedulingGroup -TeamId $teamId -BodyParameter $params diff --git a/src/Teams/v1.0/examples/New-MgTeamTagMember.md b/src/Teams/v1.0/examples/New-MgTeamTagMember.md index 8e25b092b48..a68ce8de62e 100644 --- a/src/Teams/v1.0/examples/New-MgTeamTagMember.md +++ b/src/Teams/v1.0/examples/New-MgTeamTagMember.md @@ -1,6 +1,7 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Teams $params = @{ @@ -8,8 +9,7 @@ $params = @{ } New-MgTeamTagMember -TeamId $teamId -TeamworkTagId $teamworkTagId -BodyParameter $params + ``` This example shows how to use the New-MgTeamTagMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Teams/v1.0/examples/New-MgUserTeamworkInstalledApp.md b/src/Teams/v1.0/examples/New-MgUserTeamworkInstalledApp.md index a40e027299a..411adc993d0 100644 --- a/src/Teams/v1.0/examples/New-MgUserTeamworkInstalledApp.md +++ b/src/Teams/v1.0/examples/New-MgUserTeamworkInstalledApp.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Install an app for a user ```powershell @@ -11,5 +11,28 @@ $params = @{ New-MgUserTeamworkInstalledApp -UserId $userId -BodyParameter $params ``` -This example shows how to use the New-MgUserTeamworkInstalledApp Cmdlet. +This example will install an app for a user + +### Example 2: Install an app for a user and consent to the resource-specific permissions required by the app + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + "teamsApp@odata.bind" = "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/12345678-9abc-def0-123456789a" + consentedPermissionSet = @{ + resourceSpecificPermissions = @( + @{ + permissionValue = "TeamsActivity.Send.User" + permissionType = "Application" + } + ) + } +} + +New-MgUserTeamworkInstalledApp -UserId $userId -BodyParameter $params + +``` +This example will install an app for a user and consent to the resource-specific permissions required by the app diff --git a/src/Teams/v1.0/examples/Remove-MgTeamMember.md b/src/Teams/v1.0/examples/Remove-MgTeamMember.md index 09f77633150..95728651903 100644 --- a/src/Teams/v1.0/examples/Remove-MgTeamMember.md +++ b/src/Teams/v1.0/examples/Remove-MgTeamMember.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Teams Remove-MgTeamMember -TeamId $teamId -ConversationMemberId $conversationMemberId + ``` This example shows how to use the Remove-MgTeamMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Teams/v1.0/examples/Remove-MgTeamTagMember.md b/src/Teams/v1.0/examples/Remove-MgTeamTagMember.md index 3e42ddf4bd2..28ada3b0029 100644 --- a/src/Teams/v1.0/examples/Remove-MgTeamTagMember.md +++ b/src/Teams/v1.0/examples/Remove-MgTeamTagMember.md @@ -1,11 +1,11 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Teams Remove-MgTeamTagMember -TeamId $teamId -TeamworkTagId $teamworkTagId -TeamworkTagMemberId $teamworkTagMemberId + ``` This example shows how to use the Remove-MgTeamTagMember Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Teams/v1.0/examples/Set-MgGroupTeam.md b/src/Teams/v1.0/examples/Set-MgGroupTeam.md new file mode 100644 index 00000000000..810204a53f9 --- /dev/null +++ b/src/Teams/v1.0/examples/Set-MgGroupTeam.md @@ -0,0 +1,26 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + memberSettings = @{ + allowCreatePrivateChannels = $true + allowCreateUpdateChannels = $true + } + messagingSettings = @{ + allowUserEditMessages = $true + allowUserDeleteMessages = $true + } + funSettings = @{ + allowGiphy = $true + giphyContentRating = "strict" + } +} + +Set-MgGroupTeam -GroupId $groupId -BodyParameter $params + +``` +This example shows how to use the Set-MgGroupTeam Cmdlet. + diff --git a/src/Teams/v1.0/examples/Set-MgTeamPhotoContent.md b/src/Teams/v1.0/examples/Set-MgTeamPhotoContent.md index e69de29bb2d..5e52b4d15e1 100644 --- a/src/Teams/v1.0/examples/Set-MgTeamPhotoContent.md +++ b/src/Teams/v1.0/examples/Set-MgTeamPhotoContent.md @@ -0,0 +1,13 @@ +### Example 1: Update the photo of a team + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = Binary data for the image + +Set-MgTeamPhotoContent -TeamId $teamId -BodyParameter $params + +``` +This example will update the photo of a team + diff --git a/src/Teams/v1.0/examples/Set-MgTeamSchedule.md b/src/Teams/v1.0/examples/Set-MgTeamSchedule.md new file mode 100644 index 00000000000..d0fd5c216c0 --- /dev/null +++ b/src/Teams/v1.0/examples/Set-MgTeamSchedule.md @@ -0,0 +1,16 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Teams + +$params = @{ + enabled = $true + timeZone = "America/Chicago" +} + +Set-MgTeamSchedule -TeamId $teamId -BodyParameter $params + +``` +This example shows how to use the Set-MgTeamSchedule Cmdlet. + diff --git a/src/Teams/v1.0/examples/Update-MgAppCatalogTeamAppDefinition.md b/src/Teams/v1.0/examples/Update-MgAppCatalogTeamAppDefinition.md index e69de29bb2d..8b137891791 100644 --- a/src/Teams/v1.0/examples/Update-MgAppCatalogTeamAppDefinition.md +++ b/src/Teams/v1.0/examples/Update-MgAppCatalogTeamAppDefinition.md @@ -0,0 +1 @@ + diff --git a/src/Teams/v1.0/examples/Update-MgTeamChannelMember.md b/src/Teams/v1.0/examples/Update-MgTeamChannelMember.md index 2cd5cb91e0d..92e714a2eb6 100644 --- a/src/Teams/v1.0/examples/Update-MgTeamChannelMember.md +++ b/src/Teams/v1.0/examples/Update-MgTeamChannelMember.md @@ -7,8 +7,8 @@ Import-Module Microsoft.Graph.Teams $params = @{ "@odata.type" = "#microsoft.graph.aadUserConversationMember" roles = @( - "owner" - ) + "owner" +) } Update-MgTeamChannelMember -TeamId $teamId -ChannelId $channelId -ConversationMemberId $conversationMemberId -BodyParameter $params diff --git a/src/Teams/v1.0/examples/Update-MgTeamMember.md b/src/Teams/v1.0/examples/Update-MgTeamMember.md index 15daf30f085..23080e1ea2f 100644 --- a/src/Teams/v1.0/examples/Update-MgTeamMember.md +++ b/src/Teams/v1.0/examples/Update-MgTeamMember.md @@ -7,8 +7,8 @@ Import-Module Microsoft.Graph.Teams $params = @{ "@odata.type" = "#microsoft.graph.aadUserConversationMember" roles = @( - "owner" - ) + "owner" +) } Update-MgTeamMember -TeamId $teamId -ConversationMemberId $conversationMemberId -BodyParameter $params diff --git a/src/Teams/v1.0/examples/Update-MgTeamPhoto.md b/src/Teams/v1.0/examples/Update-MgTeamPhoto.md index e69de29bb2d..8b137891791 100644 --- a/src/Teams/v1.0/examples/Update-MgTeamPhoto.md +++ b/src/Teams/v1.0/examples/Update-MgTeamPhoto.md @@ -0,0 +1 @@ + diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserCalendarPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserCalendarPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderChildFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderChildFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderContactPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderContactPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserContactFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserContactPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserContactPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveItemCheckout.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveItemCheckout.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveItemCheckout.md @@ -0,0 +1 @@ + diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveRootCheckout.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveRootCheckout.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Users.Actions/beta/examples/Remove-MgBetaUserDriveRootCheckout.md @@ -0,0 +1 @@ + diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserEventInstancePermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserEventInstancePermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserEventPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserEventPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderChildFolderMessagePermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderChildFolderMessagePermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderChildFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderChildFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderMessagePermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderMessagePermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserMailFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserMessagePermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserMessagePermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskFolderTaskPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskFolderTaskPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskPermanent.md b/src/Users.Actions/beta/examples/Remove-MgBetaUserOutlookTaskPermanent.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users.Actions/beta/examples/Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md b/src/Users.Actions/beta/examples/Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md new file mode 100644 index 00000000000..8869e5df85c --- /dev/null +++ b/src/Users.Actions/beta/examples/Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Users.Actions + +Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime -UserId $userId + +``` +This example shows how to use the Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime Cmdlet. + diff --git a/src/Users.Actions/beta/examples/Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md b/src/Users.Actions/beta/examples/Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md new file mode 100644 index 00000000000..61814820ed4 --- /dev/null +++ b/src/Users.Actions/beta/examples/Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Users.Actions + +Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime -UserId $userId + +``` +This example shows how to use the Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime Cmdlet. + diff --git a/src/Users.Functions/beta/examples/Get-MgBetaUserCloudPcRemoteActionResult.md b/src/Users.Functions/beta/examples/Get-MgBetaUserCloudPcRemoteActionResult.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/src/Users.Functions/beta/examples/Get-MgBetaUserCloudPcRemoteActionResult.md @@ -0,0 +1 @@ + diff --git a/src/Users.Functions/beta/examples/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md b/src/Users.Functions/beta/examples/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md new file mode 100644 index 00000000000..24e5a59daf3 --- /dev/null +++ b/src/Users.Functions/beta/examples/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Users.Functions + +Invoke-MgBetaCreationUserAuthenticationFido2MethodOption -UserId $userId + +``` +This example shows how to use the Invoke-MgBetaCreationUserAuthenticationFido2MethodOption Cmdlet. + diff --git a/src/Users/v1.0/examples/Update-MgUserSettingItemInsight.md b/src/Users/v1.0/examples/Update-MgUserSettingItemInsight.md new file mode 100644 index 00000000000..a12d6ba06a4 --- /dev/null +++ b/src/Users/v1.0/examples/Update-MgUserSettingItemInsight.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Users + +$params = @{ + isEnabled = "false" +} + +Update-MgUserSettingItemInsight -UserId $userId -BodyParameter $params + +``` +This example shows how to use the Update-MgUserSettingItemInsight Cmdlet. +